Torque2D Reference
|
#include <simpleHashTable.h>
Public Member Functions | |
SimpleHashTable (const U32 modulusSize=64, bool caseSensitive=true) | |
void | insert (T *pObject, U8 *key, U32 keyLen) |
T * | remove (U8 *key, U32 keyLen) |
T * | retrieve (U8 *key, U32 keyLen) |
void | insert (T *pObject, const char *key) |
T * | remove (const char *key) |
T * | retrieve (const char *key) |
![]() | |
SparseArray (const U32 modulusSize=64) | |
~SparseArray () | |
void | insert (T *pObject, U32 key) |
T * | remove (U32 key) |
T * | retrieve (U32 key) |
void | clearTables () |
Additional Inherited Members | |
![]() | |
U32 | mModulus |
Node * | mSentryTables |
|
inline |
|
inline |
|
inline |
|
inline |
T * remove | ( | const char * | key | ) |
|
inline |
T * retrieve | ( | const char * | key | ) |