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