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