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