Read-only string stream. More...
#include <rapidjson.h>
Public Types | |
| typedef Encoding::Ch | Ch |
Public Member Functions | |
| GenericStringStream (const Ch *src) | |
| Ch | Peek () const |
| Ch | Take () |
| size_t | Tell () const |
| local | Tell () |
| Ch * | PutBegin () |
| void | Put (Ch) |
| size_t | PutEnd (Ch *) |
| local | PutEnd () |
Public Attributes | |
| const Ch * | src_ |
| Current read position. More... | |
| const Ch * | head_ |
| Original head of the string. More... | |
Read-only string stream.
| typedef Encoding::Ch Ch |
| var Ch |
| local Ch |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| const Ch* head_ |
Original head of the string.
| var head_ |
Original head of the string.
| local head_ |
Original head of the string.
| const Ch* src_ |
Current read position.
| var src_ |
Current read position.
| local src_ |
Current read position.