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

📄 parse_8hpp-source.html

📁 building parser with C++ functions
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><title>a1: parse.hpp Source File</title><link href="doxygen.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.3.9.1 --><div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a></div><h1>parse.hpp</h1><a href="parse_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment">00001 00009 <span class="preprocessor">#ifndef PARSE_HPP</span>00010 <span class="preprocessor"></span><span class="preprocessor">#define PARSE_HPP</span>00011 <span class="preprocessor"></span>00012 <span class="preprocessor">#include "<a class="code" href="cons_8hpp.html">cons.hpp</a>"</span>00013 00014 <span class="keyword">using</span> <span class="keyword">namespace </span>std;00015 00024 <a class="code" href="classCell.html">Cell</a>* <a class="code" href="parse_8hpp.html#a0">parse</a>(string sexpr);00025 00031 <span class="keywordtype">bool</span> <a class="code" href="parse_8hpp.html#a1">iswhitespace</a>(<span class="keywordtype">char</span> ch);00032 00033 <span class="preprocessor">#endif // PARSE_HPP</span></pre></div><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 + -