List iterator. More...
#include <irrList.h>
Public Member Functions | |
| Iterator () | |
| bool | operator!= (const ConstIterator &other) const |
| bool | operator!= (const Iterator &other) const |
| T & | operator* () |
| Iterator | operator+ (s32 num) const |
| Iterator & | operator++ () |
| Iterator | operator++ (s32) |
| Iterator & | operator+= (s32 num) |
| Iterator | operator- (s32 num) const |
| Iterator & | operator-- () |
| Iterator | operator-- (s32) |
| Iterator & | operator-= (s32 num) |
| T * | operator-> () |
| bool | operator== (const ConstIterator &other) const |
| bool | operator== (const Iterator &other) const |
Friends | |
| class | ConstIterator |
| class | list< T > |
List iterator.
|
inline |
Definition at line 41 of file irrList.h.
Referenced by operator!=(), operator+(), operator++(), operator++(), operator+=(), operator-(), operator--(), operator--(), operator-=(), and operator==().
|
inline |
Definition at line 68 of file irrList.h.
References ConstIterator.
|
inline |
Definition at line 66 of file irrList.h.
References Iterator().
|
inline |
|
inline |
Definition at line 61 of file irrList.h.
References Iterator().
|
inline |
Definition at line 43 of file irrList.h.
References Iterator().
|
inline |
Definition at line 45 of file irrList.h.
References Iterator().
|
inline |
Definition at line 48 of file irrList.h.
References Iterator().
|
inline |
Definition at line 63 of file irrList.h.
References Iterator().
|
inline |
Definition at line 44 of file irrList.h.
References Iterator().
|
inline |
Definition at line 46 of file irrList.h.
References Iterator().
|
inline |
Definition at line 62 of file irrList.h.
References Iterator().
|
inline |
|
inline |
Definition at line 67 of file irrList.h.
References ConstIterator.
|
inline |
Definition at line 65 of file irrList.h.
References Iterator().
|
friend |
Definition at line 83 of file irrList.h.
References ConstIterator.
Referenced by ConstIterator, operator!=(), and operator==().
|
friend |
Definition at line 80 of file irrList.h.
References irr::core::list< T >::list().