Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > dc51c7d3f8a5588a609f484ef81504ee > files > 26

libfastcgipp-devel-1.1-2mdv2010.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>fastcgi++: Fastcgipp::Exceptions::Request Class Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.6 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
      <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
    </ul>
  </div>
  <div class="navpath"><a class="el" href="namespaceFastcgipp.html">Fastcgipp</a>::<a class="el" href="namespaceFastcgipp_1_1Exceptions.html">Exceptions</a>::<a class="el" href="classFastcgipp_1_1Exceptions_1_1Request.html">Request</a>
  </div>
</div>
<div class="contents">
<h1>Fastcgipp::Exceptions::Request Class Reference</h1><!-- doxytag: class="Fastcgipp::Exceptions::Request" --><!-- doxytag: inherits="Fastcgipp::Exceptions::Exception" -->General fastcgi++ request exception.  
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="exceptions_8hpp-source.html">exceptions.hpp</a>&gt;</code>
<p>
<div class="dynheader">
Inheritance diagram for Fastcgipp::Exceptions::Request:</div>
<div class="dynsection">

<p><center><img src="classFastcgipp_1_1Exceptions_1_1Request.png" usemap="#Fastcgipp::Exceptions::Request_map" border="0" alt=""></center>
<map name="Fastcgipp::Exceptions::Request_map">
<area href="classFastcgipp_1_1Exceptions_1_1Exception.html" alt="Fastcgipp::Exceptions::Exception" shape="rect" coords="259,0,508,24">
<area href="classFastcgipp_1_1Exceptions_1_1Param.html" alt="Fastcgipp::Exceptions::Param" shape="rect" coords="0,112,249,136">
<area href="classFastcgipp_1_1Exceptions_1_1RecordOutOfOrder.html" alt="Fastcgipp::Exceptions::RecordOutOfOrder" shape="rect" coords="259,112,508,136">
<area href="classFastcgipp_1_1Exceptions_1_1Stream.html" alt="Fastcgipp::Exceptions::Stream" shape="rect" coords="518,112,767,136">
</map>
</div>

<p>
<a href="classFastcgipp_1_1Exceptions_1_1Request-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFastcgipp_1_1Exceptions_1_1Request.html#6291792c6f276840444ce636f7b2c5fe">Request</a> (<a class="el" href="structFastcgipp_1_1Protocol_1_1FullId.html">Protocol::FullId</a> id_)</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Sole Constructor.  <a href="#6291792c6f276840444ce636f7b2c5fe"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFastcgipp_1_1Exceptions_1_1Request.html#cd7c61cb6a4fe721cf04372160d5403f">~Request</a> ()  throw ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual const char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFastcgipp_1_1Exceptions_1_1Request.html#fdcb953126c7cf62ea02f254d1d0b90d">what</a> () const =0  throw ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structFastcgipp_1_1Protocol_1_1FullId.html">Protocol::FullId</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFastcgipp_1_1Exceptions_1_1Request.html#5676c456c049e93044b8098262b4793d">getId</a> () const   throw ()</td></tr>

<tr><td colspan="2"><br><h2>Protected Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structFastcgipp_1_1Protocol_1_1FullId.html">Protocol::FullId</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFastcgipp_1_1Exceptions_1_1Request.html#59507ee700b4bf779f8afbe2a9eeb2c3">id</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">ID value for the request that generated the exception.  <a href="#59507ee700b4bf779f8afbe2a9eeb2c3"></a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
General fastcgi++ request exception. 
<p>Definition at line <a class="el" href="exceptions_8hpp-source.html#l00045">45</a> of file <a class="el" href="exceptions_8hpp-source.html">exceptions.hpp</a>.</p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="6291792c6f276840444ce636f7b2c5fe"></a><!-- doxytag: member="Fastcgipp::Exceptions::Request::Request" ref="6291792c6f276840444ce636f7b2c5fe" args="(Protocol::FullId id_)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">Fastcgipp::Exceptions::Request::Request           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="structFastcgipp_1_1Protocol_1_1FullId.html">Protocol::FullId</a>&nbsp;</td>
          <td class="paramname"> <em>id_</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Sole Constructor. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"><tt>[in]</tt>&nbsp;</td><td valign="top"><em>id_</em>&nbsp;</td><td>ID value for the request that generated the exception </td></tr>
  </table>
</dl>

<p>Definition at line <a class="el" href="exceptions_8hpp-source.html#l00052">52</a> of file <a class="el" href="exceptions_8hpp-source.html">exceptions.hpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="cd7c61cb6a4fe721cf04372160d5403f"></a><!-- doxytag: member="Fastcgipp::Exceptions::Request::~Request" ref="cd7c61cb6a4fe721cf04372160d5403f" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">Fastcgipp::Exceptions::Request::~Request           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td>  throw ()<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="exceptions_8hpp-source.html#l00053">53</a> of file <a class="el" href="exceptions_8hpp-source.html">exceptions.hpp</a>.</p>

</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="fdcb953126c7cf62ea02f254d1d0b90d"></a><!-- doxytag: member="Fastcgipp::Exceptions::Request::what" ref="fdcb953126c7cf62ea02f254d1d0b90d" args="() const =0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual const char* Fastcgipp::Exceptions::Request::what           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td> const  throw ()<code> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Implements <a class="el" href="classFastcgipp_1_1Exceptions_1_1Exception.html#e86d4deea3f9444df1e1d861224a0051">Fastcgipp::Exceptions::Exception</a>.</p>

<p>Implemented in <a class="el" href="classFastcgipp_1_1Exceptions_1_1Param.html#55db44268bf0903a2f0f8c6167cae57c">Fastcgipp::Exceptions::Param</a>, <a class="el" href="classFastcgipp_1_1Exceptions_1_1Stream.html#60567dea6a70d06c8404b61fec06c9b1">Fastcgipp::Exceptions::Stream</a>, and <a class="el" href="classFastcgipp_1_1Exceptions_1_1RecordOutOfOrder.html#e693bdf1a6d4814ea4fbf86e4c71afbe">Fastcgipp::Exceptions::RecordOutOfOrder</a>.</p>

</div>
</div><p>
<a class="anchor" name="5676c456c049e93044b8098262b4793d"></a><!-- doxytag: member="Fastcgipp::Exceptions::Request::getId" ref="5676c456c049e93044b8098262b4793d" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="structFastcgipp_1_1Protocol_1_1FullId.html">Protocol::FullId</a> Fastcgipp::Exceptions::Request::getId           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td> const  throw ()<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="exceptions_8hpp-source.html#l00056">56</a> of file <a class="el" href="exceptions_8hpp-source.html">exceptions.hpp</a>.</p>

<p>References <a class="el" href="classFastcgipp_1_1Exceptions_1_1Request.html#59507ee700b4bf779f8afbe2a9eeb2c3">id</a>.</p>

</div>
</div><p>
<hr><h2>Member Data Documentation</h2>
<a class="anchor" name="59507ee700b4bf779f8afbe2a9eeb2c3"></a><!-- doxytag: member="Fastcgipp::Exceptions::Request::id" ref="59507ee700b4bf779f8afbe2a9eeb2c3" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="structFastcgipp_1_1Protocol_1_1FullId.html">Protocol::FullId</a> <a class="el" href="classFastcgipp_1_1Exceptions_1_1Request.html#59507ee700b4bf779f8afbe2a9eeb2c3">Fastcgipp::Exceptions::Request::id</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
ID value for the request that generated the exception. 
<p>

<p>Definition at line <a class="el" href="exceptions_8hpp-source.html#l00059">59</a> of file <a class="el" href="exceptions_8hpp-source.html">exceptions.hpp</a>.</p>

<p>Referenced by <a class="el" href="classFastcgipp_1_1Exceptions_1_1Request.html#5676c456c049e93044b8098262b4793d">getId()</a>.</p>

</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="exceptions_8hpp-source.html">exceptions.hpp</a></ul>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Tue Sep 16 15:17:47 2008 for fastcgi++ by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
</body>
</html>