Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > a24e1a39141f9b4ca49bd1e2e23a54ba > files > 80

polybori-doc-0.5rc.p9-6mdv2010.0.i586.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>PolyBoRi: CLiteralCodes.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css">
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.9 -->
<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="namespaces.html"><span>Namespaces</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>
  <div class="tabs">
    <ul>
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
      <li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
    </ul>
  </div>
<h1>CLiteralCodes.h</h1><a href="CLiteralCodes_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">// -*- c++ -*-</span>
<a name="l00002"></a>00002 <span class="comment">//*****************************************************************************</span>
<a name="l00033"></a>00033 <span class="comment"></span><span class="comment">//*****************************************************************************</span>
<a name="l00034"></a>00034 
<a name="l00035"></a>00035 <span class="comment">// include basic definitions</span>
<a name="l00036"></a>00036 <span class="preprocessor">#include "<a class="code" href="pbori__defs_8h.html">pbori_defs.h</a>"</span>
<a name="l00037"></a>00037 
<a name="l00038"></a>00038 <span class="preprocessor">#ifndef CLiteralCodes_h_</span>
<a name="l00039"></a>00039 <span class="preprocessor"></span><span class="preprocessor">#define CLiteralCodes_h_</span>
<a name="l00040"></a>00040 <span class="preprocessor"></span>
<a name="l00041"></a>00041 <a class="code" href="pbori__defs_8h.html#6ae360a591580558f31b6157ee792a10" title="Start project&amp;#39;s namespace.">BEGIN_NAMESPACE_PBORI</a>
<a name="l00042"></a>00042 
<a name="l00047"></a><a class="code" href="classpolybori_1_1CLiteralCodes.html">00047</a> <span class="keyword">class </span><a class="code" href="classpolybori_1_1CLiteralCodes.html" title="This template class defines enumerative codes for the string literals defined by...">CLiteralCodes</a> {
<a name="l00048"></a>00048 <span class="keyword">public</span>:
<a name="l00049"></a>00049 
<a name="l00051"></a><a class="code" href="classpolybori_1_1CLiteralCodes.html#8d024b85e5adf0e999fe4cb3e4768019">00051</a>   <span class="keyword">enum</span> <a class="code" href="classpolybori_1_1CLiteralCodes.html#8d024b85e5adf0e999fe4cb3e4768019" title="Define codes representing string literals.">literal_codes</a> {
<a name="l00052"></a><a class="code" href="classpolybori_1_1CLiteralCodes.html#8d024b85e5adf0e999fe4cb3e4768019d268929d0156d43a608869222f2dd610">00052</a>     first_code = 0, 
<a name="l00053"></a><a class="code" href="classpolybori_1_1CLiteralCodes.html#8d024b85e5adf0e999fe4cb3e4768019156f82b300f9546cadb7412707e87601">00053</a>     empty = first_code,
<a name="l00054"></a><a class="code" href="classpolybori_1_1CLiteralCodes.html#8d024b85e5adf0e999fe4cb3e476801956f94ff7c2ebe742f39c5fc91c9d94c5">00054</a>     space,
<a name="l00055"></a><a class="code" href="classpolybori_1_1CLiteralCodes.html#8d024b85e5adf0e999fe4cb3e4768019dcd2df0c072f26d2cbe2f44e0929d4ce">00055</a>     plus,
<a name="l00056"></a><a class="code" href="classpolybori_1_1CLiteralCodes.html#8d024b85e5adf0e999fe4cb3e4768019b2673a8a3edc6d5e6f56a99dd673519e">00056</a>     term_separator,
<a name="l00057"></a><a class="code" href="classpolybori_1_1CLiteralCodes.html#8d024b85e5adf0e999fe4cb3e47680196736c4b18f38782cb497f09615851500">00057</a>     times,
<a name="l00058"></a><a class="code" href="classpolybori_1_1CLiteralCodes.html#8d024b85e5adf0e999fe4cb3e4768019f0e3c027e9c398f64d7660fd24e9e1f2">00058</a>     comma,
<a name="l00059"></a><a class="code" href="classpolybori_1_1CLiteralCodes.html#8d024b85e5adf0e999fe4cb3e4768019890555dbdcc9534271bef6d361c07114">00059</a>     list_separator,
<a name="l00060"></a><a class="code" href="classpolybori_1_1CLiteralCodes.html#8d024b85e5adf0e999fe4cb3e47680194a2085d31fe75cdd7aaeb1d63f5e1033">00060</a>     default_variable_name,
<a name="l00061"></a><a class="code" href="classpolybori_1_1CLiteralCodes.html#8d024b85e5adf0e999fe4cb3e4768019c467ce6dc3c492cdddf474b55ca181a6">00061</a>     variable_head,
<a name="l00062"></a><a class="code" href="classpolybori_1_1CLiteralCodes.html#8d024b85e5adf0e999fe4cb3e47680197251f8184d6ff92dd658e0e62347d5d0">00062</a>     variable_tail,
<a name="l00063"></a><a class="code" href="classpolybori_1_1CLiteralCodes.html#8d024b85e5adf0e999fe4cb3e4768019c710f293cf56c4386437ec797c47dea5">00063</a>     between_list_separator,
<a name="l00064"></a><a class="code" href="classpolybori_1_1CLiteralCodes.html#8d024b85e5adf0e999fe4cb3e4768019101f0b5e3a42655ebee7aad591622e6e">00064</a>     last_code
<a name="l00065"></a>00065   };
<a name="l00066"></a>00066 
<a name="l00067"></a>00067 };
<a name="l00068"></a>00068 
<a name="l00069"></a>00069 <a class="code" href="pbori__defs_8h.html#faf094fde6c1a7f1aad18bcb455f3b06" title="Finish project&amp;#39;s namespace.">END_NAMESPACE_PBORI</a>
<a name="l00070"></a>00070 
<a name="l00071"></a>00071 <span class="preprocessor">#endif</span>
</pre></div></div>
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Sep 9 14:30:55 2009 for PolyBoRi by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
</html>