ADTF
|
This is the complete list of members for cIniFile, including all inherited members.
cIniFile() | cIniFile | |
Exists(const cString &strSection, const cString &strName) const | cIniFile | |
Get(const cString &strSection, const cString &strName, const cString &strDefault="") const | cIniFile | |
GetBool(const cString &strSection, const cString &strName, const tBool &bDefault=false) const | cIniFile | |
GetFloat64(const cString &strSection, const cString &strName, const tFloat64 &f64Default=0) const | cIniFile | |
GetInt(const cString &strSection, const cString &strName, const int &iDefault=0) const | cIniFile | |
GetSectionName() const | cIniFile | |
Load(const cFilename &strFilename="", const tBool &bParse=tTrue) | cIniFile | |
LookupFile() const | cIniFile | protected |
m_oDoc | cIniFile | mutableprotected |
m_strSection | cIniFile | protected |
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="") const | cIniFile | |
SectionGetBool(const cString &strName, const tBool &bDefault=false) const | cIniFile | |
SectionGetFloat64(const cString &strName, const tFloat64 &f64Default=0) const | cIniFile | |
SectionGetInt(const cString &strName, const int &iDefault=0) const | cIniFile | |
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() | cIniFile | virtual |