Dillo v3.1.1-46-g8a360e32
Loading...
Searching...
No Matches
dw::TrieBuilder::StackEntry Struct Reference

Public Attributes

unsigned char c
 
int count
 
int next [256]
 
const char * data [256]
 
const char * data1
 

Detailed Description

Definition at line 52 of file hyphenator.hh.

Member Data Documentation

◆ c

unsigned char dw::TrieBuilder::StackEntry::c

Definition at line 53 of file hyphenator.hh.

Referenced by dw::TrieBuilder::stateStackPush().

◆ count

int dw::TrieBuilder::StackEntry::count

Definition at line 54 of file hyphenator.hh.

Referenced by dw::TrieBuilder::insertState().

◆ data

const char* dw::TrieBuilder::StackEntry::data[256]

Definition at line 56 of file hyphenator.hh.

Referenced by dw::TrieBuilder::insertState().

◆ data1

const char* dw::TrieBuilder::StackEntry::data1

Definition at line 57 of file hyphenator.hh.

◆ next

int dw::TrieBuilder::StackEntry::next[256]

Definition at line 55 of file hyphenator.hh.

Referenced by dw::TrieBuilder::insertState().


The documentation for this struct was generated from the following file: