Public Member Functions | |
| KIni (KFile &File) | |
| KIni (char *pFileName) | |
| ~KIni () | |
| const char * | ReadString (char *pSection, char *pKey, char *DefaultString) |
| s32 | ReadInt (char *pSection, char *pKey, s32 DefaultValue) |
| float | ReadFloat (char *pSection, char *pKey, float DefaultValue) |
| void | WriteString (char *pSection, char *pKey, char *pString) |
| void | WriteInt (char *pSection, char *pKey, s32 Value) |
| void | WriteFloat (char *pSection, char *pKey, float Value) |
Protected Member Functions | |
| void | LoadCache () |
| void | SaveCache () |
| char * | FindKey (char *pSection, char *pKey, bool bShowError=true) |
| void | SetKey (char *pSection, char *pKey, char *pString) |
Protected Attributes | |
| KFile * | m_pFile |
| bool | m_bMustCloseFile |
| bool | m_bHasChanged |
Definition at line 65 of file Ini.h.
1.5.1-p1