Trie Struct Reference
[Trie - Lexical tree structure module]

Lexical tree data structure. More...


Data Fields

LexicalDataType type
Treetree
TreeSpeciesspecies
size_t size
TreeMemPos current_mempos
TreeMemPos next_mempos
LongStackexploration_stack
LongStackmempos_stack


Detailed Description

Lexical tree data structure.


Field Documentation

TreeMemPos Trie::current_mempos

Current trie exploring position

LongStack* Trie::exploration_stack

Store the current position in the stored entries inventory

LongStack* Trie::mempos_stack

Store the information for each currently explored characters

TreeMemPos Trie::next_mempos

Potential next trie exploring position

size_t Trie::size

Number of entries stored

TreeSpecies* Trie::species

Trie species

Tree* Trie::tree

Encapsulated generic tree

LexicalDataType Trie::type

Trie entries data type


Generated on Thu Mar 22 17:46:31 2007 for SlpTk by  doxygen 1.4.7