|
Public Types |
enum | PrefsArray { paKey = 0,
paDefault = 1
} |
Public Member Functions |
| Prefs (bool autowrite=true, bool writealways=true) |
bool | read () |
bool | write () |
bool | set (const string &key, const string &value) |
bool | set (const string &key, int value) |
bool | set (const string &key, bool value) |
const string & | getStr (const string &key) const |
string | getPath (const string &key) const |
int | getNum (const string &key) const |
bool | getBool (const string &key) const |