|
| typedef char | Ch |
| |
| typedef char | Ch |
| |
|
| | FilterKeyHandler (OutputHandler &outputHandler, const Ch *keyString, SizeType keyLength) |
| |
| 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 Ch *str, SizeType len, bool copy) |
| |
| bool | String (const Ch *str, SizeType len, bool copy) |
| |
| bool | StartObject () |
| |
| bool | Key (const Ch *str, SizeType len, bool copy) |
| |
| bool | EndObject (SizeType) |
| |
| bool | StartArray () |
| |
| bool | EndArray (SizeType elementCount) |
| |
| | FilterKeyHandler (OutputHandler &outputHandler, const Ch *keyString, SizeType keyLength) |
| |
| 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 Ch *str, SizeType len, bool copy) |
| |
| bool | String (const Ch *str, SizeType len, bool copy) |
| |
| bool | StartObject () |
| |
| bool | Key (const Ch *str, SizeType len, bool copy) |
| |
| bool | EndObject (SizeType) |
| |
| bool | StartArray () |
| |
| bool | EndArray (SizeType elementCount) |
| |
◆ Ch [1/2]
template<typename OutputHandler>
◆ Ch [2/2]
template<typename OutputHandler>
◆ FilterKeyHandler() [1/4]
template<typename OutputHandler>
◆ FilterKeyHandler() [2/4]
template<typename OutputHandler>
◆ FilterKeyHandler() [3/4]
template<typename OutputHandler>
◆ FilterKeyHandler() [4/4]
template<typename OutputHandler>
◆ Bool() [1/2]
template<typename OutputHandler>
◆ Bool() [2/2]
template<typename OutputHandler>
◆ Double() [1/2]
template<typename OutputHandler>
◆ Double() [2/2]
template<typename OutputHandler>
◆ EndArray() [1/2]
template<typename OutputHandler>
◆ EndArray() [2/2]
template<typename OutputHandler>
◆ EndObject() [1/2]
template<typename OutputHandler>
◆ EndObject() [2/2]
template<typename OutputHandler>
◆ EndValue() [1/2]
template<typename OutputHandler>
◆ EndValue() [2/2]
template<typename OutputHandler>
◆ Int() [1/2]
template<typename OutputHandler>
◆ Int() [2/2]
template<typename OutputHandler>
◆ Int64() [1/2]
template<typename OutputHandler>
◆ Int64() [2/2]
template<typename OutputHandler>
◆ Key() [1/2]
template<typename OutputHandler>
◆ Key() [2/2]
template<typename OutputHandler>
◆ Null() [1/2]
template<typename OutputHandler>
◆ Null() [2/2]
template<typename OutputHandler>
◆ operator=() [1/2]
template<typename OutputHandler>
◆ operator=() [2/2]
template<typename OutputHandler>
◆ RawNumber() [1/2]
template<typename OutputHandler>
◆ RawNumber() [2/2]
template<typename OutputHandler>
◆ StartArray() [1/2]
template<typename OutputHandler>
◆ StartArray() [2/2]
template<typename OutputHandler>
◆ StartObject() [1/2]
template<typename OutputHandler>
◆ StartObject() [2/2]
template<typename OutputHandler>
◆ String() [1/2]
template<typename OutputHandler>
◆ String() [2/2]
template<typename OutputHandler>
◆ Uint() [1/2]
template<typename OutputHandler>
◆ Uint() [2/2]
template<typename OutputHandler>
◆ Uint64() [1/2]
template<typename OutputHandler>
◆ Uint64() [2/2]
template<typename OutputHandler>
◆ filteredKeyCount_
template<typename OutputHandler>
◆ filterValueDepth_
template<typename OutputHandler>
◆ keyLength_
template<typename OutputHandler>
◆ keyString_
template<typename OutputHandler>
◆ outputHandler_
template<typename OutputHandler>
The documentation for this class was generated from the following files:
- deps/discord-rpc/thirdparty/rapidjson-1.1.0/example/filterkey/filterkey.cpp
- deps/discord-rpc/thirdparty/rapidjson-1.1.0/example/filterkeydom/filterkeydom.cpp