Bitcoin ABC 0.30.5
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 31 of file settings.h.
std::map<std::string, std::vector<SettingsValue> > util::Settings::command_line_options |
Map of setting name to list of command line values.
Definition at line 35 of file settings.h.
std::map<std::string, SettingsValue> util::Settings::forced_settings |
Map of setting name to forced setting value.
Definition at line 33 of file settings.h.
std::map<std::string, std::map<std::string, std::vector<SettingsValue> > > util::Settings::ro_config |
Map of config section name and setting name to list of config file values.
Definition at line 41 of file settings.h.
std::map<std::string, SettingsValue> util::Settings::rw_settings |
Map of setting name to read-write file setting value.
Definition at line 37 of file settings.h.