![]() |
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::Config, including all inherited members.
| Config() noexcept | galaxy::Config | |
| Config(std::string_view file) noexcept | galaxy::Config | |
| Config(const Config &)=delete | galaxy::Config | private |
| Config(Config &&)=delete | galaxy::Config | private |
| empty() const | galaxy::Config | |
| get(const std::string &key) | galaxy::Config | inline |
| get(const std::string &key, const std::string §ion, const std::string &delim=".") | galaxy::Config | inline |
| has(const std::string &key) noexcept | galaxy::Config | |
| has(const std::string &key, const std::string §ion, const std::string &delim=".") | galaxy::Config | |
| load(std::string_view file) | galaxy::Config | |
| m_config | galaxy::Config | private |
| m_path | galaxy::Config | private |
| operator=(const Config &)=delete | galaxy::Config | private |
| operator=(Config &&)=delete | galaxy::Config | private |
| raw(const nlohmann::json &json) noexcept | galaxy::Config | |
| raw() const noexcept | galaxy::Config | |
| restore(const std::string &key, const Value &value) noexcept | galaxy::Config | inline |
| restore(const std::string &key, const Value &value, const std::string §ion, const std::string &delim=".") | galaxy::Config | inline |
| save() | galaxy::Config | |
| set(const std::string &key, const Value &value) noexcept | galaxy::Config | inline |
| set(const std::string &key, const Value &value, const std::string §ion, const std::string &delim=".") | galaxy::Config | inline |
| ~Config() noexcept | galaxy::Config |