#include <Ini.h>
Public Member Functions | |
| CIniSetting (const char *key) | |
| void | Set (float f) |
| void | Set (int i) |
| void | Set (const char *s) |
| void | Get (float *f) |
| void | Get (int *i) |
| void | Get (char *s, int maxLength) |
| void | Save (FILE *f) |
Public Attributes | |
| EIniSettingType | type |
| char | key [64] |
| float | value |
| char | s_value [64] |
Definition at line 48 of file Ini.h.
|
|
Definition at line 38 of file Ini.cpp. References INI_INT_SETTING, s_value, type, and value. |
|
||||||||||||
|
Definition at line 102 of file Ini.cpp. References INI_STRING_SETTING, s_value, and type. |
|
|
Definition at line 92 of file Ini.cpp. References INI_INT_SETTING, type, and value. |
|
|
Definition at line 82 of file Ini.cpp. References INI_FLOAT_SETTING, type, and value. Referenced by CIniSection::Get(). |
|
|
Definition at line 109 of file Ini.cpp. References gtfo, INI_FLOAT_SETTING, INI_INT_SETTING, INI_STRING_SETTING, key, s_value, type, and value. |
|
|
Definition at line 71 of file Ini.cpp. References INI_STRING_SETTING, s_value, type, and value. |
|
|
Definition at line 61 of file Ini.cpp. References INI_INT_SETTING, type, and value. |
|
|
Definition at line 51 of file Ini.cpp. References INI_FLOAT_SETTING, type, and value. Referenced by CIniSection::Set(). |
|
|
Definition at line 64 of file Ini.h. Referenced by Save(). |
|
|
Definition at line 66 of file Ini.h. Referenced by CIniSetting(), Get(), Save(), and Set(). |
|
|
Definition at line 63 of file Ini.h. Referenced by CIniSetting(), Get(), Save(), and Set(). |
|
|
Definition at line 65 of file Ini.h. Referenced by CIniSetting(), Get(), Save(), and Set(). |
|
|
Documentation generated by
|