#include <utils.h>
Definition at line 4022 of file utils.h.
frepple::utils::CommandList::iterator::iterator |
( |
Command * |
x | ) |
|
|
inline |
frepple::utils::CommandList::iterator::iterator |
( |
const iterator & |
it | ) |
|
|
inline |
Copy constructor.
Definition at line 4029 of file utils.h.
bool frepple::utils::CommandList::iterator::operator!= |
( |
const iterator & |
y | ) |
const |
|
inline |
Inequality operator.
Definition at line 4058 of file utils.h.
Command& frepple::utils::CommandList::iterator::operator* |
( |
| ) |
const |
|
inline |
Return the content of the current node.
Definition at line 4032 of file utils.h.
iterator& frepple::utils::CommandList::iterator::operator++ |
( |
| ) |
|
|
inline |
Pre-increment operator which moves the pointer to the next element.
Definition at line 4039 of file utils.h.
iterator frepple::utils::CommandList::iterator::operator++ |
( |
int |
| ) |
|
|
inline |
Post-increment operator which moves the pointer to the next element.
Definition at line 4047 of file utils.h.
Command* frepple::utils::CommandList::iterator::operator-> |
( |
| ) |
const |
|
inline |
Return the content of the current node.
Definition at line 4035 of file utils.h.
bool frepple::utils::CommandList::iterator::operator== |
( |
const iterator & |
y | ) |
const |
|
inline |
Comparison operator.
Definition at line 4055 of file utils.h.
The documentation for this class was generated from the following file: