|
INET Framework for OMNeT++/OMNEST
|
Position and index are measured from the beginning. More...
#include <Chunk.h>
Public Member Functions | |
| ForwardIterator (b position) | |
| ForwardIterator (B position) | |
| ForwardIterator (b position, int index) | |
| ForwardIterator & | operator= (const ForwardIterator &other) |
Public Member Functions inherited from inet::Chunk::Iterator | |
| Iterator (b position) | |
| Iterator (B position) | |
| Iterator (bool isForward, b position, int index) | |
| Iterator (const Iterator &other) | |
| bool | isCorrect () |
| bool | isForward () const |
| bool | isBackward () const |
| b | getPosition () const |
| void | setPosition (b position) |
| int | getIndex () const |
| void | setIndex (int index) |
Additional Inherited Members | |
Protected Attributes inherited from inet::Chunk::Iterator | |
| const bool | isForward_ |
| b | position |
| int | index |
Position and index are measured from the beginning.
|
inline |
|
inline |
|
inlineexplicit |
|
inline |