Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > e9280da098bff237733732ce38a34d57 > files > 211

pocketsphinx-devel-0.7-1.fc14.i686.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>PocketSphinx: bptbl_seg_s Struct Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<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">PocketSphinx&#160;<span id="projectnumber">0.6</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 id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
  initNavTree('structbptbl__seg__s.html','');
</script>
<div id="doc-content">
<div class="header">
  <div class="summary">
<a href="#pub-attribs">Data Fields</a>  </div>
  <div class="headertitle">
<h1>bptbl_seg_s Struct Reference</h1>  </div>
</div>
<div class="contents">
<!-- doxytag: class="bptbl_seg_s" -->
<p>Segmentation "iterator" for backpointer table results.  
<a href="#_details">More...</a></p>

<p><code>#include &lt;<a class="el" href="ngram__search_8h_source.html">ngram_search.h</a>&gt;</code></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"><a class="el" href="structps__seg__s.html">ps_seg_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structbptbl__seg__s.html#ac21f715b189c7e452385252bfcee47fe">base</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Base structure.  <a href="#ac21f715b189c7e452385252bfcee47fe"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">int32 *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structbptbl__seg__s.html#a81e3d422fb2307c1a83e9490525dce7f">bpidx</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Sequence of backpointer IDs.  <a href="#a81e3d422fb2307c1a83e9490525dce7f"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">int16&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structbptbl__seg__s.html#a8d1f0aa7dd09e2d6321a00b68ab6a051">n_bpidx</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Number of backpointer IDs.  <a href="#a8d1f0aa7dd09e2d6321a00b68ab6a051"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">int16&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structbptbl__seg__s.html#a1649196a2c03fb61b31624086ee998b5">cur</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Current position in bpidx.  <a href="#a1649196a2c03fb61b31624086ee998b5"></a><br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>Segmentation "iterator" for backpointer table results. </p>

<p>Definition at line <a class="el" href="ngram__search_8h_source.html#l00126">126</a> of file <a class="el" href="ngram__search_8h_source.html">ngram_search.h</a>.</p>
</div><hr/><h2>Field Documentation</h2>
<a class="anchor" id="ac21f715b189c7e452385252bfcee47fe"></a><!-- doxytag: member="bptbl_seg_s::base" ref="ac21f715b189c7e452385252bfcee47fe" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="structps__seg__s.html">ps_seg_t</a> <a class="el" href="structbptbl__seg__s.html#ac21f715b189c7e452385252bfcee47fe">bptbl_seg_s::base</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Base structure. </p>

<p>Definition at line <a class="el" href="ngram__search_8h_source.html#l00127">127</a> of file <a class="el" href="ngram__search_8h_source.html">ngram_search.h</a>.</p>

</div>
</div>
<a class="anchor" id="a81e3d422fb2307c1a83e9490525dce7f"></a><!-- doxytag: member="bptbl_seg_s::bpidx" ref="a81e3d422fb2307c1a83e9490525dce7f" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int32* <a class="el" href="structbptbl__seg__s.html#a81e3d422fb2307c1a83e9490525dce7f">bptbl_seg_s::bpidx</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Sequence of backpointer IDs. </p>

<p>Definition at line <a class="el" href="ngram__search_8h_source.html#l00128">128</a> of file <a class="el" href="ngram__search_8h_source.html">ngram_search.h</a>.</p>

</div>
</div>
<a class="anchor" id="a1649196a2c03fb61b31624086ee998b5"></a><!-- doxytag: member="bptbl_seg_s::cur" ref="a1649196a2c03fb61b31624086ee998b5" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int16 <a class="el" href="structbptbl__seg__s.html#a1649196a2c03fb61b31624086ee998b5">bptbl_seg_s::cur</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Current position in bpidx. </p>

<p>Definition at line <a class="el" href="ngram__search_8h_source.html#l00130">130</a> of file <a class="el" href="ngram__search_8h_source.html">ngram_search.h</a>.</p>

</div>
</div>
<a class="anchor" id="a8d1f0aa7dd09e2d6321a00b68ab6a051"></a><!-- doxytag: member="bptbl_seg_s::n_bpidx" ref="a8d1f0aa7dd09e2d6321a00b68ab6a051" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int16 <a class="el" href="structbptbl__seg__s.html#a8d1f0aa7dd09e2d6321a00b68ab6a051">bptbl_seg_s::n_bpidx</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Number of backpointer IDs. </p>

<p>Definition at line <a class="el" href="ngram__search_8h_source.html#l00129">129</a> of file <a class="el" href="ngram__search_8h_source.html">ngram_search.h</a>.</p>

</div>
</div>
<hr/>The documentation for this struct was generated from the following file:<ul>
<li>src/libpocketsphinx/<a class="el" href="ngram__search_8h_source.html">ngram_search.h</a></li>
</ul>
</div>
</div>
  <div id="nav-path" class="navpath">
    <ul>
      <li class="navelem"><a class="el" href="structbptbl__seg__s.html">bptbl_seg_s</a>      </li>
      <li class="footer">Generated on Wed Apr 20 2011 for PocketSphinx by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.3 </li>
    </ul>
  </div>

</body>
</html>