structure to store ArgFlag and ArgValue formats
More...
#include <arg_parser.h>
|
std::string | shortName |
| short name of ArgFlag or ArgValue
|
|
std::string | longName |
| long name of ArgFlag or ArgValue
|
|
std::string | description |
| set description of value, unused by ArgFlag
|
|
int | argMode |
| set argument mode for value, unused by ArgFlag
|
|
bool | hasDefault |
| set true if ArgValue has default value, unused by ArgFlag
|
|
std::string | defaultValue |
| only valid if hasDefault is true, unused by ArgFlag
|
|
structure to store ArgFlag and ArgValue formats
Definition at line 83 of file arg_parser.h.
The documentation for this struct was generated from the following file: