addBoolValuesToMapForKey(const std::map< std::string, bool > &, const char *, bool) | DS_Dictionary | |
addBoolValuesToMapForKeySpecial(const std::map< std::string, bool > &, const char *, bool) | DS_Dictionary | |
checkCompatibility() | DS_Dictionary | |
cleanStringWhiteSpace(const std::string &) | DS_Dictionary | |
compatible | DS_Dictionary | |
copyFile(const char *, const char *) | DS_Dictionary | static |
decodeObjectForKey(const char *, bool, int) | DS_Dictionary | |
dictTree | DS_Dictionary | |
doc | DS_Dictionary | |
DS_Dictionary() | DS_Dictionary | |
getAllKeys() | DS_Dictionary | |
getArrayForKey(const char *, bool) | DS_Dictionary | |
getBoolForKey(const char *) | DS_Dictionary | |
getDictForKey(const char *, bool) | DS_Dictionary | |
getFloatForKey(const char *) | DS_Dictionary | |
getIndexOfKey(const char *) | DS_Dictionary | |
getIndexOfKeyWithClosestAlphaNumericalMatch(const char *) | DS_Dictionary | |
getIntegerForKey(const char *) | DS_Dictionary | |
getKey(unsigned int) | DS_Dictionary | |
getNumKeys() | DS_Dictionary | |
getObjectForKey(const char *) | DS_Dictionary | |
getRectArrayForKey(const char *) | DS_Dictionary | |
getRectForKey(const char *) | DS_Dictionary | |
getStringArrayForKey(const char *) | DS_Dictionary | |
getStringForKey(const char *) | DS_Dictionary | |
getVec2ArrayForKey(const char *) | DS_Dictionary | |
getVec2ForKey(const char *) | DS_Dictionary | |
loadRootSubDictFromCompressedFile(const char *) | DS_Dictionary | |
loadRootSubDictFromFile(const char *) | DS_Dictionary | |
loadRootSubDictFromString(std::string) | DS_Dictionary | |
rectFromString(const std::string &, cocos2d::CCRect &) | DS_Dictionary | |
removeAllKeys() | DS_Dictionary | |
removeKey(unsigned int) | DS_Dictionary | |
removeKey(const char *) | DS_Dictionary | |
saveRootSubDictToCompressedFile(const char *) | DS_Dictionary | |
saveRootSubDictToFile(const char *) | DS_Dictionary | |
saveRootSubDictToString() | DS_Dictionary | |
setArrayForKey(const char *, cocos2d::CCArray *) | DS_Dictionary | |
setBoolForKey(const char *, bool) | DS_Dictionary | |
setBoolForKey(const char *, bool, bool) | DS_Dictionary | |
setBoolMapForKey(const char *, const std::map< std::string, bool > &) | DS_Dictionary | |
setDictForKey(const char *, cocos2d::CCDictionary *) | DS_Dictionary | |
setFloatForKey(const char *, float) | DS_Dictionary | |
setFloatForKey(const char *, float, bool) | DS_Dictionary | |
setIntegerForKey(const char *, int) | DS_Dictionary | |
setIntegerForKey(const char *, int, bool) | DS_Dictionary | |
setObjectForKey(const char *, cocos2d::CCObject *) | DS_Dictionary | |
setRectArrayForKey(const char *, const std::vector< cocos2d::CCRect > &) | DS_Dictionary | |
setRectArrayForKey(const char *, const std::vector< cocos2d::CCRect > &, bool) | DS_Dictionary | |
setRectForKey(const char *, const cocos2d::CCRect &) | DS_Dictionary | |
setRectForKey(const char *, const cocos2d::CCRect &, bool) | DS_Dictionary | |
setStringArrayForKey(const char *, const std::vector< std::string > &) | DS_Dictionary | |
setStringArrayForKey(const char *, const std::vector< std::string > &, bool) | DS_Dictionary | |
setStringForKey(const char *, const std::string &) | DS_Dictionary | |
setStringForKey(const char *, const std::string &, bool) | DS_Dictionary | |
setSubDictForKey(const char *) | DS_Dictionary | |
setSubDictForKey(const char *, bool, bool) | DS_Dictionary | |
setVec2ArrayForKey(const char *, const std::vector< cocos2d::CCPoint > &) | DS_Dictionary | |
setVec2ArrayForKey(const char *, const std::vector< cocos2d::CCPoint > &, bool) | DS_Dictionary | |
setVec2ForKey(const char *, const cocos2d::CCPoint &) | DS_Dictionary | |
setVec2ForKey(const char *, const cocos2d::CCPoint &, bool) | DS_Dictionary | |
split(const std::string &, char *, const std::vector< std::string > &) | DS_Dictionary | |
splitWithForm(const std::string &, std::vector< std::string > &) | DS_Dictionary | |
stepBackToRootSubDict() | DS_Dictionary | |
stepIntoSubDictWithKey(const char *) | DS_Dictionary | |
stepOutOfSubDict() | DS_Dictionary | |
vec2FromString(const std::string &, cocos2d::CCPoint &) | DS_Dictionary | |
~DS_Dictionary() | DS_Dictionary | |