#include <GLIBHash.h>
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. | |
Definition at line 25 of file GLIBHash.h.
1.4.4