![]() |
Bitcoin Core
28.1.0
P2P Digital Currency
|
#include <util/translation.h>#include <functional>#include <optional>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| struct | common::ConfigError |
Namespaces | |
| common | |
Typedefs | |
| using | common::SettingsAbortFn = std::function< bool(const bilingual_str &message, const std::vector< std::string > &details)> |
| Callback function to let the user decide whether to abort loading if settings.json file exists and can't be parsed, or to ignore the error and overwrite the file. More... | |
Enumerations | |
| enum | common::ConfigStatus { common::ConfigStatus::FAILED, common::ConfigStatus::FAILED_WRITE, common::ConfigStatus::ABORTED } |
Functions | |
| std::optional< ConfigError > | common::InitConfig (ArgsManager &args, SettingsAbortFn settings_abort_fn) |
1.8.14