ScummVM API documentation
Common::INIFile Member List

This is the complete list of members for Common::INIFile, including all inherited members.

addSection(const String &section)Common::INIFile
allowNonEnglishCharacters()Common::INIFile
clear()Common::INIFile
getKey(const String &key, const String &section, String &value) constCommon::INIFile
getKeys(const String &section) constCommon::INIFile
getSections() constCommon::INIFileinline
hasKey(const String &key, const String &section) constCommon::INIFile
hasSection(const String &section) constCommon::INIFile
INIFile() (defined in Common::INIFile)Common::INIFile
isValidName(const String &name) constCommon::INIFile
listKeyValues(StringMap &kv)Common::INIFile
loadFromFile(const Path &filename)Common::INIFile
loadFromFileOrDataFork(const Path &filename)Common::INIFile
loadFromSaveFile(const String &filename)Common::INIFile
loadFromStream(SeekableReadStream &stream)Common::INIFile
removeKey(const String &key, const String &section)Common::INIFile
removeSection(const String &section)Common::INIFile
renameSection(const String &oldName, const String &newName)Common::INIFile
requireKeyValueDelimiter()Common::INIFile
saveToFile(const Path &filename)Common::INIFile
saveToSaveFile(const String &filename)Common::INIFile
saveToStream(WriteStream &stream)Common::INIFile
SectionKeyList typedefCommon::INIFile
SectionList typedefCommon::INIFile
setDefaultSectionName(const String &name)Common::INIFile
setKey(const String &key, const String &section, const String &value)Common::INIFile
suppressValuelessLineWarning()Common::INIFile
~INIFile() (defined in Common::INIFile)Common::INIFileinline