tesseract  4.00.00dev
trie.h File Reference
#include "dawg.h"
#include "cutil.h"
#include "genericvector.h"

Go to the source code of this file.

Classes

struct  TRIE_NODE_RECORD
 
class  tesseract::Trie
 

Namespaces

 tesseract
 

Typedefs

typedef inT64 EDGE_INDEX
 
typedef bool * NODE_MARKER
 
typedef GenericVector< EDGE_RECORDEDGE_VECTOR
 
typedef GenericVector< TRIE_NODE_RECORD * > TRIE_NODES
 

Typedef Documentation

◆ EDGE_INDEX

typedef inT64 EDGE_INDEX

Definition at line 32 of file trie.h.

◆ EDGE_VECTOR

Definition at line 46 of file trie.h.

◆ NODE_MARKER

typedef bool* NODE_MARKER

Definition at line 45 of file trie.h.

◆ TRIE_NODES

Definition at line 52 of file trie.h.