Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 583ffa4ba069126c3ba0bc565dc0485a > files > 894

cvc3-doc-2.4.1-1.fc15.noarch.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>CVC3: fdstream.h File Reference</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.7.4 -->
<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">CVC3&#160;<span id="projectnumber">2.4.1</span></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="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</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 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>File&#160;Members</span></a></li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="summary">
<a href="#nested-classes">Classes</a> &#124;
<a href="#namespaces">Namespaces</a>  </div>
  <div class="headertitle">
<div class="title">fdstream.h File Reference</div>  </div>
</div>
<div class="contents">

<p>The following code declares classes to read from and write to file descriptore or file handles.  
<a href="#details">More...</a></p>
<div class="textblock"><code>#include &lt;istream&gt;</code><br/>
<code>#include &lt;ostream&gt;</code><br/>
<code>#include &lt;streambuf&gt;</code><br/>
<code>#include &lt;cstdio&gt;</code><br/>
<code>#include &lt;cstring&gt;</code><br/>
<code>#include &lt;unistd.h&gt;</code><br/>
</div>
<p><a href="fdstream_8h_source.html">Go to the source code of this file.</a></p>
<h2><a name="nested-classes"></a>
Classes</h2>
<ul>
<li>class <a class="el" href="classstd_1_1fdoutbuf.html">std::fdoutbuf</a>
<li>class <a class="el" href="classstd_1_1fdostream.html">std::fdostream</a>
<li>class <a class="el" href="classstd_1_1fdinbuf.html">std::fdinbuf</a>
<li>class <a class="el" href="classstd_1_1fdistream.html">std::fdistream</a>
</ul>
<h2><a name="namespaces"></a>
Namespaces</h2>
<ul>
<li>namespace <a class="el" href="namespacestd.html">std</a>

<p><dl class="el"><dd class="mdescRight"><p>STL namespace. </p>
<br/></dl></p>
</ul>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>The following code declares classes to read from and write to file descriptore or file handles. </p>
<p>See <a href="http://www.josuttis.com/cppcode">http://www.josuttis.com/cppcode</a> for details and the latest version.</p>
<ul>
<li>open:<ul>
<li>integrating BUFSIZ on some systems?</li>
<li>optimized reading of multiple characters</li>
<li>stream for reading AND writing</li>
<li>i18n</li>
</ul>
</li>
</ul>
<p>(C) Copyright Nicolai M. Josuttis 2001. Permission to copy, use, modify, sell and distribute this software is granted provided this copyright notice appears in all copies. This software is provided "as is" without express or implied warranty, and with no claim as to its suitability for any purpose.</p>
<p>Version: Jul 28, 2002 History: Jul 28, 2002: bugfix memcpy() =&gt; memmove() fdinbuf::underflow(): cast for return statements Aug 05, 2001: first public version </p>

<p>Definition in file <a class="el" href="fdstream_8h_source.html">fdstream.h</a>.</p>
</div></div>
<hr class="footer"/><address class="footer"><small>Generated on Wed Sep 7 2011 for CVC3 by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.4 </small></address>
</body>
</html>