|
| bool | Null () |
| |
| bool | Bool (bool) |
| |
| bool | Int (int) |
| |
| bool | Uint (unsigned) |
| |
| bool | Int64 (int64_t) |
| |
| bool | Uint64 (uint64_t) |
| |
| bool | Double (double) |
| |
| bool | RawNumber (const char *, SizeType, bool) |
| |
| bool | String (const char *, SizeType, bool) |
| |
| bool | StartObject () |
| |
| bool | Key (const char *, SizeType, bool) |
| |
| bool | EndObject (SizeType) |
| |
| bool | StartArray () |
| |
| bool | EndArray (SizeType) |
| |
| bool | Null () |
| |
| bool | Bool (bool) |
| |
| bool | Int (int) |
| |
| bool | Uint (unsigned) |
| |
| bool | Int64 (int64_t) |
| |
| bool | Uint64 (uint64_t) |
| |
| bool | Double (double) |
| |
| bool | RawNumber (const char *, SizeType, bool) |
| |
| bool | String (const char *, SizeType, bool) |
| |
| bool | StartObject () |
| |
| bool | Key (const char *, SizeType, bool) |
| |
| bool | EndObject (SizeType) |
| |
| bool | StartArray () |
| |
| bool | EndArray (SizeType) |
| |
◆ Bool() [1/2]
◆ Bool() [2/2]
◆ Double() [1/2]
◆ Double() [2/2]
◆ EndArray() [1/2]
◆ EndArray() [2/2]
◆ EndObject() [1/2]
◆ EndObject() [2/2]
◆ Int() [1/2]
◆ Int() [2/2]
◆ Int64() [1/2]
◆ Int64() [2/2]
◆ Key() [1/2]
◆ Key() [2/2]
◆ Null() [1/2]
◆ Null() [2/2]
◆ RawNumber() [1/2]
◆ RawNumber() [2/2]
◆ StartArray() [1/2]
◆ StartArray() [2/2]
◆ StartObject() [1/2]
◆ StartObject() [2/2]
◆ String() [1/2]
◆ String() [2/2]
◆ Uint() [1/2]
◆ Uint() [2/2]
◆ Uint64() [1/2]
◆ Uint64() [2/2]
The documentation for this struct was generated from the following files:
- deps/discord-rpc/thirdparty/rapidjson-1.1.0/test/unittest/readertest.cpp
- deps/discord-rpc/thirdparty/rapidjson-1.1.0/test/unittest/valuetest.cpp