Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members

irr::core::list< T >::Iterator Class Reference

List iterator. More...

#include <irrList.h>

List of all members.

Public Member Functions

 Iterator ()
T & operator * ()
bool operator!= (const ConstIterator &other) const
bool operator!= (const Iterator &other) const
Iterator operator+ (s32 num) const
Iterator operator++ (s32)
Iteratoroperator++ ()
Iteratoroperator+= (s32 num)
Iterator operator- (s32 num) const
Iterator operator-- (s32)
Iteratoroperator-- ()
Iteratoroperator-= (s32 num) const
T * operator-> ()
bool operator== (const ConstIterator &other) const
bool operator== (const Iterator &other) const

Friends

class list< T >


Detailed Description

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

List iterator.

Definition at line 36 of file irrList.h.


Constructor & Destructor Documentation

template<class T>
irr::core::list< T >::Iterator::Iterator  )  [inline]
 

Definition at line 39 of file irrList.h.


Member Function Documentation

template<class T>
T& irr::core::list< T >::Iterator::operator *  )  [inline]
 

Definition at line 72 of file irrList.h.

template<class T>
bool irr::core::list< T >::Iterator::operator!= const ConstIterator other  )  const [inline]
 

Definition at line 66 of file irrList.h.

References irr::core::list< T >::ConstIterator::Current.

template<class T>
bool irr::core::list< T >::Iterator::operator!= const Iterator other  )  const [inline]
 

Definition at line 64 of file irrList.h.

References irr::core::list< T >::Iterator::Current.

template<class T>
Iterator irr::core::list< T >::Iterator::operator+ s32  num  )  const [inline]
 

Definition at line 59 of file irrList.h.

template<class T>
Iterator irr::core::list< T >::Iterator::operator++ s32   )  [inline]
 

Definition at line 43 of file irrList.h.

template<class T>
Iterator& irr::core::list< T >::Iterator::operator++  )  [inline]
 

Definition at line 41 of file irrList.h.

template<class T>
Iterator& irr::core::list< T >::Iterator::operator+= s32  num  )  [inline]
 

Definition at line 46 of file irrList.h.

template<class T>
Iterator irr::core::list< T >::Iterator::operator- s32  num  )  const [inline]
 

Definition at line 61 of file irrList.h.

template<class T>
Iterator irr::core::list< T >::Iterator::operator-- s32   )  [inline]
 

Definition at line 44 of file irrList.h.

template<class T>
Iterator& irr::core::list< T >::Iterator::operator--  )  [inline]
 

Definition at line 42 of file irrList.h.

template<class T>
Iterator& irr::core::list< T >::Iterator::operator-= s32  num  )  const [inline]
 

Definition at line 60 of file irrList.h.

template<class T>
T* irr::core::list< T >::Iterator::operator->  )  [inline]
 

Definition at line 73 of file irrList.h.

template<class T>
bool irr::core::list< T >::Iterator::operator== const ConstIterator other  )  const [inline]
 

Definition at line 65 of file irrList.h.

References irr::core::list< T >::ConstIterator::Current.

template<class T>
bool irr::core::list< T >::Iterator::operator== const Iterator other  )  const [inline]
 

Definition at line 63 of file irrList.h.


Friends And Related Function Documentation

template<class T>
friend class list< T > [friend]
 

Definition at line 80 of file irrList.h.


The documentation for this class was generated from the following file:
The Irrlicht Engine
The Irrlicht Engine Documentation © 2003-2008 by Nikolaus Gebhardt. Generated on Sun Sep 21 08:57:50 2008 by Doxygen (1.4.2)