#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. |
Definition in file CGrepLib.h.
|
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. |
|
struct representing a proximity hit |