#include <Ini.h>
Public Member Functions | |
| CIniSection (const char *section) | |
| ~CIniSection (void) | |
| void | Set (const char *key, float f) |
| void | Set (const char *key, int i) |
| void | Set (const char *key, const char *s) |
| void | Get (const char *key, float *f) |
| void | Get (const char *key, int *i) |
| void | Get (const char *key, char *s, int maxLength) |
| void | Save (FILE *f) |
| void | Remove (const char *key) |
Public Attributes | |
| char | section [64] |
| std::map< std::string, CIniSetting * > | setting |
Protected Member Functions | |
| CIniSetting * | FindSetting (const char *key) |
| void | Clear (void) |
Definition at line 74 of file Ini.h.
|
|
|
|
|
Definition at line 141 of file Ini.cpp. References Clear(). |
|
|
Definition at line 150 of file Ini.cpp. References setting. Referenced by ~CIniSection(). |
|
|
Definition at line 170 of file Ini.cpp. |
|
||||||||||||||||
|
Definition at line 264 of file Ini.cpp. References FindSetting(), CIniSetting::Get(), and setting. |
|
||||||||||||
|
Definition at line 250 of file Ini.cpp. References FindSetting(), CIniSetting::Get(), and setting. |
|
||||||||||||
|
Definition at line 236 of file Ini.cpp. References FindSetting(), CIniSetting::Get(), and setting. Referenced by CIniFile::Get(). |
|
|
Definition at line 293 of file Ini.cpp. Referenced by CIniFile::Remove(). |
|
|
|
|
||||||||||||
|
Definition at line 222 of file Ini.cpp. References FindSetting(), CIniSetting::Set(), and setting. |
|
||||||||||||
|
Definition at line 208 of file Ini.cpp. References FindSetting(), CIniSetting::Set(), and setting. |
|
||||||||||||
|
Definition at line 194 of file Ini.cpp. References FindSetting(), CIniSetting::Set(), and setting. Referenced by CIniFile::Set(). |
|
|
Definition at line 96 of file Ini.h. Referenced by FindSetting(), CIniFile::GetSectionName(), and Save(). |
|
|
Definition at line 97 of file Ini.h. Referenced by Clear(), FindSetting(), Get(), Save(), and Set(). |
|
|
Documentation generated by
|