HashTable::_Iterator
Engine/source/core/util/tDictionary.h
Public Types
U *
Pointer
U &
Reference
U
ValueType
Public Friends
class
Private Attributes
M *
E *
Private Functions
Public Functions
_Iterator(M * table, E * ptr)
bool
operator!=(const _Iterator & b)
U &
operator++(int )
U *
bool
operator==(const _Iterator & b)
Detailed Description
Public Types
typedef U * Pointer
typedef U & Reference
typedef U ValueType
Public Friends
Private Attributes
M * mHashTable
E * mLink
Private Functions
operator E*()
Public Functions
_Iterator()
_Iterator(M * table, E * ptr)
operator!=(const _Iterator & b)
operator*()
operator++()
operator++(int )
operator->()
operator==(const _Iterator & b)