$search
CDataFile() | CDataFile | |
CDataFile(const t_Str &szFileName) | CDataFile | |
Clear() | CDataFile | |
CommentStr(const t_Str &szComment) | CDataFile | |
CreateKey(const t_Str &szKey, const t_Str &szValue, const t_Str &szComment=t_Str(""), const t_Str &szSection=t_Str("")) | CDataFile | |
CreateSection(const t_Str &szSection, const t_Str &szComment=t_Str("")) | CDataFile | |
CreateSection(const t_Str &szSection, const t_Str &szComment, const KeyList &Keys) | CDataFile | |
DeleteKey(const t_Str &szKey, const t_Str &szFromSection=t_Str("")) | CDataFile | |
DeleteSection(const t_Str &szSection) | CDataFile | |
GetBool(const t_Str &szKey, const t_Str &szSection=t_Str("")) | CDataFile | |
GetFloat(const t_Str &szKey, const t_Str &szSection=t_Str("")) | CDataFile | |
GetInt(const t_Str &szKey, const t_Str &szSection=t_Str("")) | CDataFile | |
GetKey(const t_Str &szKey, const t_Str &szSection) | CDataFile | [protected] |
GetSection(const t_Str &szSection) | CDataFile | [protected] |
GetString(const t_Str &szKey, const t_Str &szSection=t_Str("")) | CDataFile | |
GetValue(const t_Str &szKey, const t_Str &szSection=t_Str("")) | CDataFile | |
KeyCount() | CDataFile | |
Load(const t_Str &szFileName) | CDataFile | |
m_bDirty | CDataFile | [protected] |
m_Flags | CDataFile | |
m_Sections | CDataFile | [protected] |
m_szFileName | CDataFile | [protected] |
Save() | CDataFile | |
SectionCount() | CDataFile | |
SetBool(const t_Str &szKey, bool bValue, const t_Str &szComment=t_Str(""), const t_Str &szSection=t_Str("")) | CDataFile | |
SetFileName(const t_Str &szFileName) | CDataFile | |
SetFloat(const t_Str &szKey, float fValue, const t_Str &szComment=t_Str(""), const t_Str &szSection=t_Str("")) | CDataFile | |
SetInt(const t_Str &szKey, int nValue, const t_Str &szComment=t_Str(""), const t_Str &szSection=t_Str("")) | CDataFile | |
SetKeyComment(const t_Str &szKey, const t_Str &szComment, const t_Str &szSection=t_Str("")) | CDataFile | |
SetSectionComment(const t_Str &szSection, const t_Str &szComment) | CDataFile | |
SetValue(const t_Str &szKey, const t_Str &szValue, const t_Str &szComment=t_Str(""), const t_Str &szSection=t_Str("")) | CDataFile | |
~CDataFile() | CDataFile | [virtual] |