#include <DictionaryHelper.h>
|
| DictionaryHelper () |
| ~DictionaryHelper () |
cocos2d::CCDictionary * | getSubDictionary (cocos2d::CCDictionary *root, const char *key) |
int | getIntValue (cocos2d::CCDictionary *root, const char *key) |
float | getFloatValue (cocos2d::CCDictionary *root, const char *key) |
const char * | getStringValue (cocos2d::CCDictionary *root, const char *key) |
bool | getBooleanValue (cocos2d::CCDictionary *root, const char *key) |
cocos2d::CCArray * | getArrayValue (cocos2d::CCDictionary *root, const char *key) |
cocos2d::CCObject * | checkObjectExist (cocos2d::CCDictionary *root, const char *key) |
int | objectToIntValue (cocos2d::CCObject *obj) |
float | objectToFloatValue (cocos2d::CCObject *obj) |
const char * | objectToStringValue (cocos2d::CCObject *obj) |
bool | objectToBooleanValue (cocos2d::CCObject *obj) |
cocos2d::CCArray * | objectToCCArray (cocos2d::CCObject *obj) |
cs::CSJsonDictionary * | getSubDictionary_json (cs::CSJsonDictionary *root, const char *key) |
int | getIntValue_json (cs::CSJsonDictionary *root, const char *key) |
float | getFloatValue_json (cs::CSJsonDictionary *root, const char *key) |
const char * | getStringValue_json (cs::CSJsonDictionary *root, const char *key) |
bool | getBooleanValue_json (cs::CSJsonDictionary *root, const char *key) |
int | getArrayCount_json (cs::CSJsonDictionary *root, const char *key) |
int | getIntValueFromArray_json (cs::CSJsonDictionary *root, const char *arrayKey, int idx) |
float | getFloatValueFromArray_json (cs::CSJsonDictionary *root, const char *arrayKey, int idx) |
bool | getBoolValueFromArray_json (cs::CSJsonDictionary *root, const char *arrayKey, int idx) |
const char * | getStringValueFromArray_json (cs::CSJsonDictionary *root, const char *arrayKey, int idx) |
cs::CSJsonDictionary * | getDictionaryFromArray_json (cs::CSJsonDictionary *root, const char *arrayKey, int idx) |
bool | checkObjectExist_json (cs::CSJsonDictionary *root, const char *key) |
const char*
getStringValueFromArray_json |
( |
cs::CSJsonDictionary * |
root, |
|
|
const char * |
arrayKey, |
|
|
int |
idx |
|
) |
| |
static void purgeDictionaryHelper |
( |
) | |
|
|
static |
The documentation for this class was generated from the following file: