SparseArray

Engine/source/core/tSparseArray.h

More...

Classes:

Protected Attributes

Public Functions

SparseArray(const U32 modulusSize)
insert(T * pObject, U32 key)
T *
remove(U32 key)
T *

Detailed Description

Protected Attributes

U32 mModulus 
Node * mSentryTables 

Public Functions

SparseArray(const U32 modulusSize)

~SparseArray()

clearTables()

insert(T * pObject, U32 key)

remove(U32 key)

retreive(U32 key)