Sophie

Sophie

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

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: PBoRiError.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>PBoRiError.h</h1><a href="PBoRiError_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="l00034"></a>00034 <span class="comment"></span><span class="comment">//*****************************************************************************</span>
<a name="l00035"></a>00035 
<a name="l00036"></a>00036 <span class="comment">// load PolyBoRi settings</span>
<a name="l00037"></a>00037 <span class="preprocessor"># include "<a class="code" href="pbori__defs_8h.html">pbori_defs.h</a>"</span>
<a name="l00038"></a>00038 
<a name="l00039"></a>00039 
<a name="l00040"></a>00040 <span class="preprocessor">#ifndef PBoRiError_h_</span>
<a name="l00041"></a>00041 <span class="preprocessor"></span><span class="preprocessor">#define PBoRiError_h_</span>
<a name="l00042"></a>00042 <span class="preprocessor"></span>
<a name="l00043"></a>00043 
<a name="l00044"></a>00044 <a class="code" href="pbori__defs_8h.html#6ae360a591580558f31b6157ee792a10" title="Start project&amp;#39;s namespace.">BEGIN_NAMESPACE_PBORI</a>
<a name="l00045"></a>00045 
<a name="l00052"></a><a class="code" href="classpolybori_1_1PBoRiError.html">00052</a> <span class="keyword">class </span><a class="code" href="classpolybori_1_1PBoRiError.html" title="This class is used for polybori&amp;#39;s exception handling.">PBoRiError</a> {
<a name="l00053"></a>00053 
<a name="l00054"></a>00054 <span class="keyword">public</span>:
<a name="l00056"></a><a class="code" href="classpolybori_1_1PBoRiError.html#95dfedddd52dc15b61f99b197ea614a5">00056</a>   <span class="keyword">typedef</span> CTypes::errornum_type errornum_type;
<a name="l00057"></a>00057 
<a name="l00059"></a><a class="code" href="classpolybori_1_1PBoRiError.html#603483e031f76b4859afe89555eeb6c4">00059</a>   <span class="keyword">typedef</span> CTypes::errortext_type errortext_type;
<a name="l00060"></a>00060 
<a name="l00062"></a><a class="code" href="classpolybori_1_1PBoRiError.html#35adeacefba7b3918e6e7083047f5767">00062</a>   <span class="keyword">typedef</span> <a class="code" href="classpolybori_1_1PBoRiError.html" title="This class is used for polybori&amp;#39;s exception handling.">PBoRiError</a> <span class="keyword">self</span>;
<a name="l00063"></a>00063 
<a name="l00065"></a>00065   <a class="code" href="classpolybori_1_1PBoRiError.html" title="This class is used for polybori&amp;#39;s exception handling.">PBoRiError</a>(errornum_type err = CTypes::alright);
<a name="l00066"></a>00066 
<a name="l00068"></a>00068   <a class="code" href="classpolybori_1_1PBoRiError.html" title="This class is used for polybori&amp;#39;s exception handling.">PBoRiError</a>(<span class="keyword">const</span> <span class="keyword">self</span>&amp;);
<a name="l00069"></a>00069 
<a name="l00071"></a>00071   ~<a class="code" href="classpolybori_1_1PBoRiError.html" title="This class is used for polybori&amp;#39;s exception handling.">PBoRiError</a>();
<a name="l00072"></a>00072 
<a name="l00074"></a>00074   errornum_type code() <span class="keyword">const</span>;
<a name="l00075"></a>00075 
<a name="l00077"></a>00077   errortext_type text() <span class="keyword">const</span>;
<a name="l00078"></a>00078 
<a name="l00079"></a>00079 <span class="keyword">protected</span>:
<a name="l00080"></a><a class="code" href="classpolybori_1_1PBoRiError.html#8196410694524ab5624d3dc480f7c722">00080</a>   errornum_type error;
<a name="l00081"></a>00081 };
<a name="l00082"></a>00082 
<a name="l00083"></a>00083 <a class="code" href="pbori__defs_8h.html#faf094fde6c1a7f1aad18bcb455f3b06" title="Finish project&amp;#39;s namespace.">END_NAMESPACE_PBORI</a>
<a name="l00084"></a>00084 
<a name="l00085"></a>00085 <span class="preprocessor">#endif // of #ifndef PBoRiError_h_</span>
</pre></div></div>
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Sep 9 14:30:59 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>