|
ASCO Aerial Autonomy
|
Iterator for the wrapper class. More...
#include <iterable_enum.h>
Public Member Functions | |
| Iterator (int value) | |
| Constructor. More... | |
| T | operator* (void) const |
| Returns underlying iterator value. More... | |
| void | operator++ (void) |
| Increment iterator. More... | |
| bool | operator!= (Iterator rhs) |
| Compare iterator using underlying value. More... | |
Iterator for the wrapper class.
|
inline |
Constructor.
|
inline |
Compare iterator using underlying value.
|
inline |
Returns underlying iterator value.
|
inline |
Increment iterator.
1.8.6