#include <HuffwordLib.h>
Public Attributes | |
int | size |
hash table size. More... | |
int | card |
number of stored items. More... | |
Hash_nodeptr_array | table |
pointer to the hash table. More... |
Definition at line 47 of file HuffwordLib.h.
|
number of stored items.
Definition at line 49 of file HuffwordLib.h. |
|
hash table size.
Definition at line 48 of file HuffwordLib.h. |
|
pointer to the hash table.
Definition at line 50 of file HuffwordLib.h. |