|
| CJSONVariantParserHandler (CVariant &parsedObject) |
|
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, rapidjson::SizeType length, bool copy) |
|
bool | String (const char *str, rapidjson::SizeType length, bool copy) |
|
bool | StartObject () |
|
bool | Key (const char *str, rapidjson::SizeType length, bool copy) |
|
bool | EndObject (rapidjson::SizeType memberCount) |
|
bool | StartArray () |
|
bool | EndArray (rapidjson::SizeType elementCount) |
|
The documentation for this class was generated from the following file:
- xbmc/utils/JSONVariantParser.cpp