![]() |
galaxy 1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
|
This is the complete list of members for galaxy::core::Config, including all inherited members.
Config() noexcept | galaxy::core::Config | |
Config(std::string_view file) noexcept | galaxy::core::Config | |
Config(const Config &)=delete | galaxy::core::Config | private |
Config(Config &&)=delete | galaxy::core::Config | private |
empty() const | galaxy::core::Config | |
get(const std::string &key) | galaxy::core::Config | inline |
get(const std::string &key, const std::string §ion, const std::string &delim=".") | galaxy::core::Config | inline |
has(const std::string &key) noexcept | galaxy::core::Config | |
has(const std::string &key, const std::string §ion, const std::string &delim=".") | galaxy::core::Config | |
load(std::string_view file) | galaxy::core::Config | |
m_config | galaxy::core::Config | private |
m_loaded | galaxy::core::Config | private |
m_path | galaxy::core::Config | private |
operator=(const Config &)=delete | galaxy::core::Config | private |
operator=(Config &&)=delete | galaxy::core::Config | private |
raw(const nlohmann::json &json) noexcept | galaxy::core::Config | |
raw() const noexcept | galaxy::core::Config | |
restore(const std::string &key, const Value &value) noexcept | galaxy::core::Config | inline |
restore(const std::string &key, const Value &value, const std::string §ion, const std::string &delim=".") | galaxy::core::Config | inline |
save() | galaxy::core::Config | |
set(const std::string &key, const Value &value) noexcept | galaxy::core::Config | inline |
set(const std::string &key, const Value &value, const std::string §ion, const std::string &delim=".") | galaxy::core::Config | inline |
~Config() noexcept | galaxy::core::Config |