|
Dillo v3.2.0-93-g6a586845
|
Public Attributes | |
| unsigned char | c |
| int | count |
| int | next [256] |
| const char * | data [256] |
| const char * | data1 |
Definition at line 52 of file hyphenator.hh.
| unsigned char dw::TrieBuilder::StackEntry::c |
Definition at line 53 of file hyphenator.hh.
Referenced by dw::TrieBuilder::stateStackPush().
| int dw::TrieBuilder::StackEntry::count |
Definition at line 54 of file hyphenator.hh.
Referenced by dw::TrieBuilder::insertState().
| const char* dw::TrieBuilder::StackEntry::data[256] |
Definition at line 56 of file hyphenator.hh.
Referenced by dw::TrieBuilder::insertState().
| const char* dw::TrieBuilder::StackEntry::data1 |
Definition at line 57 of file hyphenator.hh.
| int dw::TrieBuilder::StackEntry::next[256] |
Definition at line 55 of file hyphenator.hh.
Referenced by dw::TrieBuilder::insertState().