tesseract  4.0.0-1-g2a2b
trie.h File Reference
#include "dawg.h"
#include "genericvector.h"

Go to the source code of this file.

Classes

struct  TRIE_NODE_RECORD
 
class  tesseract::Trie
 

Namespaces

 tesseract
 

Typedefs

using EDGE_INDEX = int64_t
 
using NODE_MARKER = bool *
 
using EDGE_VECTOR = GenericVector< EDGE_RECORD >
 
using TRIE_NODES = GenericVector< TRIE_NODE_RECORD * >
 

Typedef Documentation

◆ EDGE_INDEX

using EDGE_INDEX = int64_t

Definition at line 43 of file trie.h.

◆ EDGE_VECTOR

Definition at line 45 of file trie.h.

◆ NODE_MARKER

using NODE_MARKER = bool *

Definition at line 44 of file trie.h.

◆ TRIE_NODES

Definition at line 51 of file trie.h.