|
| 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) |
|
The documentation for this class was generated from the following files:
- rapidjson/example/filterkey/filterkey.cpp
- rapidjson/example/filterkeydom/filterkeydom.cpp