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

CGrepLib.h File Reference

header file with prototypes of the functions defined in CGrepLib.c. More...

#include <HuffwordLib.h>

Go to the source code of this file.

Compounds

struct  _proximity_hit_t
struct  MyHash_node
struct  MyHash_table

Typedefs

typedef _proximity_hit_t proximity_hit_t
typedef MyHash_node MyHash_node
typedef MyHash_node ** MyHash_nodeptr_array
 array of Hash_nodes lists.


Detailed Description

header file with prototypes of the functions defined in CGrepLib.c.

Author:
Paolo Ferragina and Alessandro Tommasi, Dipartimento di Informatica, Pisa (Italy)
Date:
March 2003
Released under LGPL (see LICENSE file for license terms)

Definition in file CGrepLib.h.


Typedef Documentation

typedef struct MyHash_node MyHash_node
 

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.

typedef struct _proximity_hit_t proximity_hit_t
 

struct representing a proximity hit


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