tesseract  5.0.0-alpha-619-ge9db
trie.h File Reference
#include "dawg.h"
#include <tesseract/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 36 of file trie.h.

◆ EDGE_VECTOR

Definition at line 38 of file trie.h.

◆ NODE_MARKER

using NODE_MARKER = bool *

Definition at line 37 of file trie.h.

◆ TRIE_NODES

Definition at line 44 of file trie.h.