Main Page   Alphabetical List   Compound List   File List   Compound Members   File Members  

HHash_table Struct Reference

#include <HuffwordLib.h>

List of all members.

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...


Detailed Description

Data structure for an hash table managed by catenating lists and MTF. The field "size" indicates the table size, whereas the field "card" indicates the number of objects stored into the catenating lists.

Definition at line 47 of file HuffwordLib.h.


Member Data Documentation

int HHash_table::card
 

number of stored items.

Definition at line 49 of file HuffwordLib.h.

int HHash_table::size
 

hash table size.

Definition at line 48 of file HuffwordLib.h.

Hash_nodeptr_array HHash_table::table
 

pointer to the hash table.

Definition at line 50 of file HuffwordLib.h.


Generated on Mon Mar 31 14:44:31 2003 by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002