List iterator for const access. More...
#include <irrList.h>
Public Member Functions | |
| ConstIterator () | |
| ConstIterator (const Iterator &iter) | |
| bool | operator!= (const ConstIterator &other) const |
| bool | operator!= (const Iterator &other) const |
| const T & | operator* () |
| ConstIterator | operator+ (s32 num) const |
| ConstIterator & | operator++ () |
| ConstIterator | operator++ (s32) |
| ConstIterator & | operator+= (s32 num) |
| ConstIterator | operator- (s32 num) const |
| ConstIterator & | operator-- () |
| ConstIterator | operator-- (s32) |
| ConstIterator & | operator-= (s32 num) |
| const T * | operator-> () |
| ConstIterator & | operator= (const Iterator &iterator) |
| bool | operator== (const ConstIterator &other) const |
| bool | operator== (const Iterator &other) const |
Friends | |
| class | Iterator |
| class | list< T > |
List iterator for const access.
|
inline |
Definition at line 91 of file irrList.h.
Referenced by operator!=(), operator+(), operator++(), operator++(), operator+=(), operator-(), operator--(), operator--(), operator-=(), operator=(), and operator==().
|
inline |
|
inline |
Definition at line 117 of file irrList.h.
References ConstIterator().
|
inline |
|
inline |
|
inline |
Definition at line 112 of file irrList.h.
References ConstIterator().
|
inline |
Definition at line 94 of file irrList.h.
References ConstIterator().
|
inline |
Definition at line 96 of file irrList.h.
References ConstIterator().
|
inline |
Definition at line 99 of file irrList.h.
References ConstIterator().
|
inline |
Definition at line 114 of file irrList.h.
References ConstIterator().
|
inline |
Definition at line 95 of file irrList.h.
References ConstIterator().
|
inline |
Definition at line 97 of file irrList.h.
References ConstIterator().
|
inline |
Definition at line 113 of file irrList.h.
References ConstIterator().
|
inline |
|
inline |
Definition at line 124 of file irrList.h.
References ConstIterator(), and Iterator.
|
inline |
Definition at line 116 of file irrList.h.
References ConstIterator().
|
inline |
|
friend |
Definition at line 131 of file irrList.h.
References irr::core::list< T >::list(), and Iterator.
Referenced by ConstIterator(), Iterator, operator!=(), operator=(), and operator==().