Torque2D Reference
|
#include <sparseArray.h>
Classes | |
struct | Node |
Public Member Functions | |
SparseArray (const U32 modulusSize=64) | |
~SparseArray () | |
void | insert (T *pObject, U32 key) |
T * | remove (U32 key) |
T * | retrieve (U32 key) |
void | clearTables () |
Protected Attributes | |
U32 | mModulus |
Node * | mSentryTables |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |