![]() |
Bitcoin Core 31.1.0
P2P Digital Currency
|
Go to the source code of this file.
Classes | |
| struct | common::Settings |
| struct | common::SettingsSpan |
Namespaces | |
| namespace | common |
Typedefs | |
| using | common::SettingsValue = UniValue |
Functions | |
| bool | common::ReadSettings (const fs::path &path, std::map< std::string, SettingsValue > &values, std::vector< std::string > &errors) |
| Read settings file. | |
| bool | common::WriteSettings (const fs::path &path, const std::map< std::string, SettingsValue > &values, std::vector< std::string > &errors) |
| Write settings file. | |
| SettingsValue | common::GetSetting (const Settings &settings, const std::string §ion, const std::string &name, bool ignore_default_section_config, bool ignore_nonpersistent, bool get_chain_type) |
| std::vector< SettingsValue > | common::GetSettingsList (const Settings &settings, const std::string §ion, const std::string &name, bool ignore_default_section_config) |
| bool | common::OnlyHasDefaultSectionSetting (const Settings &settings, const std::string §ion, const std::string &name) |
| template<typename Map, typename Key> | |
| auto | common::FindKey (Map &&map, Key &&key) -> decltype(&map.at(key)) |
| Map lookup helper. | |