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

FCHashItem< Key > Class Template Reference

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

#include <FCInternalHash.h>

List of all members.

Public Member Functions

 FCHashItem (Key *key, int value, FCHashItem< Key > *Next=NULL)
 Constructor.

Public Attributes

Key * m_Key
 Pointer to data.
int m_Value
 HashValue of data.
FCHashItem< Key > * m_Next
 Next item in the chain.


Detailed Description

template<class Key>
class FCHashItem< Key >

This class is based off of the Shlomi Fish's (shlomif@vipe.technion.ac.il) implementation of hash functionality written in C

Definition at line 20 of file FCInternalHash.h.


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