![]() |
Skylicht Engine
|
List iterator. More...
#include <C:/Projects/skylicht-engine/Projects/Irrlicht/Include/irrList.h>
Public Member Functions | |
| Iterator & | operator++ () |
| Iterator & | operator-- () |
| Iterator | operator++ (s32) |
| Iterator | operator-- (s32) |
| Iterator & | operator+= (s32 num) |
| Iterator | operator+ (s32 num) const |
| Iterator & | operator-= (s32 num) |
| Iterator | operator- (s32 num) const |
| bool | operator== (const Iterator &other) const |
| bool | operator!= (const Iterator &other) const |
| bool | operator== (const ConstIterator &other) const |
| bool | operator!= (const ConstIterator &other) const |
| T & | operator* () |
| T * | operator-> () |
Friends | |
| class | list< T > |
| class | ConstIterator |
List iterator.