#include <DictionaryHelper.h>
|
| | DictionaryHelper () |
| | ~DictionaryHelper () |
| cocos2d::Dictionary * | getSubDictionary (cocos2d::Dictionary *root, const char *key) |
| int | getIntValue (cocos2d::Dictionary *root, const char *key) |
| float | getFloatValue (cocos2d::Dictionary *root, const char *key) |
| const char * | getStringValue (cocos2d::Dictionary *root, const char *key) |
| bool | getBooleanValue (cocos2d::Dictionary *root, const char *key) |
| cocos2d::Array * | getArrayValue (cocos2d::Dictionary *root, const char *key) |
| cocos2d::Object * | checkObjectExist (cocos2d::Dictionary *root, const char *key) |
| int | objectToIntValue (cocos2d::Object *obj) |
| float | objectToFloatValue (cocos2d::Object *obj) |
| const char * | objectToStringValue (cocos2d::Object *obj) |
| bool | objectToBooleanValue (cocos2d::Object *obj) |
| cocos2d::Array * | objectToCCArray (cocos2d::Object *obj) |
| JsonDictionary * | getSubDictionary_json (JsonDictionary *root, const char *key) |
| int | getIntValue_json (JsonDictionary *root, const char *key) |
| float | getFloatValue_json (JsonDictionary *root, const char *key) |
| const char * | getStringValue_json (JsonDictionary *root, const char *key) |
| bool | getBooleanValue_json (JsonDictionary *root, const char *key) |
| int | getArrayCount_json (JsonDictionary *root, const char *key) |
| int | getIntValueFromArray_json (JsonDictionary *root, const char *arrayKey, int idx) |
| float | getFloatValueFromArray_json (JsonDictionary *root, const char *arrayKey, int idx) |
| bool | getBoolValueFromArray_json (JsonDictionary *root, const char *arrayKey, int idx) |
| const char * | getStringValueFromArray_json (JsonDictionary *root, const char *arrayKey, int idx) |
| JsonDictionary * | getDictionaryFromArray_json (JsonDictionary *root, const char *arrayKey, int idx) |
| bool | checkObjectExist_json (JsonDictionary *root, const char *key) |
| bool checkObjectExist_json |
( |
JsonDictionary * |
root, |
|
|
const char * |
key |
|
) |
| |
| bool getBoolValueFromArray_json |
( |
JsonDictionary * |
root, |
|
|
const char * |
arrayKey, |
|
|
int |
idx |
|
) |
| |
| float getFloatValueFromArray_json |
( |
JsonDictionary * |
root, |
|
|
const char * |
arrayKey, |
|
|
int |
idx |
|
) |
| |
| int getIntValueFromArray_json |
( |
JsonDictionary * |
root, |
|
|
const char * |
arrayKey, |
|
|
int |
idx |
|
) |
| |
| const char* getStringValue_json |
( |
JsonDictionary * |
root, |
|
|
const char * |
key |
|
) |
| |
const char*
getStringValueFromArray_json |
( |
JsonDictionary * |
root, |
|
|
const char * |
arrayKey, |
|
|
int |
idx |
|
) |
| |
| static void purgeDictionaryHelper |
( |
) | |
|
|
static |
The documentation for this class was generated from the following file:
- /Users/cocos2d/MyWork/cocos2d-x-develop/cocos/editor-support/cocostudio/DictionaryHelper.h