|
Tesseract
3.02
|
Go to the source code of this file.
Macros | |
| #define | TABLE_SIZE 2000 |
Functions | |
hash_add | |
Look in the hash table for a particular value. If it is not there then add it. | |
| int | hash_add (HASH_TABLE state_table, STATE *state) |
hash_lookup | |
Look in the hash table for a particular value. If the value is there then return TRUE, FALSE otherwise. | |
| int | hash_lookup (HASH_TABLE state_table, STATE *state) |
new_hash_table | |
Create and initialize a hash table. | |
| HASH_TABLE | new_hash_table () |
| #define TABLE_SIZE 2000 |
Definition at line 39 of file closed.cpp.
| int hash_add | ( | HASH_TABLE | state_table, |
| STATE * | state | ||
| ) |
Definition at line 50 of file closed.cpp.
| int hash_lookup | ( | HASH_TABLE | state_table, |
| STATE * | state | ||
| ) |
Definition at line 86 of file closed.cpp.
| HASH_TABLE new_hash_table | ( | ) |
Definition at line 120 of file closed.cpp.