Torque::List::_Iterator
Engine/source/core/util/tList.h
Public Types
U *
Pointer
U &
Reference
U
ValueType
Public Friends
class
Private Attributes
E *
Public Functions
_Iterator(PersistentIter & iter)
bool
operator!=(const _Iterator & )
U &
operator++(int )
operator--(int )
U *
bool
operator==(const _Iterator & )
Private Functions
_Iterator(E * )
Detailed Description
Public Types
typedef U * Pointer
typedef U & Reference
typedef U ValueType
Public Friends
Private Attributes
E * _link
Public Functions
_Iterator()
_Iterator(PersistentIter & iter)
operator PersistentIter()
operator!=(const _Iterator & )
operator*()
operator++()
operator++(int )
operator--()
operator--(int )
operator->()
operator==(const _Iterator & )