Classes | |
| struct | GenericStringBuffer< Encoding, Allocator > |
| Represents an in-memory output stream. More... | |
Namespaces | |
| rapidjson | |
Constant Groups | |
| 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... | |