Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

CGXHashTable Class Template Reference

#include <GXHashTable.h>

List of all members.

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

template<typename type>
class CGXHashTable< type >


Constructor & Destructor Documentation

template<typename type>
CGXHashTable< type >::CGXHashTable   [inline]
 

template<typename type>
CGXHashTable< type >::~CGXHashTable   [inline]
 


Member Function Documentation

template<typename type>
bool CGXHashTable< type >::AddElement type *    pIn [inline]
 

template<typename type>
bool CGXHashTable< type >::GetElement type *    pOut [inline]
 

template<typename type>
bool CGXHashTable< type >::Init UINT    uHashSize [inline]
 

template<typename type>
void CGXHashTable< type >::IteratorFirst   [inline]
 

template<typename type>
bool CGXHashTable< type >::IteratorHasMore   [inline]
 

template<typename type>
bool CGXHashTable< type >::IteratorNext type *    pOut [inline]
 


Member Data Documentation

template<typename type>
CGXAutoArray< CGXPrimitiveLL<type> > CGXHashTable::m_Lists [protected]
 

template<typename type>
UINT CGXHashTable::m_uIteratorIndex [protected]
 


The documentation for this class was generated from the following file:
Generated on Thu May 23 17:51:01 2002 by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001