Bitcoin Core 28.99.0
P2P Digital Currency
|
Stored settings. More...
#include <settings.h>
Public Attributes | |
std::map< std::string, SettingsValue > | forced_settings |
Map of setting name to forced setting value. More... | |
std::map< std::string, std::vector< SettingsValue > > | command_line_options |
Map of setting name to list of command line values. More... | |
std::map< std::string, SettingsValue > | rw_settings |
Map of setting name to read-write file setting value. More... | |
std::map< std::string, std::map< std::string, std::vector< SettingsValue > > > | ro_config |
Map of config section name and setting name to list of config file values. More... | |
Stored settings.
This struct combines settings from the command line, a read-only configuration file, and a read-write runtime settings file.
Definition at line 32 of file settings.h.
std::map<std::string, std::vector<SettingsValue> > common::Settings::command_line_options |
Map of setting name to list of command line values.
Definition at line 36 of file settings.h.
std::map<std::string, SettingsValue> common::Settings::forced_settings |
Map of setting name to forced setting value.
Definition at line 34 of file settings.h.
std::map<std::string, std::map<std::string, std::vector<SettingsValue> > > common::Settings::ro_config |
Map of config section name and setting name to list of config file values.
Definition at line 40 of file settings.h.
std::map<std::string, SettingsValue> common::Settings::rw_settings |
Map of setting name to read-write file setting value.
Definition at line 38 of file settings.h.