#include <GXHashTable.h>
Public Methods | |
CGXHashTable () | |
~CGXHashTable () | |
bool | Init (UINT uHashSize) |
bool | AddElement (type *pIn) |
bool | GetElement (type *pOut) |
void | IteratorFirst () |
bool | IteratorHasMore () |
bool | IteratorNext (type *pOut) |
Protected Attributes | |
CGXAutoArray< CGXPrimitiveLL< type > > | m_Lists |
UINT | m_uIteratorIndex |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|