ALib C++ Library
Library Version: 2402 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
alib::config::detail Namespace Reference

Description:

Internal details of namespace alib::config.

Type Index:

struct  VariableFields
 

Function Index:

bool nextCLIArg (CLIArgs &cliArgs, size_t &nextArgNo, const String &sectionName, Variable &variable)
 

Function Details:

◆ nextCLIArg()

bool nextCLIArg ( CLIArgs & cliArgs,
size_t & nextArgNo,
const String & sectionName,
Variable & variable )

Internal friend function of CLIArgs used for iteration.

Parameters
cliArgsThe command line args plug-in.
nextArgNoThe argument to continue the search with.
sectionNameThe name of the section to search for.
variableThe variable to load
Returns
true on success, otherwise false.