| getBool(const char *section, const char *key, bool def=false) const | IniFile | |
| getDouble(const char *section, const char *key, double def=0) const | IniFile | |
| getInt(const char *section, const char *key, int def=0) const | IniFile | |
| getString(const char *section, const char *key, const char *def="") const | IniFile | |
| IniFile() | IniFile | |
| IniFile(const char *filename) | IniFile | |
| Keys typedef | IniFile | [private] |
| load(const char *filename) | IniFile | |
| removeKey(const char *section, const char *key) | IniFile | |
| save(const char *filename) const | IniFile | |
| Sections typedef | IniFile | [private] |
| sections | IniFile | [private] |
| setBool(const char *section, const char *key, bool val) | IniFile | |
| setDouble(const char *section, const char *key, double val) | IniFile | |
| setInt(const char *section, const char *key, int val) | IniFile | |
| setString(const char *section, const char *key, const char *val) | IniFile | |