cocos2d-x  2.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
stringbuffer.h File Reference
#include "rapidjson.h"
#include "internal/stack.h"

Classes

struct  GenericStringBuffer< Encoding, Allocator >
 Represents an in-memory output stream. More...
 

Namespaces

 rapidjson
 

Typedefs

typedef GenericStringBuffer
< UTF8<> > 
StringBuffer

Functions

template<>
void  (GenericStringBuffer< UTF8<> > &stream, char c, size_t n)
 Implement specialized version of PutN() with memset() for better performance. More...
 
template<>
local  ( local stream, local c, local n)
 Implement specialized version of PutN() with memset() for better performance. More...