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