Version: SMASH-3.2
smash::Configuration Member List

This is the complete list of members for smash::Configuration, including all inherited members.

clear()smash::Configurationinline
Configuration(const std::filesystem::path &path)smash::Configurationexplicit
Configuration(const std::filesystem::path &path, const std::filesystem::path &filename)smash::Configurationexplicit
Configuration(const char *yaml, const char sflag)smash::Configurationinlineexplicit
Configuration(const char *yaml)smash::Configurationinlineexplicit
Configuration(const Configuration &)=deletesmash::Configuration
Configuration(Configuration &&)smash::Configuration
Configuration(const YAML::Node &node)smash::Configurationinlineprivate
did_key_exist_and_was_it_already_taken(const KeyLabels &labels) constsmash::Configurationinlineprivate
enclose_into_section(KeyLabels section)smash::Configuration
existing_keys_already_taken_smash::Configurationprivate
extract_complete_sub_configuration(KeyLabels section, Configuration::GetEmpty empty_if_not_existing=Configuration::GetEmpty::No)smash::Configuration
extract_sub_configuration(KeyLabels section, Configuration::GetEmpty empty_if_not_existing=Configuration::GetEmpty::No)smash::Configuration
find_existing_node(std::vector< std::string_view > keys) constsmash::Configurationprivate
find_node_creating_it_if_not_existing(std::vector< std::string_view > keys) constsmash::Configurationprivate
GetEmpty enum namesmash::Configuration
has_key(const Key< T > &key) constsmash::Configurationinline
has_section(const KeyLabels &labels) constsmash::Configurationinline
has_value(const Key< T > &key) constsmash::Configurationinline
InitializeFromYAMLStringsmash::Configurationstatic
Is enum namesmash::Configuration
is_empty() constsmash::Configurationinline
list_upmost_nodes()smash::Configuration
merge_yaml(const std::string &yaml)smash::Configuration
operator=(const Configuration &)=deletesmash::Configuration
operator=(Configuration &&)smash::Configuration
read(const Key< T > &key) constsmash::Configurationinline
read(const Key< T > &key, T default_value)smash::Configurationinline
read(std::vector< std::string_view > labels) constsmash::Configurationprivate
remove_all_entries_in_section_but_one(const std::string &key, KeyLabels section={})smash::Configuration
root_node_smash::Configurationprivate
set_value(Key< U > key, T &&value)smash::Configurationinline
take(const Key< T > &key)smash::Configurationinline
take(const Key< T > &key, T default_value)smash::Configurationinline
take(std::vector< std::string_view > labels)smash::Configurationprivate
to_string() constsmash::Configuration
uncaught_exceptions_smash::Configurationprivate
validate(bool full_validation=true) constsmash::Configuration
~Configuration() noexcept(false)smash::Configuration