![]() |
VR-Vantage 2.2 API Documentation
|
Go to the source code of this file.
Classes | |
| struct | rapidjson::GenericStringBuffer< Encoding, Allocator > |
| Represents an in-memory output stream. More... | |
Namespaces | |
| namespace | rapidjson |
Typedefs | |
| typedef GenericStringBuffer < UTF8<> > | rapidjson::StringBuffer |
Functions | |
| template<> | |
| void | rapidjson::PutN (GenericStringBuffer< UTF8<> > &stream, char c, size_t n) |
| Implement specialized version of PutN() with memset() for better performance. | |