ALib C++ Library
Library Version: 2312 R0
Documentation generated by doxygen
Classes | Functions
aworx::lib::config::detail Namespace Reference

Internal details of namespace aworx::lib::config.

Classes

struct  VariableFields
 

Functions

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

Function Documentation

◆ nextCLIArg()

bool aworx::lib::config::detail::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.