|
SCL
1.0
Standard Control Library : Control, dynamics, physics, and simulation
|
#include <CMappedList.hpp>


Public Member Functions | |
| iterator (const iterator &other) | |
| iterator (SMLNode< Idx, T > *node_ptr) | |
| iterator & | operator= (const iterator &other) |
| bool | operator== (const iterator &other) |
| bool | operator!= (const iterator &other) |
| T & | operator* () |
| T * | operator-> () |
| Idx & | operator! () |
| iterator & | operator++ (int unused) |
| iterator & | operator++ () |
| iterator | operator+ (int offset) |
| iterator & | operator-- (int unused) |
| iterator & | operator-- () |
| iterator | operator- (int offset) |
Private Attributes | |
| SMLNode< Idx, T > * | pos_ |
Friends | |
| class | const_iterator |
An stl style iterator for CMappedList
|
inline |
Explicit so that other iterators don't typecast into this one
|
inline |
Postfix x++. Note that its argument must be an int
|
inline |
Prefix ++x
|
inline |
Postfix x–. Note that its argument must be an int
|
inline |
Prefix –x
1.8.6