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

MyHash_node Struct Reference

#include <CGrepLib.h>

List of all members.

Public Attributes

char str [4]
 token.

int len_str
 length of the token (to manage also NULL).

int npattern
 id of the pattern (for the proximity search).

MyHash_node * next
 pointer to the next element.


Detailed Description

Elements of the hash table. The key (at most 4 bytes, this hashtable is used to contain codewords) is stored in str, its length in len_str. npattern is an id used to differentiate entries when they are relative to different proximity words.

Definition at line 50 of file CGrepLib.h.


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