Mass++ Common Libraries v2.7.5
 All Classes Namespaces Files Functions Variables Enumerations Macros
kome::core::IniFile Member List

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

decryptPassword(const char *pcPassword, char *pcDecrypt, const size_t szDecrypt)kome::core::IniFile
deleteValue(const char *section, const char *key)kome::core::IniFile
encryptPassword(const char *pcPassword, char *pcEncrypt, const size_t szEncrypt)kome::core::IniFile
getBool(const char *section, const char *key, const bool defaultValue)kome::core::IniFile
getDouble(const char *section, const char *key, const double defaultValue)kome::core::IniFile
getFilePath()kome::core::IniFile
getIniFile(const char *path)kome::core::IniFilestatic
getInt(const char *section, const char *key, const int defaultValue)kome::core::IniFile
getNumberOfParameters(const char *section)kome::core::IniFile
getNumberOfSections()kome::core::IniFile
getParameterName(const char *section, const unsigned int index)kome::core::IniFile
getParameterValue(const char *section, const unsigned int index)kome::core::IniFile
getProperties(const char *section)kome::core::IniFileprotected
getSection(const unsigned int index)kome::core::IniFile
getString(const char *section, const char *key, const char *defaultValue)kome::core::IniFile
IniFile()kome::core::IniFileprotected
load(const char *path)kome::core::IniFile
loadIniFile(const char *path)kome::core::IniFilestatic
m_filePathkome::core::IniFileprotected
m_sectionMapkome::core::IniFileprotected
m_sectionskome::core::IniFileprotected
save(const char *path=NULL)kome::core::IniFile
saveAllIniFiles()kome::core::IniFilestatic
setBool(const char *section, const char *key, const bool value)kome::core::IniFile
setDouble(const char *section, const char *key, const double value)kome::core::IniFile
setInt(const char *section, const char *key, const int value)kome::core::IniFile
setString(const char *section, const char *key, const char *value)kome::core::IniFile
~IniFile()kome::core::IniFileprotectedvirtual