| CIniFile(void) | CIniFile | |
| CIniFile(const char *iniFilename) | CIniFile | |
| Clear(void) | CIniFile | [protected] |
| FindSection(const char *sectname) | CIniFile | [protected] |
| Get(const char *section, const char *key, float *f) | CIniFile | |
| Get(const char *section, const char *key, int *i) | CIniFile | |
| Get(const char *section, const char *key, char *s, int maxLength) | CIniFile | |
| GetNumSections(void) | CIniFile | |
| GetSectionName(int i) | CIniFile | |
| Load(const char *iniFilename) | CIniFile | |
| Merge(const char *iniFilename) | CIniFile | |
| Remove(const char *section, const char *key) | CIniFile | |
| Save(const char *iniFilename) | CIniFile | |
| section | CIniFile | [protected] |
| Set(const char *section, const char *key, float f) | CIniFile | |
| Set(const char *section, const char *key, int i) | CIniFile | |
| Set(const char *section, const char *key, const char *s) | CIniFile | |
| ~CIniFile(void) | CIniFile | |