Sophie

Sophie

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

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::Transceiver::Buffer::Frame 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="classFastcgipp_1_1Transceiver.html">Transceiver</a>::<a class="el" href="classFastcgipp_1_1Transceiver_1_1Buffer.html">Buffer</a>::<a class="el" href="structFastcgipp_1_1Transceiver_1_1Buffer_1_1Frame.html">Frame</a>
  </div>
</div>
<div class="contents">
<h1>Fastcgipp::Transceiver::Buffer::Frame Struct Reference</h1><!-- doxytag: class="Fastcgipp::Transceiver::Buffer::Frame" -->Frame of data associated with a file descriptor  
<a href="#_details">More...</a>
<p>

<p>
<a href="structFastcgipp_1_1Transceiver_1_1Buffer_1_1Frame-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_1Transceiver_1_1Buffer_1_1Frame.html#86bc160b0476082381dae9d15476d8dd">Frame</a> (size_t size_, bool closeFd_, <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">Constructor.  <a href="#86bc160b0476082381dae9d15476d8dd"></a><br></td></tr>
<tr><td colspan="2"><br><h2>Public Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">size_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structFastcgipp_1_1Transceiver_1_1Buffer_1_1Frame.html#e763a750b6b41fc8ef362cbf037af062">size</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Size of the frame.  <a href="#e763a750b6b41fc8ef362cbf037af062"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structFastcgipp_1_1Transceiver_1_1Buffer_1_1Frame.html#467f45421401b1e384a2d6e4a24eb0c0">closeFd</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Boolean value indication whether or not the file descriptor should be closed when the frame has been flushed.  <a href="#467f45421401b1e384a2d6e4a24eb0c0"></a><br></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="structFastcgipp_1_1Transceiver_1_1Buffer_1_1Frame.html#d2947f9ccce71ae2357883cebc4b27ad">id</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Complete ID (contains a file descriptor) of associated with the data frame.  <a href="#d2947f9ccce71ae2357883cebc4b27ad"></a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Frame of data associated with a file descriptor 
<p>Definition at line <a class="el" href="transceiver_8hpp-source.html#l00138">138</a> of file <a class="el" href="transceiver_8hpp-source.html">transceiver.hpp</a>.</p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="86bc160b0476082381dae9d15476d8dd"></a><!-- doxytag: member="Fastcgipp::Transceiver::Buffer::Frame::Frame" ref="86bc160b0476082381dae9d15476d8dd" args="(size_t size_, bool closeFd_, Protocol::FullId id_)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">Fastcgipp::Transceiver::Buffer::Frame::Frame           </td>
          <td>(</td>
          <td class="paramtype">size_t&nbsp;</td>
          <td class="paramname"> <em>size_</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">bool&nbsp;</td>
          <td class="paramname"> <em>closeFd_</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></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;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
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>size_</em>&nbsp;</td><td>Size of the frame </td></tr>
    <tr><td valign="top"><tt>[in]</tt>&nbsp;</td><td valign="top"><em>closeFd_</em>&nbsp;</td><td>Boolean value indication whether or not the file descriptor should be closed when the frame has been flushed </td></tr>
    <tr><td valign="top"><tt>[in]</tt>&nbsp;</td><td valign="top"><em>id_</em>&nbsp;</td><td>Complete ID of the request making the frame </td></tr>
  </table>
</dl>

<p>Definition at line <a class="el" href="transceiver_8hpp-source.html#l00146">146</a> of file <a class="el" href="transceiver_8hpp-source.html">transceiver.hpp</a>.</p>

</div>
</div><p>
<hr><h2>Member Data Documentation</h2>
<a class="anchor" name="e763a750b6b41fc8ef362cbf037af062"></a><!-- doxytag: member="Fastcgipp::Transceiver::Buffer::Frame::size" ref="e763a750b6b41fc8ef362cbf037af062" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">size_t <a class="el" href="structFastcgipp_1_1Transceiver_1_1Buffer_1_1Frame.html#e763a750b6b41fc8ef362cbf037af062">Fastcgipp::Transceiver::Buffer::Frame::size</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Size of the frame. 
<p>

<p>Definition at line <a class="el" href="transceiver_8hpp-source.html#l00148">148</a> of file <a class="el" href="transceiver_8hpp-source.html">transceiver.hpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="467f45421401b1e384a2d6e4a24eb0c0"></a><!-- doxytag: member="Fastcgipp::Transceiver::Buffer::Frame::closeFd" ref="467f45421401b1e384a2d6e4a24eb0c0" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool <a class="el" href="structFastcgipp_1_1Transceiver_1_1Buffer_1_1Frame.html#467f45421401b1e384a2d6e4a24eb0c0">Fastcgipp::Transceiver::Buffer::Frame::closeFd</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Boolean value indication whether or not the file descriptor should be closed when the frame has been flushed. 
<p>

<p>Definition at line <a class="el" href="transceiver_8hpp-source.html#l00150">150</a> of file <a class="el" href="transceiver_8hpp-source.html">transceiver.hpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="d2947f9ccce71ae2357883cebc4b27ad"></a><!-- doxytag: member="Fastcgipp::Transceiver::Buffer::Frame::id" ref="d2947f9ccce71ae2357883cebc4b27ad" 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="structFastcgipp_1_1Transceiver_1_1Buffer_1_1Frame.html#d2947f9ccce71ae2357883cebc4b27ad">Fastcgipp::Transceiver::Buffer::Frame::id</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Complete ID (contains a file descriptor) of associated with the data frame. 
<p>

<p>Definition at line <a class="el" href="transceiver_8hpp-source.html#l00152">152</a> of file <a class="el" href="transceiver_8hpp-source.html">transceiver.hpp</a>.</p>

</div>
</div><p>
<hr>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="transceiver_8hpp-source.html">transceiver.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>