Internal details of namespace alib::config.
Type Index: | |
struct | VariableFields |
Function Index: | |
bool | nextCLIArg (CLIArgs &cliArgs, size_t &nextArgNo, const String §ionName, Variable &variable) |
bool nextCLIArg | ( | CLIArgs & | cliArgs, |
size_t & | nextArgNo, | ||
const String & | sectionName, | ||
Variable & | variable ) |
Internal friend function of CLIArgs used for iteration.
cliArgs | The command line args plug-in. |
nextArgNo | The argument to continue the search with. |
sectionName | The name of the section to search for. |
variable | The variable to load |
true
on success, otherwise false
.