Public Member Functions | |
Argument () | |
An empty constructor. | |
Argument (const string &name, const string &description, const int numOptions=0, const string &options="") | |
The real constructor. | |
Public Attributes | |
string | name |
The name of the argument. | |
string | description |
The description of the argument. | |
int | numOptions |
The number of options that follow the argument. | |
string | options |
The names list of the options that will be printed with the argument, when help is requested. |
Definition at line 260 of file Args.h.
|
An empty constructor. Needed for the operations with vectors.
|
|
The real constructor.
|