Read-only string stream. 更多...
#include <rapidjson.h>
Public 类型 | |
typedef Encoding::Ch | Ch |
Public 成员函数 | |
GenericStringStream (const Ch *src) | |
Ch | Peek () const |
Ch | Take () |
size_t | Tell () const |
Ch * | PutBegin () |
void | Put (Ch) |
void | Flush () |
size_t | PutEnd (Ch *) |
Public 属性 | |
const Ch * | src_ |
Current read position. | |
const Ch * | head_ |
Original head of the string. | |
Read-only string stream.