Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
CFileIni Member List

This is the complete list of members for CFileIni, including all inherited members.

CFileIni()CFileIni
CFileIni(std::string pathFile)CFileIniexplicit
CFileIni(const CFileIni &other)=deleteCFileIni
CFileIni(CFileIni &&other)=deleteCFileIni
deleteKey(const std::string &section, const std::string &key)CFileIni
deleteSection(const std::string &section)CFileIni
existsSection(std::string_view section)CFileIni
getValueBoolean(std::string_view section, std::string_view key, bool defaultValue=false) constCFileIni
getValueDouble(std::string_view section, std::string_view key, double defaultValue=0.0) constCFileIni
getValueList(std::string_view section, std::string_view key, std::string_view defaultValue, char delimiter) constCFileIni
getValueLong(std::string_view section, std::string_view key, int64_t defaultValue=0) constCFileIni
getValueString(std::string_view section, std::string_view key, const std::string &defaultValue="") constCFileIni
m_iniCFileIniprivate
m_pathFileCFileIniprivate
operator=(const CFileIni &other)=deleteCFileIni
operator=(CFileIni &&other)=deleteCFileIni
readFile()CFileIni
saveFile() constCFileIni
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()CFileInivirtual