📄 classforthvm.html
字号:
<p>Definition at line <a class="el" href="forth_8cpp-source.html#l01662">1662</a> of file <a class="el" href="forth_8cpp-source.html">forth.cpp</a>. </td> </tr></table><a class="anchor" name="r13"></a><!-- doxytag: member="ForthVM::Current" ref="r13" 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#r13">ForthVM::Current</a><code> [private]</code> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Pointer to the wordlist to which new definitions will be added. I.e. contains the value returned by <code>GET-CURRENT</code>.<p>Definition at line <a class="el" href="forth_8cpp-source.html#l01668">1668</a> of file <a class="el" href="forth_8cpp-source.html">forth.cpp</a>. </td> </tr></table><a class="anchor" name="r14"></a><!-- doxytag: member="ForthVM::Latest" ref="r14" 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#r14">ForthVM::Latest</a><code> [private]</code> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Pointer to the Link Field Address of the last word to be defined. (Or the current word being defined.)<p>Definition at line <a class="el" href="forth_8cpp-source.html#l01674">1674</a> of file <a class="el" href="forth_8cpp-source.html">forth.cpp</a>. </td> </tr></table><a class="anchor" name="r15"></a><!-- doxytag: member="ForthVM::State" ref="r15" 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#r15">ForthVM::State</a><code> [private]</code> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>The address of this member is returned by <code>STATE</code>.<p>Definition at line <a class="el" href="forth_8cpp-source.html#l01679">1679</a> of file <a class="el" href="forth_8cpp-source.html">forth.cpp</a>. </td> </tr></table><a class="anchor" name="r16"></a><!-- doxytag: member="ForthVM::Base" ref="r16" 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#r16">ForthVM::Base</a><code> [private]</code> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>The address of this member is returned by <code>BASE</code>.<p>Definition at line <a class="el" href="forth_8cpp-source.html#l01684">1684</a> of file <a class="el" href="forth_8cpp-source.html">forth.cpp</a>. </td> </tr></table><a class="anchor" name="r17"></a><!-- doxytag: member="ForthVM::ExceptionFrame" ref="r17" 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#r17">ForthVM::ExceptionFrame</a><code> [private]</code> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Pointer to the latest exception frame used by <code>CATCH</code> and <code>THROW</code>.<p>Definition at line <a class="el" href="forth_8cpp-source.html#l01689">1689</a> of file <a class="el" href="forth_8cpp-source.html">forth.cpp</a>. </td> </tr></table><a class="anchor" name="r18"></a><!-- doxytag: member="ForthVM::ExceptionMessage" ref="r18" args="[2]" --><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#r18">ForthVM::ExceptionMessage</a>[2]<code> [private]</code> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p><code>c-addr</code> and <code>u</code> which indicate the string associated with the last <code>ABORT"</code> performed. Also used to store the name of a word when it wasn't found in the dictionary. This member is used in the implementation of <code>QUIT</code> to display a message when an uncaught <code>THROW</code> is executed.<p>Definition at line <a class="el" href="forth_8cpp-source.html#l01700">1700</a> of file <a class="el" href="forth_8cpp-source.html">forth.cpp</a>. </td> </tr></table><a class="anchor" name="r19"></a><!-- doxytag: member="ForthVM::ForthWordlist" ref="r19" 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="structWordlist.html">Wordlist</a> <a class="el" href="classForthVM.html#r19">ForthVM::ForthWordlist</a><code> [private]</code> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>The main forth wordlist.<p>Definition at line <a class="el" href="forth_8cpp-source.html#l01705">1705</a> of file <a class="el" href="forth_8cpp-source.html">forth.cpp</a>. </td> </tr></table><a class="anchor" name="r20"></a><!-- doxytag: member="ForthVM::EnvironmentWordlist" ref="r20" 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="structWordlist.html">Wordlist</a> <a class="el" href="classForthVM.html#r20">ForthVM::EnvironmentWordlist</a><code> [private]</code> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p><a class="el" href="structWordlist.html">Wordlist</a> used to store words for environment queries.<p>Definition at line <a class="el" href="forth_8cpp-source.html#l01710">1710</a> of file <a class="el" href="forth_8cpp-source.html">forth.cpp</a>. </td> </tr></table><hr>The documentation for this class was generated from the following file:<ul><li>forth/<a class="el" href="forth_8cpp-source.html">forth.cpp</a></ul><HR><ADDRESS STYLE="align: right;"><SMALL>Generated by <A HREF="http://www.doxygen.org/index.html"><IMG SRC="doxygen.png" ALT="doxygen" ALIGN="middle" BORDER="0"></A> 1.4.4</SMALL></ADDRESS></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -