Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > ffa1e6f5ad04360808fe8840fe3ba036 > files > 243

vrq-devel-1.0.88-1.fc14.i686.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>vrq: /net/fileserver/nas/home/mdh/vrq/src/compile.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
  <table border="0" cellspacing="0" cellpadding="0" width="100%">
   <tr>
    <td width="180"><a href="index.html"><img src="vrq.png" width="150" height="100" border="0" alt="vrq"></a></td>
    <td background="top_bg.png" align="right" width="100%">
      <img src="glyth.png" width="500" height="100" border="0" alt="">
    </td>
   </tr>
   <tr>
    <td background="#FFFFFF" align="right" width="50" height="4"></td>
   </tr>
  </table>
</head><body>
<!-- Generated by Doxygen 1.5.5 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
<h1>/net/fileserver/nas/home/mdh/vrq/src/compile.h</h1><a href="compile_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*-----------------------------------------------------------------------------</span>
<a name="l00002"></a>00002 <span class="comment"> *      Copyright (c) 1997-2004 Mark Hummel DBA Raquette Software.</span>
<a name="l00003"></a>00003 <span class="comment"> *              All rights reserved</span>
<a name="l00004"></a>00004 <span class="comment"> *</span>
<a name="l00005"></a>00005 <span class="comment"> *    This file contains source code written by Raquette Software, </span>
<a name="l00006"></a>00006 <span class="comment"> *    68 Stewart Street, Franklin MA 02038. It may not be used without </span>
<a name="l00007"></a>00007 <span class="comment"> *    express written permission. The expression of the information </span>
<a name="l00008"></a>00008 <span class="comment"> *    contained herein is protected under federal copyright laws and </span>
<a name="l00009"></a>00009 <span class="comment"> *    all copying without permission is prohibited and may be subject </span>
<a name="l00010"></a>00010 <span class="comment"> *    to criminal penalties. The Author assumes no responsibility for </span>
<a name="l00011"></a>00011 <span class="comment"> *    errors, omissions, or damages caused by the use of these programs </span>
<a name="l00012"></a>00012 <span class="comment"> *    or from use of the information contained herein.</span>
<a name="l00013"></a>00013 <span class="comment"> *</span>
<a name="l00014"></a>00014 <span class="comment"> *-----------------------------------------------------------------------------</span>
<a name="l00015"></a>00015 <span class="comment"> */</span>
<a name="l00016"></a>00016 <span class="comment">/******************************************************************************</span>
<a name="l00017"></a>00017 <span class="comment"> *</span>
<a name="l00018"></a>00018 <span class="comment"> *         compile.hpp</span>
<a name="l00019"></a>00019 <span class="comment"> *</span>
<a name="l00020"></a>00020 <span class="comment"> ******************************************************************************</span>
<a name="l00021"></a>00021 <span class="comment"> */</span>
<a name="l00022"></a>00022  
<a name="l00027"></a>00027 <span class="preprocessor">#ifndef COMPILE_PP</span>
<a name="l00028"></a><a class="code" href="compile_8h.html#c12bc3fd35b13766517570a70022e8fc">00028</a> <span class="preprocessor"></span><span class="preprocessor">#define COMPILE_HPP</span>
<a name="l00029"></a>00029 <span class="preprocessor"></span>
<a name="l00030"></a>00030 <span class="preprocessor">#include &lt;set&gt;</span>
<a name="l00031"></a>00031 <span class="preprocessor">#include &lt;map&gt;</span>
<a name="l00032"></a>00032 <span class="keyword">using namespace </span>std;
<a name="l00033"></a>00033 
<a name="l00034"></a>00034 <span class="keyword">class </span><a class="code" href="classCNode.html" title="Primary data structure representing parse tree nodes.">CNode</a>;
<a name="l00035"></a>00035 <span class="keyword">class </span><a class="code" href="classCModule.html">CModule</a>;
<a name="l00036"></a>00036 
<a name="l00048"></a>00048 <span class="keywordtype">void</span> <a class="code" href="group__node__utilities.html#gfda85ac47eeb4208e7b83d34c9f5baa4" title="Analyse module declarations in parse tree.">AnalyseModules</a>( 
<a name="l00049"></a>00049     <a class="code" href="classCNode.html" title="Primary data structure representing parse tree nodes.">CNode</a>*                <a class="code" href="main_8cc.html#57cc0ab02c357184bcc6aec7b703933d">codeList</a>, 
<a name="l00050"></a>00050     set&lt;CModule*&gt;&amp;        allModules,
<a name="l00051"></a>00051     set&lt;CModule*&gt;&amp;        topLevelModules,
<a name="l00052"></a>00052     set&lt;CModule*&gt;&amp;        leafModules,
<a name="l00053"></a>00053     set&lt;CModule*&gt;&amp;        undefinedModules,
<a name="l00054"></a>00054     map&lt;CModule*,CNode*&gt;&amp; module2Comments
<a name="l00055"></a>00055 );
<a name="l00056"></a>00056 
<a name="l00057"></a>00057 <span class="preprocessor">#endif // COMPILE_HPP</span>
</pre></div></div>
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Oct 21 18:05:35 2009 for vrq by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
</body>
</html>