|
Torque2D Reference
|
#include <sparseArray.h>
Inheritance diagram for SparseArray< T >: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 |