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 |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |