Dillo v3.1.1-46-g8a360e32
Loading...
Searching...
No Matches
dw::Trie::TrieNode Struct Reference

#include <hyphenator.hh>

Public Attributes

unsigned char c
 
uint16_t next
 
const char * data
 

Detailed Description

Definition at line 12 of file hyphenator.hh.

Member Data Documentation

◆ c

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().

◆ data

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().

◆ next

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().


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