ADTF  3.18.2
cIniFile Member List

This is the complete list of members for cIniFile, including all inherited members.

cIniFile()cIniFile
Exists(const cString &strSection, const cString &strName) constcIniFile
Get(const cString &strSection, const cString &strName, const cString &strDefault="") constcIniFile
GetBool(const cString &strSection, const cString &strName, const tBool &bDefault=false) constcIniFile
GetFloat64(const cString &strSection, const cString &strName, const tFloat64 &f64Default=0) constcIniFile
GetInt(const cString &strSection, const cString &strName, const int &iDefault=0) constcIniFile
GetSectionName() constcIniFile
Load(const cFilename &strFilename="", const tBool &bParse=tTrue)cIniFile
LookupFile() constcIniFileprotected
m_oDoccIniFilemutableprotected
m_strSectioncIniFileprotected
RemoveKey(const cString &strSection, const cString &strName)cIniFile
RemoveSection(const cString &strSection)cIniFile
Save(const cFilename &strFilename="")cIniFile
SectionGet(const cString &strName, const cString &strDefault="") constcIniFile
SectionGetBool(const cString &strName, const tBool &bDefault=false) constcIniFile
SectionGetFloat64(const cString &strName, const tFloat64 &f64Default=0) constcIniFile
SectionGetInt(const cString &strName, const int &iDefault=0) constcIniFile
Set(const cString &strSection, const cString &strName, const cString &strValue="")cIniFile
SetBool(const cString &strSection, const cString &strName, const tBool &bValue)cIniFile
SetFloat64(const cString &strSection, const cString &strName, const tFloat64 &f64Value)cIniFile
SetInt(const cString &strSection, const cString &strName, const int &iValue)cIniFile
SetSectionName(const cString &strSection)cIniFile
~cIniFile()cIniFilevirtual