Struct used as parent for types
Stores
Definition at line 38 of file arguments.hpp.
#include <arguments.hpp>
Public Field Index: | |
CommandLine * | CmdLine |
integer | Position |
integer | QtyArgsConsumed |
Public Method Index: | |
Parsed (CommandLine *cmdLine) | |
CommandLine* CmdLine |
The cli command line.
Definition at line 41 of file arguments.hpp.
integer Position |
The index in ArgVN , respectively ArgVW , that this instance (derived option or parameter ) was found at.
Definition at line 45 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 50 of file arguments.hpp.
|
inline |
Constructor
cmdLine | The command line instance. |
Definition at line 56 of file arguments.hpp.