Sophie

Sophie

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

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/cmacro.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/cmacro.h</h1><a href="cmacro_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-2007, Mark Hummel</span>
<a name="l00003"></a>00003 <span class="comment"> * This file is part of Vrq.</span>
<a name="l00004"></a>00004 <span class="comment"> *</span>
<a name="l00005"></a>00005 <span class="comment"> * Vrq is free software; you can redistribute it and/or</span>
<a name="l00006"></a>00006 <span class="comment"> * modify it under the terms of the GNU General Public</span>
<a name="l00007"></a>00007 <span class="comment"> * License as published by the Free Software Foundation; either</span>
<a name="l00008"></a>00008 <span class="comment"> * version 2 of the License, or (at your option) any later version.</span>
<a name="l00009"></a>00009 <span class="comment"> *</span>
<a name="l00010"></a>00010 <span class="comment"> * Vrq is distributed in the hope that it will be useful,</span>
<a name="l00011"></a>00011 <span class="comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
<a name="l00012"></a>00012 <span class="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span>
<a name="l00013"></a>00013 <span class="comment"> * General Public License for more details.</span>
<a name="l00014"></a>00014 <span class="comment"> *</span>
<a name="l00015"></a>00015 <span class="comment"> * You should have received a copy of the GNU General Public</span>
<a name="l00016"></a>00016 <span class="comment"> * License along with this library; if not, write to the Free Software</span>
<a name="l00017"></a>00017 <span class="comment"> * Foundation, Inc., 51 Franklin Street, Fifth Floor, </span>
<a name="l00018"></a>00018 <span class="comment"> * Boston, MA  02110-1301  USA</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 <span class="comment"> *</span>
<a name="l00023"></a>00023 <span class="comment"> *</span>
<a name="l00024"></a>00024 <span class="comment"> *         cmacro.hpp</span>
<a name="l00025"></a>00025 <span class="comment"> *              - class definition for macro </span>
<a name="l00026"></a>00026 <span class="comment"> *</span>
<a name="l00027"></a>00027 <span class="comment"> *</span>
<a name="l00028"></a>00028 <span class="comment"> ******************************************************************************</span>
<a name="l00029"></a>00029 <span class="comment"> */</span>
<a name="l00030"></a>00030 
<a name="l00031"></a>00031 <span class="preprocessor">#ifndef CMACRO_HPP</span>
<a name="l00032"></a>00032 <span class="preprocessor"></span><span class="preprocessor">#define CMACRO_HPP</span>
<a name="l00033"></a>00033 <span class="preprocessor"></span>
<a name="l00034"></a>00034 <span class="preprocessor">#include "<a class="code" href="glue_8h.html">glue.h</a>"</span>
<a name="l00035"></a>00035 <span class="preprocessor">#include "<a class="code" href="cdecl_8h.html">cdecl.h</a>"</span>
<a name="l00036"></a>00036 
<a name="l00037"></a>00037 
<a name="l00038"></a>00038 
<a name="l00039"></a>00039 <span class="keyword">class </span><a class="code" href="classCSymbol.html" title="Holder for character strings.">CSymbol</a>;
<a name="l00040"></a>00040 
<a name="l00044"></a><a class="code" href="classCMacro.html">00044</a> <span class="keyword">class </span><a class="code" href="classCMacro.html" title="Declaration object for preprocessor macros.">CMacro</a> : <span class="keyword">public</span> <a class="code" href="classCDecl.html" title="Base class for describing declaration objects.">CDecl</a>
<a name="l00045"></a>00045 {
<a name="l00046"></a>00046 <span class="keyword">private</span>:
<a name="l00047"></a>00047         <span class="keywordtype">char</span>*   body;       
<a name="l00048"></a>00048         <span class="keywordtype">char</span>**  argList;    
<a name="l00049"></a>00049         <span class="keywordtype">int</span>     complex:1;  
<a name="l00050"></a>00050         <span class="keywordtype">int</span>     defined:1;  
<a name="l00051"></a>00051         <span class="keywordtype">int</span>     zone;       
<a name="l00052"></a>00052 <span class="keyword">public</span>:
<a name="l00059"></a>00059         <span class="keyword">static</span> <a class="code" href="classCMacro.html" title="Declaration object for preprocessor macros.">CMacro</a>*  <a class="code" href="classCMacro.html#9739bb197c6db14c1f9e8ab2a156935f" title="Find macro definition.">LookupMacro</a>( <span class="keyword">const</span> <span class="keywordtype">char</span>* aName );
<a name="l00060"></a>00060 
<a name="l00066"></a>00066         <a class="code" href="classCMacro.html#7f9760c55590ce32d00ae57c32a660d8" title="Create a macro declaration object.">CMacro</a>( <a class="code" href="classCSymbol.html" title="Holder for character strings.">CSymbol</a>* aSymbol, <a class="code" href="structCoord__t.html" title="Structure to hold file coordinates.">Coord_t</a>* aLoc );
<a name="l00071"></a>00071         <span class="keywordtype">char</span>*   <a class="code" href="classCMacro.html#a959d0806eaf336be216b04e37dcdfae" title="Get body of macro.">GetBody</a>( <span class="keywordtype">void</span> );
<a name="l00076"></a>00076         <span class="keywordtype">void</span>    <a class="code" href="classCMacro.html#4cd4c47aed7e839fd78f8a83fa13d522" title="Set body of macro.">SetBody</a>( <span class="keywordtype">char</span>* aBody );
<a name="l00082"></a><a class="code" href="classCMacro.html#d55b44a161c6953981cec374490e94cb">00082</a>         <span class="keywordtype">int</span>     <a class="code" href="classCMacro.html#d55b44a161c6953981cec374490e94cb" title="Get preprocessor zone number for last macro definition.">GetZone</a>( <span class="keywordtype">void</span> ) { <span class="keywordflow">return</span> zone; }
<a name="l00087"></a><a class="code" href="classCMacro.html#29d7a058603a9771ce6aa5c84aaf5f55">00087</a>         <span class="keywordtype">void</span>    <a class="code" href="classCMacro.html#29d7a058603a9771ce6aa5c84aaf5f55" title="Set preprocessor zone number.">SetZone</a>( <span class="keywordtype">int</span> aZone ) { zone = aZone; }
<a name="l00092"></a>00092         <span class="keywordtype">void</span>    <a class="code" href="classCMacro.html#28b3d3348d68104d5739294e1d0f54f4" title="Set complex flag.">SetComplex</a>( <span class="keywordtype">int</span> aComplex );
<a name="l00097"></a>00097         <span class="keywordtype">int</span>     <a class="code" href="classCMacro.html#545fea7c40d1062efec66f4e98b13125" title="Get complex flag.">IsComplex</a>( <span class="keywordtype">void</span> );
<a name="l00102"></a>00102         <span class="keywordtype">char</span>**  <a class="code" href="classCMacro.html#4dd57b604919829e5220148cf839499c" title="Get macro arguments.">GetArgList</a>( <span class="keywordtype">void</span> );
<a name="l00108"></a>00108         <span class="keywordtype">void</span>    <a class="code" href="classCMacro.html#ccd38519e893a5866064195b1e7aeb09" title="Set macro arguments.">SetArgList</a>( <span class="keywordtype">char</span>** argList );
<a name="l00113"></a>00113         <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classCMacro.html#0d2a8d9cf11068aada5de8c34c1f2481" title="Dump macro info to file descriptor.">Dump</a>( FILE* f );
<a name="l00118"></a>00118         <span class="keywordtype">int</span>     <a class="code" href="classCMacro.html#1b8388200fbffa56ee1f5858e7778d52" title="Get defined flag.">IsDefined</a>( <span class="keywordtype">void</span> );
<a name="l00123"></a>00123         <span class="keywordtype">void</span>    <a class="code" href="classCMacro.html#9fc41806dbbb9b8eb85c0665c600d32b" title="Set defined flag.">SetDefined</a>( <span class="keywordtype">int</span> aDefined );
<a name="l00124"></a>00124 };
<a name="l00125"></a>00125 
<a name="l00126"></a>00126 <span class="preprocessor">#endif // CMACRO_HPP</span>
</pre></div></div>
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Oct 21 18:05:33 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>