Definition at line 29 of file CommandLine.h.
Private Member Functions | |
Option (const String &name) | |
Creates a new option declaration. | |
Private Attributes | |
friend | CommandLine |
int | expectedParameters |
The number of parameters expected for this option. | |
bool | found |
Whether the command line actually contains this option. | |
String | name |
The name of the option, including the prefixing slash or hyphen. | |
ArrayList< String > | parameters |
The parameters of this option. |
|
Creates a new option declaration.
|
|
Definition at line 31 of file CommandLine.h. |
|
The number of parameters expected for this option.
Definition at line 38 of file CommandLine.h. |
|
Whether the command line actually contains this option.
Definition at line 43 of file CommandLine.h. |
|
The name of the option, including the prefixing slash or hyphen.
Definition at line 48 of file CommandLine.h. |
|
The parameters of this option.
Definition at line 53 of file CommandLine.h. |