|
WPILib 2012
WPILibRoboticsLibraryforFRC
|
| _globalError (defined in ErrorBase) | ErrorBase | [protected, static] |
| _globalErrorMutex (defined in ErrorBase) | ErrorBase | [protected, static] |
| 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 | [mutable, protected] |
| 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 lineNumber) const | ErrorBase | [virtual] |
| SetError(Error::Code code, const char *contextMessage, const char *filename, const char *function, UINT32 lineNumber) const | ErrorBase | [virtual] |
| SetGlobalError(Error::Code code, const char *contextMessage, const char *filename, const char *function, UINT32 lineNumber) (defined in ErrorBase) | ErrorBase | [static] |
| SetGlobalWPIError(const char *errorMessage, const char *contextMessage, const char *filename, const char *function, UINT32 lineNumber) (defined in ErrorBase) | ErrorBase | [static] |
| SetImaqError(int success, const char *contextMessage, const char *filename, const char *function, UINT32 lineNumber) const | ErrorBase | [virtual] |
| SetWPIError(const char *errorMessage, const char *contextMessage, const char *filename, const char *function, UINT32 lineNumber) const | ErrorBase | [virtual] |
| StatusIsFatal() const | ErrorBase | [virtual] |
| ~ErrorBase() (defined in ErrorBase) | ErrorBase | [virtual] |
| ~Preferences() (defined in Preferences) | Preferences | [protected, virtual] |
1.7.4