Bitcoin Core  0.19.99
P2P Digital Currency
Static Public Member Functions | List of all members
ArgsManagerHelper Class Reference

Internal helper functions for ArgsManager. More...

Static Public Member Functions

static bool UseDefaultSection (const ArgsManager &am, const std::string &arg) EXCLUSIVE_LOCKS_REQUIRED(am.cs_args)
 Determine whether to use config settings in the default section, See also comments around ArgsManager::ArgsManager() below. More...
 
static util::SettingsValue Get (const ArgsManager &am, const std::string &arg)
 

Detailed Description

Internal helper functions for ArgsManager.

Definition at line 172 of file system.cpp.

Member Function Documentation

◆ Get()

static util::SettingsValue ArgsManagerHelper::Get ( const ArgsManager am,
const std::string &  arg 
)
inlinestatic

Definition at line 181 of file system.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ UseDefaultSection()

static bool ArgsManagerHelper::UseDefaultSection ( const ArgsManager am,
const std::string &  arg 
)
inlinestatic

Determine whether to use config settings in the default section, See also comments around ArgsManager::ArgsManager() below.

Definition at line 176 of file system.cpp.

Here is the caller graph for this function:

The documentation for this class was generated from the following file: