Torque3D Documentation / _generateds / HashTable::_Iterator

HashTable::_Iterator

Engine/source/core/util/tDictionary.h

More...

Public Types

U *
Pointer 
U &
Reference 
U
ValueType 

Public Friends

class

Private Attributes

E *

Private Functions

Public Functions

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)