#include <Ini.h>
Public Member Functions | |
| CIniFile (void) | |
| CIniFile (const char *iniFilename) | |
| ~CIniFile (void) | |
| int | Load (const char *iniFilename) |
| int | Merge (const char *iniFilename) |
| int | Save (const char *iniFilename) |
| void | Set (const char *section, const char *key, float f) |
| void | Set (const char *section, const char *key, int i) |
| void | Set (const char *section, const char *key, const char *s) |
| void | Get (const char *section, const char *key, float *f) |
| void | Get (const char *section, const char *key, int *i) |
| void | Get (const char *section, const char *key, char *s, int maxLength) |
| void | Remove (const char *section, const char *key) |
| int | GetNumSections (void) |
| char * | GetSectionName (int i) |
Protected Member Functions | |
| CIniSection * | FindSection (const char *sectname) |
| void | Clear (void) |
Protected Attributes | |
| std::map< std::string, CIniSection * > | section |
Definition at line 105 of file Ini.h.
|
|
|
|
|
Definition at line 307 of file Ini.cpp. References Load(). |
|
|
Definition at line 313 of file Ini.cpp. References Clear(). |
|
|
Definition at line 322 of file Ini.cpp. References section. Referenced by Load(), and ~CIniFile(). |
|
|
|
|
||||||||||||||||||||
|
Definition at line 614 of file Ini.cpp. References FindSection(), and CIniSection::Get(). |
|
||||||||||||||||
|
Definition at line 600 of file Ini.cpp. References FindSection(), and CIniSection::Get(). |
|
||||||||||||||||
|
Definition at line 586 of file Ini.cpp. References FindSection(), and CIniSection::Get(). Referenced by GetIniFloat(), GetIniString(), GetIniVar(), and InitPerezParameters(). |
|
|
Definition at line 638 of file Ini.cpp. References section. Referenced by CSkyDomeImage::CSkyDomeImage(). |
|
|
Definition at line 647 of file Ini.cpp. References CIniSection::section, and section. Referenced by CSkyDomeImage::CSkyDomeImage(). |
|
|
Definition at line 454 of file Ini.cpp. References Clear(), ParseKeyValue(), ParseSection(), section, and Set(). Referenced by CIniFile(), CSkyDomeImage::CSkyDomeImage(), and LoadIniSettings(). |
|
|
|
|
||||||||||||
|
Definition at line 628 of file Ini.cpp. References FindSection(), and CIniSection::Remove(). |
|
|
Definition at line 517 of file Ini.cpp. References globals, SGlobals::logWarning, section, and CLogFile::Write(). Referenced by SaveIniSettings(). |
|
||||||||||||||||
|
Definition at line 572 of file Ini.cpp. References FindSection(), and CIniSection::Set(). |
|
||||||||||||||||
|
Definition at line 558 of file Ini.cpp. References FindSection(), and CIniSection::Set(). |
|
||||||||||||||||
|
Definition at line 544 of file Ini.cpp. References FindSection(), and CIniSection::Set(). Referenced by Load(), SetIniFloat(), SetIniString(), and SetIniVar(). |
|
|
Definition at line 132 of file Ini.h. Referenced by Clear(), FindSection(), GetNumSections(), GetSectionName(), Load(), and Save(). |
|
|
Documentation generated by
|