![]() |
TrinityCore
|
This is the complete list of members for ConfigMgr, including all inherited members.
| ConfigMgr()=default | ConfigMgr | private |
| ConfigMgr(ConfigMgr const &)=delete | ConfigMgr | |
| ConfigMgr(ConfigMgr &&)=delete | ConfigMgr | |
| GetArguments() const | ConfigMgr | |
| GetBoolDefault(std::string_view name, bool def, bool quiet=false) const | ConfigMgr | |
| GetFilename() | ConfigMgr | |
| GetFloatDefault(std::string_view name, float def, bool quiet=false) const | ConfigMgr | |
| GetInt64Default(std::string_view name, int64 def, bool quiet=false) const | ConfigMgr | |
| GetIntDefault(std::string_view name, int32 def, bool quiet=false) const | ConfigMgr | |
| GetKeysByString(std::string const &name) | ConfigMgr | |
| GetStringDefault(std::string_view name, std::string_view def, bool quiet=false) const | ConfigMgr | |
| GetValueDefault(std::string_view const &name, T def, bool quiet) const | ConfigMgr | private |
| instance() | ConfigMgr | static |
| LoadAdditionalDir(std::string const &dir, bool keepOnReload, std::vector< std::string > &loadedFiles, std::vector< std::string > &errors) | ConfigMgr | |
| LoadAdditionalFile(std::string file, bool keepOnReload, std::string &error) | ConfigMgr | |
| LoadInitial(std::string file, std::vector< std::string > args, std::string &error) | ConfigMgr | |
| operator=(ConfigMgr const &)=delete | ConfigMgr | |
| operator=(ConfigMgr &&)=delete | ConfigMgr | |
| OverrideWithEnvVariablesIfAny() | ConfigMgr | |
| Reload(std::vector< std::string > &errors) | ConfigMgr | |
| ~ConfigMgr()=default | ConfigMgr | private |