| BoolMap | CSettingsStore | [private] |
| GetBoolOption(const std::string &Key) | CSettingsStore | |
| GetLongOption(const std::string &Key) | CSettingsStore | |
| GetStringOption(const std::string &Key) | CSettingsStore | |
| LoadSetting(const std::string &Key, bool *Value) | CSettingsStore | [private, virtual] |
| LoadSetting(const std::string &Key, long *Value) | CSettingsStore | [private, virtual] |
| LoadSetting(const std::string &Key, std::string *Value) | CSettingsStore | [private, virtual] |
| LongMap | CSettingsStore | [private] |
| SaveSetting(const std::string &Key, bool Value) | CSettingsStore | [private, virtual] |
| SaveSetting(const std::string &Key, long Value) | CSettingsStore | [private, virtual] |
| SaveSetting(const std::string &Key, const std::string &Value) | CSettingsStore | [private, virtual] |
| SetBoolDefault(const std::string &Key, bool Value) | CSettingsStore | |
| SetBoolOption(const std::string &Key, bool Value) | CSettingsStore | |
| SetLongDefault(const std::string &Key, long Value) | CSettingsStore | |
| SetLongOption(const std::string &Key, long Value) | CSettingsStore | |
| SetStringDefault(const std::string &Key, const std::string &Value) | CSettingsStore | |
| SetStringOption(const std::string &Key, const std::string &Value) | CSettingsStore | |
| StringMap | CSettingsStore | [private] |