Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

GLIBHashNode< Key > Class Template Reference

Templated item class for the GLIB hash table. More...

#include <GLIBHash.h>

List of all members.

Public Member Functions

 GLIBHashNode (Key *key, int Value, DeleteHashDataEnum DeleteHashData)
 Constructor.
virtual ~GLIBHashNode ()
 Destructor.

Public Attributes

Key * m_Key
 Pointer to data.
int m_Value
 HashValue of data.
GLIBHashNode< Key > * m_Next
 Next item in the chain.
DeleteHashDataEnum m_DeleteHashData
 Determines how to delete the data when the hash node is deleted.


Detailed Description

template<class Key>
class GLIBHashNode< Key >

This class is based off of the GLIB implementation of a hash table written in C

Definition at line 25 of file GLIBHash.h.


The documentation for this class was generated from the following file:
Generated on Sat Nov 5 11:20:17 2005 for Cpp Freecell Solver by  doxygen 1.4.4