Dillo v3.1.1-98-g318d1f14
|
#include <hyphenator.hh>
Public Attributes | |
unsigned char | c |
uint16_t | next |
const char * | data |
Definition at line 12 of file hyphenator.hh.
unsigned char dw::Trie::TrieNode::c |
Definition at line 13 of file hyphenator.hh.
Referenced by dw::Trie::getData(), dw::TrieBuilder::insertState(), and dw::Trie::save().
const char* dw::Trie::TrieNode::data |
Definition at line 15 of file hyphenator.hh.
Referenced by dw::Trie::getData(), dw::TrieBuilder::insertState(), and dw::Trie::save().
uint16_t dw::Trie::TrieNode::next |
Definition at line 14 of file hyphenator.hh.
Referenced by dw::Trie::getData(), dw::TrieBuilder::insertState(), and dw::Trie::save().