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

MyHash_table Struct Reference

#include <CGrepLib.h>

List of all members.

Public Attributes

int size
 hash table size.

int card
 number of stored items.

MyHash_nodeptr_array table
 pointer to the hash table.


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 67 of file CGrepLib.h.


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