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::IniFile | static |
| 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::IniFile | protected |
| getSection(const unsigned int index) | kome::core::IniFile | |
| getString(const char *section, const char *key, const char *defaultValue) | kome::core::IniFile | |
| IniFile() | kome::core::IniFile | protected |
| load(const char *path) | kome::core::IniFile | |
| loadIniFile(const char *path) | kome::core::IniFile | static |
| m_filePath | kome::core::IniFile | protected |
| m_sectionMap | kome::core::IniFile | protected |
| m_sections | kome::core::IniFile | protected |
| save(const char *path=NULL) | kome::core::IniFile | |
| saveAllIniFiles() | kome::core::IniFile | static |
| 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::IniFile | protectedvirtual |
1.8.6