Sophie

Sophie

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

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::Protocol::FullId Struct 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_1Protocol.html">Protocol</a>::<a class="el" href="structFastcgipp_1_1Protocol_1_1FullId.html">FullId</a>
  </div>
</div>
<div class="contents">
<h1>Fastcgipp::Protocol::FullId Struct Reference</h1><!-- doxytag: class="Fastcgipp::Protocol::FullId" -->A full ID value for a FastCGI request.  
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="protocol_8hpp-source.html">protocol.hpp</a>&gt;</code>
<p>

<p>
<a href="structFastcgipp_1_1Protocol_1_1FullId-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="structFastcgipp_1_1Protocol_1_1FullId.html#919de88a58b236554ccc575b580b2727">FullId</a> (<a class="el" href="namespaceFastcgipp_1_1Protocol.html#d13bef0f4b827d3f981b8c6ca98bd4e4">RequestId</a> fcgiId_, int fd_)</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Construct from a FastCGI RequestID and a file descriptor.  <a href="#919de88a58b236554ccc575b580b2727"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structFastcgipp_1_1Protocol_1_1FullId.html#f8f0478be0d83924ce416ba052d9723f">FullId</a> ()</td></tr>

<tr><td colspan="2"><br><h2>Public Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="namespaceFastcgipp_1_1Protocol.html#d13bef0f4b827d3f981b8c6ca98bd4e4">RequestId</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structFastcgipp_1_1Protocol_1_1FullId.html#cb105f6333d97967279f521db6367ee3">fcgiId</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">FastCGI <a class="el" href="classFastcgipp_1_1Request.html" title="Request handling class">Request</a> ID.  <a href="#cb105f6333d97967279f521db6367ee3"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">uint16_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structFastcgipp_1_1Protocol_1_1FullId.html#64734b49ab718835eb551be7ba5f5211">fd</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Associated File Descriptor.  <a href="#64734b49ab718835eb551be7ba5f5211"></a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
A full ID value for a FastCGI request. 
<p>
Because each FastCGI request has a RequestID and a file descriptor associated with it, this class defines an ID value that encompasses both. The file descriptor is stored internally as a 16 bit unsigned integer in order to keep the data structures size at 32 bits for optimized indexing. 
<p>Definition at line <a class="el" href="protocol_8hpp-source.html#l00048">48</a> of file <a class="el" href="protocol_8hpp-source.html">protocol.hpp</a>.</p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="919de88a58b236554ccc575b580b2727"></a><!-- doxytag: member="Fastcgipp::Protocol::FullId::FullId" ref="919de88a58b236554ccc575b580b2727" args="(RequestId fcgiId_, int fd_)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">Fastcgipp::Protocol::FullId::FullId           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="namespaceFastcgipp_1_1Protocol.html#d13bef0f4b827d3f981b8c6ca98bd4e4">RequestId</a>&nbsp;</td>
          <td class="paramname"> <em>fcgiId_</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>fd_</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Construct from a FastCGI RequestID and a file descriptor. 
<p>
The constructor builds upon a RequestID and the file descriptor it is communicating through.<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>fcgiId_</em>&nbsp;</td><td>The FastCGI request ID </td></tr>
    <tr><td valign="top"><tt>[in]</tt>&nbsp;</td><td valign="top"><em>fd_</em>&nbsp;</td><td>The file descriptor </td></tr>
  </table>
</dl>

<p>Definition at line <a class="el" href="protocol_8hpp-source.html#l00058">58</a> of file <a class="el" href="protocol_8hpp-source.html">protocol.hpp</a>.</p>

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

<p>

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

</div>
</div><p>
<hr><h2>Member Data Documentation</h2>
<a class="anchor" name="cb105f6333d97967279f521db6367ee3"></a><!-- doxytag: member="Fastcgipp::Protocol::FullId::fcgiId" ref="cb105f6333d97967279f521db6367ee3" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="namespaceFastcgipp_1_1Protocol.html#d13bef0f4b827d3f981b8c6ca98bd4e4">RequestId</a> <a class="el" href="structFastcgipp_1_1Protocol_1_1FullId.html#cb105f6333d97967279f521db6367ee3">Fastcgipp::Protocol::FullId::fcgiId</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
FastCGI <a class="el" href="classFastcgipp_1_1Request.html" title="Request handling class">Request</a> ID. 
<p>

<p>Definition at line <a class="el" href="protocol_8hpp-source.html#l00061">61</a> of file <a class="el" href="protocol_8hpp-source.html">protocol.hpp</a>.</p>

<p>Referenced by <a class="el" href="namespaceFastcgipp_1_1Protocol.html#0567df512e8ecab50aa68d63abf889d0">Fastcgipp::Protocol::operator&lt;()</a>, <a class="el" href="namespaceFastcgipp_1_1Protocol.html#4eb14827e1b41532e332d001e8d34e71">Fastcgipp::Protocol::operator==()</a>, and <a class="el" href="namespaceFastcgipp_1_1Protocol.html#e3c5cc2dd61be32ecae6e5b42d890193">Fastcgipp::Protocol::operator&gt;()</a>.</p>

</div>
</div><p>
<a class="anchor" name="64734b49ab718835eb551be7ba5f5211"></a><!-- doxytag: member="Fastcgipp::Protocol::FullId::fd" ref="64734b49ab718835eb551be7ba5f5211" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">uint16_t <a class="el" href="structFastcgipp_1_1Protocol_1_1FullId.html#64734b49ab718835eb551be7ba5f5211">Fastcgipp::Protocol::FullId::fd</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Associated File Descriptor. 
<p>

<p>Definition at line <a class="el" href="protocol_8hpp-source.html#l00063">63</a> of file <a class="el" href="protocol_8hpp-source.html">protocol.hpp</a>.</p>

</div>
</div><p>
<hr>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="protocol_8hpp-source.html">protocol.hpp</a></ul>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Tue Sep 16 15:17:48 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>