blob: 982cd4f80813579de8bb74323f5ce8c932933171 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.8"/>
<title>Dillo: dw::Trie::TrieNode Struct Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="https://www.dillo.org/dw/html/jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">Dillo
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.8 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacedw.html">dw</a></li><li class="navelem"><a class="el" href="classdw_1_1Trie.html">Trie</a></li><li class="navelem"><a class="el" href="structdw_1_1Trie_1_1TrieNode.html">TrieNode</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="structdw_1_1Trie_1_1TrieNode.html#pub-attribs">Public Attributes</a> |
<a href="structdw_1_1Trie_1_1TrieNode-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">dw::Trie::TrieNode Struct Reference</div> </div>
</div><!--header-->
<div class="contents">
<p><code>#include <<a class="el" href="hyphenator_8hh_source.html">hyphenator.hh</a>></code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
Public Attributes</h2></td></tr>
<tr class="memitem:a9cc3dcf3faf6e04ad3764370e0a02cc8"><td class="memItemLeft" align="right" valign="top">unsigned char </td><td class="memItemRight" valign="bottom"><a class="el" href="structdw_1_1Trie_1_1TrieNode.html#a9cc3dcf3faf6e04ad3764370e0a02cc8">c</a></td></tr>
<tr class="separator:a9cc3dcf3faf6e04ad3764370e0a02cc8"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aca9b6d85cd6eebe27c42dccfb95da8d7"><td class="memItemLeft" align="right" valign="top">uint16_t </td><td class="memItemRight" valign="bottom"><a class="el" href="structdw_1_1Trie_1_1TrieNode.html#aca9b6d85cd6eebe27c42dccfb95da8d7">next</a></td></tr>
<tr class="separator:aca9b6d85cd6eebe27c42dccfb95da8d7"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac9a1543f49a59df81caa08aca4025743"><td class="memItemLeft" align="right" valign="top">const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="structdw_1_1Trie_1_1TrieNode.html#ac9a1543f49a59df81caa08aca4025743">data</a></td></tr>
<tr class="separator:ac9a1543f49a59df81caa08aca4025743"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<h2 class="groupheader">Member Data Documentation</h2>
<a class="anchor" id="a9cc3dcf3faf6e04ad3764370e0a02cc8"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">unsigned char dw::Trie::TrieNode::c</td>
</tr>
</table>
</div><div class="memdoc">
<p>Referenced by <a class="el" href="classdw_1_1Trie.html#aa48796aeed03b3faa08a45da44d94edb">dw::Trie::getData()</a>, <a class="el" href="classdw_1_1TrieBuilder.html#a53326b306480be919ee2ba41ff325eb8">dw::TrieBuilder::insertState()</a>, and <a class="el" href="classdw_1_1Trie.html#a19b55e38e1ebd0574d9669418239ffa6">dw::Trie::save()</a>.</p>
</div>
</div>
<a class="anchor" id="ac9a1543f49a59df81caa08aca4025743"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const char* dw::Trie::TrieNode::data</td>
</tr>
</table>
</div><div class="memdoc">
<p>Referenced by <a class="el" href="classdw_1_1Trie.html#aa48796aeed03b3faa08a45da44d94edb">dw::Trie::getData()</a>, <a class="el" href="classdw_1_1TrieBuilder.html#a53326b306480be919ee2ba41ff325eb8">dw::TrieBuilder::insertState()</a>, and <a class="el" href="classdw_1_1Trie.html#a19b55e38e1ebd0574d9669418239ffa6">dw::Trie::save()</a>.</p>
</div>
</div>
<a class="anchor" id="aca9b6d85cd6eebe27c42dccfb95da8d7"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">uint16_t dw::Trie::TrieNode::next</td>
</tr>
</table>
</div><div class="memdoc">
<p>Referenced by <a class="el" href="classdw_1_1Trie.html#aa48796aeed03b3faa08a45da44d94edb">dw::Trie::getData()</a>, <a class="el" href="classdw_1_1TrieBuilder.html#a53326b306480be919ee2ba41ff325eb8">dw::TrieBuilder::insertState()</a>, and <a class="el" href="classdw_1_1Trie.html#a19b55e38e1ebd0574d9669418239ffa6">dw::Trie::save()</a>.</p>
</div>
</div>
<hr/>The documentation for this struct was generated from the following file:<ul>
<li>dw/<a class="el" href="hyphenator_8hh_source.html">hyphenator.hh</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat May 28 2016 11:47:44 for Dillo by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.8
</small></address>
</body>
</html>
|