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. | |
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 33 of file cmdline.cpp.
std::string argmap_val::help_text |
A string describing the use of the flag.
Definition at line 35 of file cmdline.cpp.
bool argmap_val::present |
A boolean telling whether the flag was found in argv.
Definition at line 36 of file cmdline.cpp.
strvec argmap_val::val_strings |
Strings corresponding to read in cmdline parameters.
Definition at line 34 of file cmdline.cpp.