Struct used as parent for types
Stores
Definition at line 23 of file arguments.inl.
Public Field Index: | |
CommandLine * | CmdLine |
The cli command line. | |
integer | ConsumedArguments |
integer | Position |
Public Method Index: | |
Parsed (CommandLine *cmdLine) | |
CommandLine* alib::cli::Parsed::CmdLine |
The cli command line.
Definition at line 26 of file arguments.inl.
integer alib::cli::Parsed::ConsumedArguments |
The number of command line arguments that a command consumed. This includes the command name itself. If the method Read of derived types leaves this to 0
, then the option or parameter was not found.
Definition at line 35 of file arguments.inl.
integer alib::cli::Parsed::Position |
The index in ARG_VN, respectively ARG_VW, that this instance (derived option or parameter ) was found at.
Definition at line 30 of file arguments.inl.
|
inline |
Constructor
cmdLine | The command line instance. |
Definition at line 39 of file arguments.inl.