|
| CBofDebugOptions (const char *pszFileName) |
|
| CBofOptions (const char *pszOptionsFile=nullptr) |
| Loads specified .INI file which contains user options. More...
|
|
virtual | ~CBofOptions () |
|
ErrorCode | commit () |
|
ErrorCode | loadOptionFile (const char *pszFile) |
| Loads and builds Option list. More...
|
|
const char * | getFileName () const |
|
ErrorCode | writeSetting (const char *pszSection, const char *pszOption, const char *pszValue) |
|
ErrorCode | writeSetting (const char *pszSection, const char *pszOption, int nValue) |
|
ErrorCode | readSetting (const char *section, const char *option, char *stringValue, const char *defaultValue, uint32 nSize) |
|
ErrorCode | readSetting (const char *section, const char *option, int *nValue, int defaultValue) |
|
ErrorCode | readSetting (const char *section, const char *option, bool *boolValue, bool defaultValue) |
|
ErrorCode | load () |
|
void | release () |
|
Declare a debug-options (.INI) file