|
rapidjson
A fast JSON parser/generator for C++ with both SAX/DOM style API
|
A read-write string stream. More...
#include <rapidjson.h>
Public Types | |
| typedef Encoding::Ch | Ch |
Public Member Functions | |
| GenericInsituStringStream (Ch *src) | |
| Ch | Peek () |
| Ch | Take () |
| size_t | Tell () |
| Ch * | PutBegin () |
| void | Put (Ch c) |
| size_t | PutEnd (Ch *begin) |
Public Attributes | |
| Ch * | src_ |
| Ch * | dst_ |
| Ch * | head_ |
A read-write string stream.
This string stream is particularly designed for in-situ parsing.
1.8.1.2