Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > 64656f00434e190abe8506174ca339ed > files > 652

ucommon-doc-4.3.1-1.mga1.i586.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>ucommon: ucommon/buffer.h File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.3 -->
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">ucommon</div>
  </td>
 </tr>
 </tbody>
</table>
</div>
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
      <li><a href="examples.html"><span>Examples</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="files.html"><span>File&#160;List</span></a></li>
      <li><a href="globals.html"><span>Globals</span></a></li>
    </ul>
  </div>
</div>
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
  initNavTree('a00179.html','');
</script>
<div id="doc-content">
<div class="header">
  <div class="summary">
<a href="#nested-classes">Data Structures</a> &#124;
<a href="#typedef-members">Typedefs</a>  </div>
  <div class="headertitle">
<h1>ucommon/buffer.h File Reference</h1>  </div>
</div>
<div class="contents">

<p>Classes which use the buffer protocol to stream data.  
<a href="#_details">More...</a></p>
<div class="textblock"><code>#include &lt;ucommon/platform.h&gt;</code><br/>
<code>#include &lt;ucommon/protocols.h&gt;</code><br/>
<code>#include &lt;ucommon/socket.h&gt;</code><br/>
<code>#include &lt;ucommon/string.h&gt;</code><br/>
<code>#include &lt;ucommon/fsys.h&gt;</code><br/>
</div><div class="textblock"><div class="dynheader">
Include dependency graph for buffer.h:</div>
<div class="dyncontent">
<div class="center"><img src="a00222.png" border="0" usemap="#ucommon_2buffer_8h" alt=""/></div>
<map name="ucommon_2buffer_8h" id="ucommon_2buffer_8h">
</map>
</div>
</div>
<p><a href="a00179_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="nested-classes"></a>
Data Structures</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00048.html">fbuf</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">A generic file streaming class built from the buffer protocol.  <a href="a00048.html#_details">More...</a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00153.html">TCPBuffer</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">A generic tcp socket class that offers i/o buffering.  <a href="a00153.html#_details">More...</a><br/></td></tr>
<tr><td colspan="2"><h2><a name="typedef-members"></a>
Typedefs</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a8b3ef14e0f50b9bc6ba614f133e2f281"></a><!-- doxytag: member="buffer.h::file_t" ref="a8b3ef14e0f50b9bc6ba614f133e2f281" args="" -->
typedef <a class="el" href="a00048.html">fbuf</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00179.html#a8b3ef14e0f50b9bc6ba614f133e2f281">file_t</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Convenience type for buffered file operations. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a8ce5b5357c929a6b1ccb0b6f1d0bed7a"></a><!-- doxytag: member="buffer.h::tcp_t" ref="a8ce5b5357c929a6b1ccb0b6f1d0bed7a" args="" -->
typedef <a class="el" href="a00153.html">TCPBuffer</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00179.html#a8ce5b5357c929a6b1ccb0b6f1d0bed7a">tcp_t</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Convenience type for pure tcp sockets. <br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>Classes which use the buffer protocol to stream data. </p>

<p>Definition in file <a class="el" href="a00179_source.html">buffer.h</a>.</p>
</div></div>
</div>
  <div id="nav-path" class="navpath">
    <ul>
      <li class="navelem"><a class="el" href="a00179.html">buffer.h</a>      </li>
      <li class="footer">Generated on Wed Apr 13 2011 22:39:47 for ucommon by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.3 </li>
    </ul>
  </div>

</body>
</html>