#include <HashTable.h>
Collaboration diagram for hhh_Cell:
Public Attributes | |
void * | key |
void * | value |
hhh_Cell * | next |
Definition at line 12 of file HashTable.h.
void* hhh_Cell::key |
Definition at line 13 of file HashTable.h.
void* hhh_Cell::value |
Definition at line 14 of file HashTable.h.
struct hhh_Cell* hhh_Cell::next |
Definition at line 16 of file HashTable.h.