#include <FCInternalHash.h>
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. |
Definition at line 20 of file FCInternalHash.h.