mbo::CIniData Member List

This is the complete list of members for mbo::CIniData, including all inherited members.

AddValue(TIniCache::iterator &itSection, TIniData::iterator itValue, const MboString &strKeyName, const MboString &strValue)mbo::CIniData [protected]
AddValue(TIniCache::iterator &itSection, const MboString &strKeyName, const MboString &strValue)mbo::CIniData [protected]
AddValue(const MboString &strSection, const MboString &strKeyName, const MboString &strValue)mbo::CIniData [protected]
CIniData(const MboString &strFilename, const MboString &strSectionPrefix="")mbo::CIniData [explicit]
ClearSection(const MboString &strSection)mbo::CIniData [virtual]
DeleteKey(const MboString &strSection, const MboString &strKeyname)mbo::CIniData [virtual]
EmptySection(const MboString &strSection, bool bKeepComments=true)mbo::CIniData [virtual]
FindFirstEmpty(TIniCache::iterator &itSection)mbo::CIniData [protected]
GetBool(const MboString &strSection, const MboString &strKeyname, bool bDefault=false, bool bWriteDefault=false) const mbo::CIniData [virtual]
GetColor(const MboString &strSection, const MboString &strKeyname, COLORREF colDefault=RGB(0, 0, 0), bool bWriteDefault=false) const mbo::CIniData [virtual]
GetDouble(const MboString &strSection, const MboString &strKeyname, double fDefault=0.0, bool bWriteDefault=false, double fMinimum=-DBL_MAX, double fMaximum=DBL_MAX) const mbo::CIniData [virtual]
GetFilename() const mbo::CIniData [virtual]
GetFloat(const MboString &strSection, const MboString &strKeyname, float fDefault=0.0f, bool bWriteDefault=false, float fMinimum=-FLT_MAX, float fMaximum=FLT_MAX) const mbo::CIniData [virtual]
GetIniBool(const MboString &strFilename, const MboString &strSection, const MboString &strKeyname, bool bDefault=false, bool bWriteDefault=false)mbo::CIniData [static]
GetIniColor(const MboString &strFilename, const MboString &strSection, const MboString &strKeyname, COLORREF colDefault=RGB(0, 0, 0), bool bWriteDefault=false)mbo::CIniData [static]
GetIniDirectory() const mbo::CIniData [virtual]
GetIniDouble(const MboString &strFilename, const MboString &strSection, const MboString &strKeyname, double fDefault=0.0, bool bWriteDefault=false, double fMinimum=-DBL_MAX, double fMaximum=DBL_MAX)mbo::CIniData [static]
GetIniFloat(const MboString &strFilename, const MboString &strSection, const MboString &strKeyname, float fDefault=0.0f, bool bWriteDefault=false, float fMinimum=-FLT_MAX, float fMaximum=FLT_MAX)mbo::CIniData [static]
GetIniInt(const MboString &strFilename, const MboString &strSection, const MboString &strKeyname, int nDefault=0, bool bWriteDefault=false, int nMinimum=INT_MIN, int nMaximum=INT_MAX)mbo::CIniData [static]
GetIniLong(const MboString &strFilename, const MboString &strSection, const MboString &strKeyname, long lDefault=0L, bool bWriteDefault=false, long lMinimum=LONG_MIN, long lMaximum=LONG_MAX)mbo::CIniData [static]
GetIniMap(const MboString &strFilename, const MboString &strSection, const CStrMapStr &msstrDefault=CStrMapStr(), bool bWriteDefault=false, bool bWriteEmpty=false)mbo::CIniData [static]
GetIniString(const MboString &strFilename, const MboString &strSection, const MboString &strKeyname, const MboString &strDefault="", bool bWriteDefault=false, bool bParseEnvVars=false)mbo::CIniData [static]
GetInt(const MboString &strSection, const MboString &strKeyname, int nDefault=0, bool bWriteDefault=false, int nMinimum=INT_MIN, int nMaximum=INT_MAX) const mbo::CIniData [virtual]
GetKeyNames(const MboString &strSection, CStrList &vstrKeyNames) const mbo::CIniData [virtual]
GetLong(const MboString &strSection, const MboString &strKeyname, long lDefault=0L, bool bWriteDefault=false, long lMinimum=LONG_MIN, long lMaximum=LONG_MAX) const mbo::CIniData [virtual]
GetMap(const MboString &strSection, const CStrMapStr &msstrDefault=CStrMapStr(), bool bWriteDefault=false, bool bWriteEmpty=false, bool bRetrieveAll=false) const mbo::CIniData [virtual]
GetSection(const MboString &strSection)mbo::CIniData [protected]
GetSection(const MboString &strSection) const mbo::CIniData [protected]
GetSectionNames(const MboString &strSectionPrefix, CStrList &vstrSectionNames) const mbo::CIniData
GetSectionNames(CStrList &vstrSectionNames) const mbo::CIniData
GetSectionOrCreate(const MboString &strSection)mbo::CIniData [protected]
GetSectionPrefix() const mbo::CIniData [virtual]
GetString(const MboString &strSection, const MboString &strKeyname, const MboString &strDefault="", bool bWriteDefault=false, bool bParseEnvVars=false) const mbo::CIniData [virtual]
GetValuePtr(const TIniCache::iterator &itSection, const MboString &strKeyName)mbo::CIniData [protected]
GetValuePtr(const TIniCache::const_iterator &itSection, const MboString &strKeyName) const mbo::CIniData [protected]
GetValuePtr(const MboString &strSection, const MboString &strKeyName)mbo::CIniData [protected]
GetValuePtr(const MboString &strSection, const MboString &strKeyName) const mbo::CIniData [protected]
IniDataFlush(bool bModified=false) const mbo::CIniData [protected, virtual]
IniDataGetLock() const mbo::CIniData
IsEmptyIniValue(const TIniValue &val) const mbo::CIniData [protected]
IsValidKey(const MboString &strKeyName, bool bAcceptComment=false) const mbo::CIniData
KeyNameExists(const MboString &strSection, const MboString &strKeyname) const mbo::CIniData [virtual]
ReadBool(const MboString &strSection, const MboString &strKeyname, bool &bValue, bool bDefault=false, bool bWriteDefault=false) const mbo::CIniData [virtual]
ReadColor(const MboString &strSection, const MboString &strKeyname, COLORREF &colValue, COLORREF colDefault=RGB(0, 0, 0), bool bWriteDefault=false) const mbo::CIniData [virtual]
ReadDouble(const MboString &strSection, const MboString &strKeyname, double &fValue, double fDefault=0.0, bool bWriteDefault=false, double fMinimum=-DBL_MAX, double fMaximum=DBL_MAX) const mbo::CIniData [virtual]
ReadFile()mbo::CIniData [protected, virtual]
ReadFloat(const MboString &strSection, const MboString &strKeyname, float &fValue, float fDefault=0.0f, bool bWriteDefault=false, float fMinimum=-FLT_MAX, float fMaximum=FLT_MAX) const mbo::CIniData [virtual]
ReadInt(const MboString &strSection, const MboString &strKeyname, int &nValue, int nDefault=0, bool bWriteDefault=false, int nMinimum=INT_MIN, int nMaximum=INT_MAX) const mbo::CIniData [virtual]
ReadLong(const MboString &strSection, const MboString &strKeyname, long &lValue, long lDefault=0, bool bWriteDefault=false, long lMinimum=LONG_MIN, long lMaximum=LONG_MAX) const mbo::CIniData [virtual]
ReadMap(const MboString &strSection, CStrMapStr &msstrValue, const CStrMapStr &msstrDefault=CStrMapStr(), bool bWriteDefault=false, bool bWriteEmpty=false, bool bRetrieveAll=false) const mbo::CIniData [virtual]
ReadSectionList(const MboString &strSection, CIniSectionList &vsstrValue, const CIniSectionList &vsstrDefault=CIniSectionList(), bool bWriteDefault=false, bool bWriteEmpty=false, bool bRetrieveAll=false) const mbo::CIniData [virtual]
ReadString(const MboString &strSection, const MboString &strKeyname, MboString &strValue, const MboString &strDefault="", bool bWriteDefault=false, bool bParseEnvVars=false) const mbo::CIniData [virtual]
RenameKey(const MboString &strSection, const MboString &strKeynameOld, const MboString &strKeynameNew)mbo::CIniData [virtual]
ReplaceSectionList(const MboString &strSection, const CIniSectionList &vsstrValue, bool bWriteEmpty=false)mbo::CIniData [virtual]
SectionExists(const MboString &strSection) const mbo::CIniData
TIniCache typedefmbo::CIniData [protected]
TIniData typedefmbo::CIniData [protected]
TIniSection typedefmbo::CIniData [protected]
TIniValue typedefmbo::CIniData [protected]
WriteBool(const MboString &strSection, const MboString &strKeyname, bool bValue)mbo::CIniData [virtual]
WriteColor(const MboString &strSection, const MboString &strKeyname, COLORREF colValue)mbo::CIniData [virtual]
WriteDouble(const MboString &strSection, const MboString &strKeyname, double fValue)mbo::CIniData [virtual]
WriteFloat(const MboString &strSection, const MboString &strKeyname, float fValue)mbo::CIniData [virtual]
WriteInt(const MboString &strSection, const MboString &strKeyname, int nValue)mbo::CIniData [virtual]
WriteLong(const MboString &strSection, const MboString &strKeyname, long lValue)mbo::CIniData [virtual]
WriteMap(const MboString &strSection, CStrMapStr msstrValue, bool bWriteEmpty=false, bool bKeepComments=true)mbo::CIniData [virtual]
WriteSectionList(const MboString &strSection, CIniSectionList vsstrValue, bool bWriteEmpty=false, bool bKeepComments=true)mbo::CIniData [virtual]
WriteString(const MboString &strSection, const MboString &strKeyname, const MboString &strValue)mbo::CIniData [virtual]
~CIniData()mbo::CIniData [virtual]


  Hosted on code.google.com  
© Marcus Börger
Generated on Fri Jan 18 21:21:11 2008 for MBO-lib by doxygen 1.5.4