Skylicht Engine
Loading...
Searching...
No Matches
irr::core::list< T >::Iterator Class Reference

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

Detailed Description

template<class T>
class irr::core::list< T >::Iterator

List iterator.


The documentation for this class was generated from the following file: