Performs the argument parsing and returns an ArgumentNamespace.
More...
#include <argument_parser.h>
Performs the argument parsing and returns an ArgumentNamespace.
◆ parse_args()
Parse the command line arguments and perform relevant actions.
- Parameters
-
n_args | The number of arguments (argc) |
arg_ptrs | Pointers to to the arguments (argv) |
- Returns
- ArgumentNamespace populated with options
◆ print_help_message()
void ArgumentParser::print_help_message |
( |
| ) |
|
|
staticprivate |
Prints the help message (all options).
◆ print_version()
void ArgumentParser::print_version |
( |
| ) |
|
|
staticprivate |
Prints the version of the compiled executable.
The documentation for this class was generated from the following files: