Internal details of namespace aworx::lib::config.
Classes | |
| struct | VariableFields |
Functions | |
| bool | nextCLIArg (CLIArgs &cliArgs, size_t &nextArgNo, const String §ionName, Variable &variable) |
| bool aworx::lib::config::detail::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.