Read-only string stream.
More...
#include <rapidjson.h>
template<typename Encoding>
struct rapidjson::GenericStringStream< Encoding >
Read-only string stream.
◆ Ch
template<typename Encoding >
◆ GenericStringStream()
template<typename Encoding >
const Ch * head_
Original head of the string.
Definition: rapidjson.h:499
const Ch * src_
Current read position.
Definition: rapidjson.h:498
◆ Peek()
template<typename Encoding >
◆ Put()
template<typename Encoding >
#define RAPIDJSON_ASSERT(x)
Assertion.
Definition: rapidjson.h:105
References RAPIDJSON_ASSERT.
◆ PutBegin()
template<typename Encoding >
◆ PutEnd()
template<typename Encoding >
◆ Take()
template<typename Encoding >
◆ Tell()
template<typename Encoding >
◆ head_
template<typename Encoding >
◆ src_
template<typename Encoding >
The documentation for this struct was generated from the following file: