⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cons_8hpp.html

📁 building parser with C++ functions
💻 HTML
📖 第 1 页 / 共 2 页
字号:
        <tr>          <td class="md" nowrap valign="top">bool intp           </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top"><a class="el" href="classCell.html">Cell</a> *const &nbsp;</td>          <td class="mdname1" valign="top" nowrap> <em>c</em>          </td>          <td class="md" valign="top">&nbsp;)&nbsp;</td>          <td class="md" nowrap><code> [inline]</code></td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Check if c points to an int cell. <p><dl compact><dt><b>Returns:</b></dt><dd>True iff c points to an int cell. </dd></dl>    </td>  </tr></table><a class="anchor" name="a6" doxytag="cons.hpp::listp"></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">bool listp           </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top"><a class="el" href="classCell.html">Cell</a> *const &nbsp;</td>          <td class="mdname1" valign="top" nowrap> <em>c</em>          </td>          <td class="md" valign="top">&nbsp;)&nbsp;</td>          <td class="md" nowrap><code> [inline]</code></td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Check if c points to a list (i.e., nil or a cons cell). <p><dl compact><dt><b>Returns:</b></dt><dd>True iff c points to a list (i.e., nil or a cons cell). </dd></dl>    </td>  </tr></table><a class="anchor" name="a2" doxytag="cons.hpp::make_double"></a><p><table class="mdTable" width="100%" 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="classCell.html">Cell</a>* make_double           </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top">const double&nbsp;</td>          <td class="mdname1" valign="top" nowrap> <em>d</em>          </td>          <td class="md" valign="top">&nbsp;)&nbsp;</td>          <td class="md" nowrap><code> [inline]</code></td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Make a double cell. <p><dl compact><dt><b>Parameters:</b></dt><dd>  <table border="0" cellspacing="2" cellpadding="0">    <tr><td valign="top"></td><td valign="top"><em>d</em>&nbsp;</td><td>The initial double value to be stored in the new cell. </td></tr>  </table></dl>    </td>  </tr></table><a class="anchor" name="a1" doxytag="cons.hpp::make_int"></a><p><table class="mdTable" width="100%" 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="classCell.html">Cell</a>* make_int           </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top">const int&nbsp;</td>          <td class="mdname1" valign="top" nowrap> <em>i</em>          </td>          <td class="md" valign="top">&nbsp;)&nbsp;</td>          <td class="md" nowrap><code> [inline]</code></td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Make an int cell. <p><dl compact><dt><b>Parameters:</b></dt><dd>  <table border="0" cellspacing="2" cellpadding="0">    <tr><td valign="top"></td><td valign="top"><em>i</em>&nbsp;</td><td>The initial int value to be stored in the new cell. </td></tr>  </table></dl>    </td>  </tr></table><a class="anchor" name="a3" doxytag="cons.hpp::make_symbol"></a><p><table class="mdTable" width="100%" 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="classCell.html">Cell</a>* make_symbol           </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top">const char *const &nbsp;</td>          <td class="mdname1" valign="top" nowrap> <em>s</em>          </td>          <td class="md" valign="top">&nbsp;)&nbsp;</td>          <td class="md" nowrap><code> [inline]</code></td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Make a symbol cell. <p><dl compact><dt><b>Parameters:</b></dt><dd>  <table border="0" cellspacing="2" cellpadding="0">    <tr><td valign="top"></td><td valign="top"><em>s</em>&nbsp;</td><td>The initial symbol name to be stored in the new cell. </td></tr>  </table></dl>    </td>  </tr></table><a class="anchor" name="a5" doxytag="cons.hpp::nullp"></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">bool nullp           </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top"><a class="el" href="classCell.html">Cell</a> *const &nbsp;</td>          <td class="mdname1" valign="top" nowrap> <em>c</em>          </td>          <td class="md" valign="top">&nbsp;)&nbsp;</td>          <td class="md" nowrap><code> [inline]</code></td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Check if c points to an empty list, i.e., is a null pointer. <p><dl compact><dt><b>Returns:</b></dt><dd>True iff c points to an empty list, i.e., is a null pointer. </dd></dl>    </td>  </tr></table><a class="anchor" name="a15" doxytag="cons.hpp::operator<<"></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">ostream&amp; operator&lt;&lt;           </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top">ostream &amp;&nbsp;</td>          <td class="mdname" nowrap> <em>os</em>, </td>        </tr>        <tr>          <td class="md" nowrap align="right"></td>          <td class="md"></td>          <td class="md" nowrap>const <a class="el" href="classCell.html">Cell</a> &amp;&nbsp;</td>          <td class="mdname" nowrap> <em>c</em></td>        </tr>        <tr>          <td class="md"></td>          <td class="md">)&nbsp;</td>          <td class="md" colspan="2"><code> [inline]</code></td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Print the subtree rooted at c, in s-expression notation. <p><dl compact><dt><b>Parameters:</b></dt><dd>  <table border="0" cellspacing="2" cellpadding="0">    <tr><td valign="top"></td><td valign="top"><em>os</em>&nbsp;</td><td>The output stream to print to. </td></tr>    <tr><td valign="top"></td><td valign="top"><em>c</em>&nbsp;</td><td>The root cell of the subtree to be printed. </td></tr>  </table></dl>    </td>  </tr></table><a class="anchor" name="a9" doxytag="cons.hpp::symbolp"></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">bool symbolp           </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top"><a class="el" href="classCell.html">Cell</a> *const &nbsp;</td>          <td class="mdname1" valign="top" nowrap> <em>c</em>          </td>          <td class="md" valign="top">&nbsp;)&nbsp;</td>          <td class="md" nowrap><code> [inline]</code></td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Check if c points to a symbol cell. <p><dl compact><dt><b>Returns:</b></dt><dd>True iff c points to a symbol cell. </dd></dl>    </td>  </tr></table><hr><h2>Variable Documentation</h2><a class="anchor" name="a0" doxytag="cons.hpp::nil"></a><p><table class="mdTable" width="100%" 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="classCell.html">Cell</a>* const <a class="el" href="cons_8hpp.html#a0">nil</a>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>The null pointer value. <p>    </td>  </tr></table><hr size="1"><address style="align: right;"><small>Generated on Wed Mar 28 22:53:53 2007 for a1 by&nbsp;<a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.3.9.1 </small></address></body></html>

⌨️ 快捷键说明

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