C API Documentation
rr::IniFile Member List

This is the complete list of members for rr::IniFile, including all inherited members.

Clear() (defined in rr::IniFile)rr::IniFile
ClearSection(const string &section) (defined in rr::IniFile)rr::IniFile
CommentStr(string &Comment) (defined in rr::IniFile)rr::IniFile
CreateKey(const string &Key, const string &Value, const string &Comment="", const string &Section="") (defined in rr::IniFile)rr::IniFile
CreateSection(const string &Section, const string &Comment="") (defined in rr::IniFile)rr::IniFile
CreateSection(const string &Section, const string &Comment, KeyList Keys) (defined in rr::IniFile)rr::IniFile
DeleteKey(const string &Key, const string &FromSection="") (defined in rr::IniFile)rr::IniFile
DeleteSection(const string &Section) (defined in rr::IniFile)rr::IniFile
DeleteSectionsWithKeyValue(const string &key, const string &value) (defined in rr::IniFile)rr::IniFile
GetFileName() (defined in rr::IniFile)rr::IniFileinline
GetFilePath() (defined in rr::IniFile)rr::IniFileinline
GetFullFileName() (defined in rr::IniFile)rr::IniFileinline
GetKey(const string &Key, const string &Section) (defined in rr::IniFile)rr::IniFile
GetNumberOfSections() (defined in rr::IniFile)rr::IniFileinline
GetSection(int i) (defined in rr::IniFile)rr::IniFileinline
GetSection(size_t i) (defined in rr::IniFile)rr::IniFileinline
GetSection(const string &Section, bool create=false) (defined in rr::IniFile)rr::IniFile
GetSection(const unsigned int secNr) (defined in rr::IniFile)rr::IniFile
IniFile(const string &fName="", bool autoLoad=false, bool autoSave=false) (defined in rr::IniFile)rr::IniFile
IsModified() (defined in rr::IniFile)rr::IniFileinline
KeyCount() (defined in rr::IniFile)rr::IniFile
KeyCount(const string &section) (defined in rr::IniFile)rr::IniFile
Load(const string &fName="") (defined in rr::IniFile)rr::IniFile
LoadSection(const string &theSection) (defined in rr::IniFile)rr::IniFile
mAutoSave (defined in rr::IniFile)rr::IniFileprotected
mFlags (defined in rr::IniFile)rr::IniFile
mIniFileName (defined in rr::IniFile)rr::IniFileprotected
mIsDirty (defined in rr::IniFile)rr::IniFileprotected
mSections (defined in rr::IniFile)rr::IniFileprotected
mWasFound (defined in rr::IniFile)rr::IniFileprotected
ReadBool(const string &Key, const string &Section="", bool def_value=false) (defined in rr::IniFile)rr::IniFile
ReadDouble(const string &Key, const string &Section="", double def_value=0) (defined in rr::IniFile)rr::IniFile
ReadFloat(const string &Key, const string &Section="", double def_value=0) (defined in rr::IniFile)rr::IniFileinline
ReadInteger(const string &Key, const string &Section="", int def_value=0) (defined in rr::IniFile)rr::IniFile
ReadString(const string &Key, const string &Section="", const string &def_val="") (defined in rr::IniFile)rr::IniFile
ReadValue(const string &Key, const string &Section="") (defined in rr::IniFile)rr::IniFile
Save(ios_base::openmode openMode=ios::out|ios::trunc) (defined in rr::IniFile)rr::IniFile
SectionCount() (defined in rr::IniFile)rr::IniFile
SectionExists(const string &section)rr::IniFile
SetFileName(const string &fName) (defined in rr::IniFile)rr::IniFile
SetFilePath(const string &path) (defined in rr::IniFile)rr::IniFile
SetKeyComment(const string &Key, const string &Comment, const string &Section="") (defined in rr::IniFile)rr::IniFile
SetSectionComment(const string &Section, const string &Comment) (defined in rr::IniFile)rr::IniFile
UnLoad() (defined in rr::IniFile)rr::IniFileinline
WasItFound() (defined in rr::IniFile)rr::IniFileinline
WriteBool(const string &Key, bool bValue, const string &Comment="", const string &Section="") (defined in rr::IniFile)rr::IniFile
WriteFloat(const string &Key, double value, const string &Comment="", const string &Section="") (defined in rr::IniFile)rr::IniFile
WriteInteger(const string &Key, int nValue, const string &Comment="", const string &Section="") (defined in rr::IniFile)rr::IniFile
WriteNonKey(const string &nonKey, const string &Section="") (defined in rr::IniFile)rr::IniFile
WriteString(const string &Key, const string &Value, const string &Comment="", const string &Section="") (defined in rr::IniFile)rr::IniFileinline
WriteValue(const string &Key, const string &Value, const string &Comment="", const string &Section="") (defined in rr::IniFile)rr::IniFile
~IniFile() (defined in rr::IniFile)rr::IniFilevirtual