A read-write string stream.
More...
#include <stream.h>
|
| GenericInsituStringStream (Ch *src) |
|
Ch | Peek () |
|
Ch | Take () |
|
size_t | Tell () |
|
void | Put (Ch c) |
|
Ch * | PutBegin () |
|
size_t | PutEnd (Ch *begin) |
|
void | Flush () |
|
Ch * | Push (size_t count) |
|
void | Pop (size_t count) |
|
|
Ch * | src_ |
|
Ch * | dst_ |
|
Ch * | head_ |
|
template<typename Encoding>
struct rapidjson::GenericInsituStringStream< Encoding >
A read-write string stream.
This string stream is particularly designed for in-situ parsing.
- Note
- implements Stream concept
The documentation for this struct was generated from the following files: