Stored settings. This struct combines settings from the command line, a read‐only configuration file, and a read‐write runtime settings file.
Synopsis
Declared in <common/settings.h>
struct Settings;
Data Members
Name |
Description |
Map of setting name to list of command line values. |
|
Map of setting name to forced setting value. |
|
Map of config section name and setting name to list of config file values. |
|
Map of setting name to read‐write file setting value. |
Non-Member Functions
Name |
Description |
Get settings value from combined sources: forced settings, command line arguments, runtime read‐write settings, and the read‐only config file. |
|
Get combined setting value similar to GetSetting(), except if setting was specified multiple times, return a list of all the values specified. |
|
Return true if a setting is set in the default config file section, and not overridden by a higher priority command‐line or network section value. |
Created with MrDocs