HILA
|
Struct to hold structured information on used command line arguments. More...
Public Attributes | |
strvec | val_strings |
Strings corresponding to read in cmdline parameters. | |
std::string | help_text |
A string describing the use of the flag. | |
int | number |
number of args for each flag. < 0: unspecified | |
bool | present |
A boolean telling whether the flag was found in argv. | |
Struct to hold structured information on used command line arguments.
Definition at line 36 of file cmdline.cpp.
std::string argmap_val::help_text |
A string describing the use of the flag.
Definition at line 39 of file cmdline.cpp.
int argmap_val::number |
number of args for each flag. < 0: unspecified
Definition at line 40 of file cmdline.cpp.
bool argmap_val::present |
A boolean telling whether the flag was found in argv.
Definition at line 41 of file cmdline.cpp.
strvec argmap_val::val_strings |
Strings corresponding to read in cmdline parameters.
Definition at line 37 of file cmdline.cpp.