|
bool | Null () |
|
bool | Bool (bool b) |
|
bool | Int (int i) |
|
bool | Uint (unsigned u) |
|
bool | Int64 (int64_t i) |
|
bool | Uint64 (uint64_t u) |
|
bool | Double (double d) |
|
bool | RawNumber (const char *str, SizeType length, bool) |
|
bool | String (const char *str, SizeType length, bool) |
|
bool | StartObject () |
|
bool | Key (const char *str, SizeType length, bool) |
|
bool | EndObject (SizeType memberCount) |
|
bool | StartArray () |
|
bool | EndArray (SizeType elementCount) |
|
bool | Null () |
|
bool | Bool (bool b) |
|
bool | Int (int i) |
|
bool | Uint (unsigned u) |
|
bool | Int64 (int64_t i) |
|
bool | Uint64 (uint64_t u) |
|
bool | Double (double d) |
|
bool | RawNumber (const char *str, SizeType length, bool copy) |
|
bool | String (const char *str, SizeType length, bool copy) |
|
bool | StartObject () |
|
bool | Key (const char *str, SizeType length, bool copy) |
|
bool | EndObject (SizeType memberCount) |
|
bool | StartArray () |
|
bool | EndArray (SizeType elementCount) |
|
|
const char * | type |
|
std::string | data |
|
The documentation for this struct was generated from the following files:
- rapidjson/example/simplepullreader/simplepullreader.cpp
- rapidjson/example/simplereader/simplereader.cpp