This is the complete list of members for CCUserDefault, including all inherited members.
| flush() | CCUserDefault | |
| getBoolForKey(const char *pKey) | CCUserDefault | |
| getBoolForKey(const char *pKey, bool defaultValue) | CCUserDefault | |
| getDoubleForKey(const char *pKey) | CCUserDefault | |
| getDoubleForKey(const char *pKey, double defaultValue) | CCUserDefault | |
| getFloatForKey(const char *pKey) | CCUserDefault | |
| getFloatForKey(const char *pKey, float defaultValue) | CCUserDefault | |
| getIntegerForKey(const char *pKey) | CCUserDefault | |
| getIntegerForKey(const char *pKey, int defaultValue) | CCUserDefault | |
| getStringForKey(const char *pKey) | CCUserDefault | |
| getStringForKey(const char *pKey, const std::string &defaultValue) | CCUserDefault | |
| getXMLFilePath() | CCUserDefault | static |
| isXMLFileExist() | CCUserDefault | static |
| purgeSharedUserDefault() | CCUserDefault | static |
| setBoolForKey(const char *pKey, bool value) | CCUserDefault | |
| setDoubleForKey(const char *pKey, double value) | CCUserDefault | |
| setFloatForKey(const char *pKey, float value) | CCUserDefault | |
| setIntegerForKey(const char *pKey, int value) | CCUserDefault | |
| setStringForKey(const char *pKey, const std::string &value) | CCUserDefault | |
| sharedUserDefault() | CCUserDefault | static |
| ~CCUserDefault() | CCUserDefault | |