#include <arguments.hpp>
Struct used as parent for types
Stores
Definition at line 39 of file arguments.hpp.
Public Fields | |
| CommandLine * | CmdLine |
| integer | Position |
| integer | QtyArgsConsumed |
Public Methods | |
| Parsed (CommandLine *cmdLine) | |
|
inline |
Constructor
| cmdLine | The command line instance. |
Definition at line 57 of file arguments.hpp.
| CommandLine* CmdLine |
The cli command line.
Definition at line 42 of file arguments.hpp.
| integer Position |
The index in CommandLine::ArgNOriginal, respectively CommandLine::ArgWOriginal that this instance (derived option or parameter ) was found.
Definition at line 46 of file arguments.hpp.
| integer QtyArgsConsumed |
The number of command line arguments that a command consumed. This includes the command name itself. If method Read of derived types leaves this to 0, then the option or parameter was not found.
Definition at line 51 of file arguments.hpp.