Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
This is the complete list of members for CFileIni, including all inherited members.
CFileIni() | CFileIni | |
CFileIni(std::string pathFile) | CFileIni | explicit |
CFileIni(const CFileIni &other)=delete | CFileIni | |
CFileIni(CFileIni &&other)=delete | CFileIni | |
deleteKey(const std::string §ion, const std::string &key) | CFileIni | |
deleteSection(const std::string §ion) | CFileIni | |
existsSection(std::string_view section) | CFileIni | |
getValueBoolean(std::string_view section, std::string_view key, bool defaultValue=false) const | CFileIni | |
getValueDouble(std::string_view section, std::string_view key, double defaultValue=0.0) const | CFileIni | |
getValueList(std::string_view section, std::string_view key, std::string_view defaultValue, char delimiter) const | CFileIni | |
getValueLong(std::string_view section, std::string_view key, int64_t defaultValue=0) const | CFileIni | |
getValueString(std::string_view section, std::string_view key, const std::string &defaultValue="") const | CFileIni | |
m_ini | CFileIni | private |
m_pathFile | CFileIni | private |
operator=(const CFileIni &other)=delete | CFileIni | |
operator=(CFileIni &&other)=delete | CFileIni | |
readFile() | CFileIni | |
saveFile() const | CFileIni | |
setValueBoolean(std::string_view section, std::string_view key, bool value) | CFileIni | |
setValueDouble(std::string_view section, std::string_view key, double value) | CFileIni | |
setValueList(std::string_view section, std::string_view key, const std::set< std::string > &list, char delimiter) | CFileIni | |
setValueLong(std::string_view section, std::string_view key, int64_t value) | CFileIni | |
setValueString(std::string_view section, std::string_view key, const std::string &value) | CFileIni | |
~CFileIni() | CFileIni | virtual |