This is the complete list of members for DictionaryHelper, including all inherited members.
checkObjectExist(cocos2d::CCDictionary *root, const char *key) | DictionaryHelper | |
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 | |
DictionaryHelper() | DictionaryHelper | |
getArrayCount_json(const rapidjson::Value &root, const char *key, int def=0) | DictionaryHelper | |
getArrayValue(cocos2d::CCDictionary *root, const char *key) | DictionaryHelper | |
getBooleanValue(cocos2d::CCDictionary *root, const char *key) | 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(cocos2d::CCDictionary *root, const char *key) | 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 | |
getIntValue(cocos2d::CCDictionary *root, const char *key) | DictionaryHelper | |
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(cocos2d::CCDictionary *root, const char *key) | 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(cocos2d::CCDictionary *root, const char *key) | 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 | |
objectToBooleanValue(cocos2d::CCObject *obj) | DictionaryHelper | |
objectToCCArray(cocos2d::CCObject *obj) | DictionaryHelper | |
objectToFloatValue(cocos2d::CCObject *obj) | DictionaryHelper | |
objectToIntValue(cocos2d::CCObject *obj) | DictionaryHelper | |
objectToStringValue(cocos2d::CCObject *obj) | DictionaryHelper | |
purgeDictionaryHelper() | DictionaryHelper | static |
shareHelper() | DictionaryHelper | static |
~DictionaryHelper() | DictionaryHelper |