This is the complete list of members for DictionaryHelper, including all inherited members.
| checkObjectExist_json(const rapidjson::Value &root) | DictionaryHelper | |
| checkObjectExist_json(const rapidjson::Value &root, const char *key) | DictionaryHelper | |
| checkObjectExist_json(const rapidjson::Value &root, int index) | DictionaryHelper | |
| destroyInstance() | DictionaryHelper | static |
| DictionaryHelper() | DictionaryHelper | |
| getArrayCount_json(const rapidjson::Value &root, const char *key, int def=0) | DictionaryHelper | |
| getBooleanValue_json(const rapidjson::Value &root, const char *key, bool def=false) | DictionaryHelper | |
| getBoolValueFromArray_json(const rapidjson::Value &root, const char *arrayKey, int idx, bool def=false) | DictionaryHelper | |
| getDictionaryFromArray_json(const rapidjson::Value &root, const char *key, int idx) | DictionaryHelper | |
| getFloatValue_json(const rapidjson::Value &root, const char *key, float def=0.0f) | DictionaryHelper | |
| getFloatValueFromArray_json(const rapidjson::Value &root, const char *arrayKey, int idx, float def=0.0f) | DictionaryHelper | |
| getInstance() | DictionaryHelper | static |
| getIntValue_json(const rapidjson::Value &root, const char *key, int def=0) | DictionaryHelper | |
| getIntValueFromArray_json(const rapidjson::Value &root, const char *arrayKey, int idx, int def=0) | DictionaryHelper | |
| getStringValue_json(const rapidjson::Value &root, const char *key, const char *def=NULL) | DictionaryHelper | |
| getStringValueFromArray_json(const rapidjson::Value &root, const char *arrayKey, int idx, const char *def=NULL) | DictionaryHelper | |
| getSubDictionary_json(const rapidjson::Value &root, const char *key) | DictionaryHelper | |
| getSubDictionary_json(const rapidjson::Value &root, const char *key, int idx) | DictionaryHelper | |
| getSubDictionary_json(const rapidjson::Value &root, int idx) | DictionaryHelper | |
| ~DictionaryHelper() | DictionaryHelper |