|
EpcTools
An event based multi-threaded C++ development framework.
|
Describes the defined command line arguments. More...
#include <egetopt.h>
Public Attributes | |
| EString | shortName |
| the short name of the argument e.g.: -a More... | |
| EString | longName |
| the long name of the argument e.g.: –argument More... | |
| ArgType | argType |
| indicates if an argument is required or not More... | |
| DataType | dataType |
| the data type of the argument More... | |
Describes the defined command line arguments.
| ArgType EGetOpt::Option::argType |
indicates if an argument is required or not
| DataType EGetOpt::Option::dataType |
the data type of the argument
| EString EGetOpt::Option::longName |
the long name of the argument e.g.: –argument
| EString EGetOpt::Option::shortName |
the short name of the argument e.g.: -a
1.8.16