Command line iteration.
More...
#include <command_line.h>
|
| Object (void) |
| Default constructor only available to sub-classes. More...
|
|
Command line iteration.
Scans the results of a command line analysis described in the CommandLine class.
Definition at line 146 of file command_line.h.
◆ CommandLineIterator()
CommandLineIterator::CommandLineIterator |
( |
const CommandLine & |
CLI_CmdLine | ) |
|
|
explicit |
Regular constructor.
- Parameters
-
CLI_CmdLine | Command line objet to iterate. |
◆ ~CommandLineIterator()
virtual CommandLineIterator::~CommandLineIterator |
( |
void |
| ) |
|
|
virtual |
◆ operator*()
const Element* const CommandLineIterator::operator* |
( |
void |
| ) |
const |
Current element accessor.
- Returns
- Current element reference.
◆ operator==()
const bool CommandLineIterator::operator== |
( |
const Element & |
CLI_Element | ) |
const |
Checks whether the element corresponds to the current element.
- Returns
- true if the element matches, false otherwise.
- Parameters
-
◆ StepIt()
const bool CommandLineIterator::StepIt |
( |
void |
| ) |
|
Iteration.
- Returns
- true: Iteration succeeded.
-
false: Iteration failed.
The documentation for this class was generated from the following file: