#include <HashTable.h>
Collaboration diagram for hhh_HashTable:
Public Attributes | |
hhh_Cell ** | table |
unsigned int | size |
unsigned int | nentries |
hhh_Cell * | lastfound |
Definition at line 19 of file HashTable.h.
struct hhh_Cell** hhh_HashTable::table |
Definition at line 20 of file HashTable.h.
unsigned int hhh_HashTable::size |
Definition at line 22 of file HashTable.h.
unsigned int hhh_HashTable::nentries |
Definition at line 23 of file HashTable.h.
struct hhh_Cell* hhh_HashTable::lastfound |
Definition at line 25 of file HashTable.h.