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