Nameless Engine
Loading...
Searching...
No Matches
ne::ConfigManager Member List

This is the complete list of members for ne::ConfigManager, including all inherited members.

ConfigManager()=defaultne::ConfigManager
ConfigManager(const ConfigManager &)=delete (defined in ne::ConfigManager)ne::ConfigManager
constructFilePath(ConfigCategory category, std::string_view sFileName)ne::ConfigManagerprivatestatic
filePathne::ConfigManagerprivate
generateFreeFileName(const std::set< std::string > &usedFileNames, const std::string &sFileNamePrefix="")ne::ConfigManagerprivatestatic
getAllFileNames(ConfigCategory category)ne::ConfigManagerstatic
getAllKeysOfSection(std::string_view sSection) constne::ConfigManager
getAllSections()ne::ConfigManager
getBackupFileExtension()ne::ConfigManagerstatic
getCategoryDirectory(ConfigCategory category)ne::ConfigManagerstatic
getConfigFormatExtension()ne::ConfigManagerstatic
getFilePath() constne::ConfigManager
getFreeProgressProfileName()ne::ConfigManagerstatic
getValue(std::string_view sSection, std::string_view sKey, T defaultValue) constne::ConfigManager
loadFile(ConfigCategory category, std::string_view sFileName)ne::ConfigManager
loadFile(std::filesystem::path pathToConfigFile)ne::ConfigManager
operator=(const ConfigManager &)=delete (defined in ne::ConfigManager)ne::ConfigManager
removeFile(ConfigCategory category, std::string_view sFileName)ne::ConfigManagerstatic
removeFile(std::filesystem::path pathToConfigFile)ne::ConfigManagerstatic
saveFile(ConfigCategory category, std::string_view sFileName)ne::ConfigManager
saveFile(std::filesystem::path pathToConfigFile, bool bEnableBackup)ne::ConfigManager
sBackupFileExtensionne::ConfigManagerinlineprivatestatic
setValue(std::string_view sSection, std::string_view sKey, T value, std::string_view sComment="")ne::ConfigManager
tomlDatane::ConfigManagerprivate