KIni Class Reference

Collaboration diagram for KIni:
[legend]
List of all members.

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

KFilem_pFile
bool m_bMustCloseFile
bool m_bHasChanged

Detailed Description

Definition at line 65 of file Ini.h.


The documentation for this class was generated from the following files:
Generated on Sun Mar 25 20:02:33 2007 for Zythum Project by  doxygen 1.5.1-p1