Sophie

Sophie

distrib > Fedora > 16 > x86_64 > by-pkgid > a56af13763747629d8dc453763fd5281 > files > 48

libthai-devel-0.1.14-4.fc15.x86_64.rpm

<!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"/>
<title>libthai: _TrieState Struct Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.3 -->
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">libthai&#160;<span id="projectnumber">0.1.14</span></div>
  </td>
 </tr>
 </tbody>
</table>
</div>
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li class="current"><a href="annotated.html"><span>Data&#160;Structures</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>Data&#160;Structures</span></a></li>
      <li><a href="functions.html"><span>Data&#160;Fields</span></a></li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="summary">
<a href="#pub-attribs">Data Fields</a>  </div>
  <div class="headertitle">
<h1>_TrieState Struct Reference</h1>  </div>
</div>
<div class="contents">
<!-- doxytag: class="_TrieState" -->
<p>TrieState structure.  
<a href="#_details">More...</a></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="pub-attribs"></a>
Data Fields</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const <a class="el" href="struct__Trie.html">Trie</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct__TrieState.html#a608231e80f6818f72cf3b59a25afcc2f">trie</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="triedefs_8h.html#ad3530f975e9bcdb8ef00eb24d7f5bdbc">TrieIndex</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct__TrieState.html#aa434495beacac3a34edf21d400dfad60">index</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">short&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct__TrieState.html#a4dac484454054d698db716f6a9d8bd74">suffix_idx</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">short&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct__TrieState.html#abd795cd3f3eaa13bb5103425eec74a9c">is_suffix</a></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>TrieState structure. </p>
</div><hr/><h2>Field Documentation</h2>
<a class="anchor" id="aa434495beacac3a34edf21d400dfad60"></a><!-- doxytag: member="_TrieState::index" ref="aa434495beacac3a34edf21d400dfad60" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="triedefs_8h.html#ad3530f975e9bcdb8ef00eb24d7f5bdbc">TrieIndex</a> <a class="el" href="struct__TrieState.html#aa434495beacac3a34edf21d400dfad60">_TrieState::index</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>index in double-array/tail structures </p>

</div>
</div>
<a class="anchor" id="abd795cd3f3eaa13bb5103425eec74a9c"></a><!-- doxytag: member="_TrieState::is_suffix" ref="abd795cd3f3eaa13bb5103425eec74a9c" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">short <a class="el" href="struct__TrieState.html#abd795cd3f3eaa13bb5103425eec74a9c">_TrieState::is_suffix</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>whether it is currently in suffix part </p>

</div>
</div>
<a class="anchor" id="a4dac484454054d698db716f6a9d8bd74"></a><!-- doxytag: member="_TrieState::suffix_idx" ref="a4dac484454054d698db716f6a9d8bd74" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">short <a class="el" href="struct__TrieState.html#a4dac484454054d698db716f6a9d8bd74">_TrieState::suffix_idx</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>suffix character offset, if in suffix </p>

</div>
</div>
<a class="anchor" id="a608231e80f6818f72cf3b59a25afcc2f"></a><!-- doxytag: member="_TrieState::trie" ref="a608231e80f6818f72cf3b59a25afcc2f" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const <a class="el" href="struct__Trie.html">Trie</a>* <a class="el" href="struct__TrieState.html#a608231e80f6818f72cf3b59a25afcc2f">_TrieState::trie</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>the corresponding trie </p>

</div>
</div>
<hr/>The documentation for this struct was generated from the following file:<ul>
<li>/builddir/build/BUILD/libthai-0.1.14/libdatrie/datrie/trie.c</li>
</ul>
</div>
<hr size="1"><address style="text-align: right;"><small>
Generated for libthai by&nbsp;<a href="http://www.doxygen.org/
index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 
1.7.3</small></address>
</body>
</html>