classforthvm.html

来自「这个是关于G.726算法的源程序」· HTML 代码 · 共 639 行 · 第 1/3 页

HTML
639
字号
      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Saved value for the parameter stack. Only valid when VM code is not executing.<p>Definition at line <a class="el" href="forth_8cpp-source.html#l01617">1617</a> of file <a class="el" href="forth_8cpp-source.html">forth.cpp</a>.    </td>  </tr></table><a class="anchor" name="r5"></a><!-- doxytag: member="ForthVM::Rp" ref="r5" args="" --><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"><a class="el" href="group__forth.html#ga0">CELL</a>* <a class="el" href="classForthVM.html#r5">ForthVM::Rp</a><code> [private]</code>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Saved value for the restore stack. Only valid when VM code is not executing.<p>Definition at line <a class="el" href="forth_8cpp-source.html#l01623">1623</a> of file <a class="el" href="forth_8cpp-source.html">forth.cpp</a>.    </td>  </tr></table><a class="anchor" name="r6"></a><!-- doxytag: member="ForthVM::Dp" ref="r6" args="" --><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"><a class="el" href="group__forth.html#ga2">CHAR</a>* <a class="el" href="classForthVM.html#r6">ForthVM::Dp</a><code> [private]</code>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>The Dictionary Pointer. (The value returned by <code>HERE</code>.)<p>Definition at line <a class="el" href="forth_8cpp-source.html#l01628">1628</a> of file <a class="el" href="forth_8cpp-source.html">forth.cpp</a>.    </td>  </tr></table><a class="anchor" name="r7"></a><!-- doxytag: member="ForthVM::DpLimit" ref="r7" args="" --><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"><a class="el" href="group__forth.html#ga1">UCELL</a> <a class="el" href="classForthVM.html#r7">ForthVM::DpLimit</a><code> [private]</code>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>The maximum valid value for <a class="el" href="classForthVM.html#r6">Dp</a><p>Definition at line <a class="el" href="forth_8cpp-source.html#l01633">1633</a> of file <a class="el" href="forth_8cpp-source.html">forth.cpp</a>.    </td>  </tr></table><a class="anchor" name="r8"></a><!-- doxytag: member="ForthVM::SourceSize" ref="r8" args="" --><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"><a class="el" href="group__forth.html#ga1">UCELL</a> <a class="el" href="classForthVM.html#r8">ForthVM::SourceSize</a><code> [private]</code>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Length of the current input buffer.<p>Definition at line <a class="el" href="forth_8cpp-source.html#l01638">1638</a> of file <a class="el" href="forth_8cpp-source.html">forth.cpp</a>.    </td>  </tr></table><a class="anchor" name="r9"></a><!-- doxytag: member="ForthVM::SourceBase" ref="r9" args="" --><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"><a class="el" href="group__forth.html#ga0">CELL</a> <a class="el" href="classForthVM.html#r9">ForthVM::SourceBase</a><code> [private]</code>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Start address of the current input buffer. Note, this member must immediately follow <a class="el" href="classForthVM.html#r8">SourceSize</a>.<p>Definition at line <a class="el" href="forth_8cpp-source.html#l01644">1644</a> of file <a class="el" href="forth_8cpp-source.html">forth.cpp</a>.    </td>  </tr></table><a class="anchor" name="r10"></a><!-- doxytag: member="ForthVM::SourceOffset" ref="r10" args="" --><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"><a class="el" href="group__forth.html#ga1">UCELL</a> <a class="el" href="classForthVM.html#r10">ForthVM::SourceOffset</a><code> [private]</code>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>The address of this member is returned by <code>&gt;IN</code>.<p>Definition at line <a class="el" href="forth_8cpp-source.html#l01649">1649</a> of file <a class="el" href="forth_8cpp-source.html">forth.cpp</a>.    </td>  </tr></table><a class="anchor" name="r11"></a><!-- doxytag: member="ForthVM::SourceId" ref="r11" args="" --><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"><a class="el" href="group__forth.html#ga0">CELL</a> <a class="el" href="classForthVM.html#r11">ForthVM::SourceId</a><code> [private]</code>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Stores the value returned by <code>SOURCE-ID</code> Note, this member must immediately follow <a class="el" href="classForthVM.html#r10">SourceOffset</a>.<p>Definition at line <a class="el" href="forth_8cpp-source.html#l01655">1655</a> of file <a class="el" href="forth_8cpp-source.html">forth.cpp</a>.    </td>  </tr></table><a class="anchor" name="r12"></a><!-- doxytag: member="ForthVM::Context" ref="r12" args="[MaxWordlists+1]" --><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"><a class="el" href="group__forth.html#ga0">CELL</a> <a class="el" href="classForthVM.html#r12">ForthVM::Context</a>[<a class="el" href="group__forth__imp.html#ga7">MaxWordlists</a>+1]<code> [private]</code>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>List of wordlists in the dictionary search order. The first cell contains a count of the number of wordlists, following cells contain pointers to wordlists in the order they will be searched.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?