The item stored in a Hash Table. More...
#include "hash.h"
Collaboration diagram for HashElem:Data Fields | |
| int | type |
| Type of data stored in Hash Table, e.g. DT_STRING. | |
| union HashKey | key |
| Key representing the data. | |
| void * | data |
| User-supplied data. | |
| struct HashElem * | next |
| Linked List. | |
| int HashElem::type |