This is the complete list of members for Preferences, including all inherited members.
_globalError (defined in ErrorBase) | ErrorBase | protectedstatic |
_globalErrorMutex (defined in ErrorBase) | ErrorBase | protectedstatic |
ClearError() const | ErrorBase | virtual |
CloneError(ErrorBase *rhs) const (defined in ErrorBase) | ErrorBase | virtual |
ContainsKey(const char *key) | Preferences | |
ErrorBase() | ErrorBase | protected |
GetBoolean(const char *key, bool defaultValue=false) | Preferences | |
GetDouble(const char *key, double defaultValue=0.0) | Preferences | |
GetError() | ErrorBase | virtual |
GetError() const (defined in ErrorBase) | ErrorBase | virtual |
GetFloat(const char *key, float defaultValue=0.0) | Preferences | |
GetGlobalError() | ErrorBase | static |
GetInstance() | Preferences | static |
GetInt(const char *key, int defaultValue=0) | Preferences | |
GetKeys() | Preferences | |
GetLong(const char *key, INT64 defaultValue=0) | Preferences | |
GetString(const char *key, const char *defaultValue="") | Preferences | |
GetString(const char *key, char *value, int valueSize, const char *defaultValue="") | Preferences | |
m_error (defined in ErrorBase) | ErrorBase | mutableprotected |
Preferences() (defined in Preferences) | Preferences | protected |
PutBoolean(const char *key, bool value) | Preferences | |
PutDouble(const char *key, double value) | Preferences | |
PutFloat(const char *key, float value) | Preferences | |
PutInt(const char *key, int value) | Preferences | |
PutLong(const char *key, INT64 value) | Preferences | |
PutString(const char *key, const char *value) | Preferences | |
Remove(const char *key) | Preferences | |
Save() | Preferences | |
SetErrnoError(const char *contextMessage, const char *filename, const char *function, uint32_t lineNumber) const | ErrorBase | virtual |
SetError(Error::Code code, const char *contextMessage, const char *filename, const char *function, uint32_t lineNumber) const | ErrorBase | virtual |
SetGlobalError(Error::Code code, const char *contextMessage, const char *filename, const char *function, uint32_t lineNumber) (defined in ErrorBase) | ErrorBase | static |
SetGlobalWPIError(const char *errorMessage, const char *contextMessage, const char *filename, const char *function, uint32_t lineNumber) (defined in ErrorBase) | ErrorBase | static |
SetImaqError(int success, const char *contextMessage, const char *filename, const char *function, uint32_t lineNumber) const | ErrorBase | virtual |
SetWPIError(const char *errorMessage, const char *contextMessage, const char *filename, const char *function, uint32_t lineNumber) const | ErrorBase | virtual |
StatusIsFatal() const | ErrorBase | virtual |
ValueChanged(ITable *source, const std::string &key, EntryValue value, bool isNew) (defined in Preferences) | Preferences | |
~ErrorBase() (defined in ErrorBase) | ErrorBase | virtual |
~Preferences() (defined in Preferences) | Preferences | protectedvirtual |