blob: b7f9add1f65c1974f7ca7619320043e984628945 [file] [log] [blame]
<HTML>
<HEAD>
<TITLE>Streams and Stream Buffers</TITLE>
<LINK REL=StyleSheet HREF="../rw.css" TYPE="text/css" TITLE="Apache stdcxx Stylesheet"></HEAD>
<BODY BGCOLOR=#FFFFFF>
<A HREF="33-3.html"><IMG SRC="images/bprev.gif" WIDTH=20 HEIGHT=21 ALT="Previous file" BORDER=O></A><A HREF="noframes.html"><IMG SRC="images/btop.gif" WIDTH=56 HEIGHT=21 ALT="Top of Document" BORDER=O></A><A HREF="booktoc.html"><IMG SRC="images/btoc.gif" WIDTH=56 HEIGHT=21 ALT="Contents" BORDER=O></A><A HREF="tindex.html"><IMG SRC="images/bindex.gif" WIDTH=56 HEIGHT=21 ALT="Index page" BORDER=O></A><A HREF="34-1.html"><IMG SRC="images/bnext.gif" WIDTH=25 HEIGHT=21 ALT="Next file" BORDER=O></A><DIV CLASS="DOCUMENTNAME"><B>Apache C++ Standard Library User's Guide</B></DIV>
<H1>Chapter 34: Streams and Stream Buffers</H1>
<UL>
<UL><LI><A HREF="34-1.html">34.1 Streams as Objects</A></LI></UL>
<UL><LI><A HREF="34-2.html">34.2 Copying and Assigning Stream Objects</A></LI></UL>
<UL><UL><LI><A HREF="34-2.html#3421">34.2.1 Copying a Stream's Data Members</A></LI></UL></UL>
<UL><UL><LI><A HREF="34-2.html#3422">34.2.2 Sharing Stream Buffers Inadvertently</A></LI></UL></UL>
<UL><UL><LI><A HREF="34-2.html#3423">34.2.3 Using Pointers or References to Streams</A></LI></UL></UL>
<UL><LI><A HREF="34-3.html">34.3 Sharing a Stream Buffer Among Streams</A></LI></UL>
<UL><UL><LI><A HREF="34-3.html#3431">34.3.1 Several Format Settings for the Same Stream</A></LI></UL></UL>
<UL><UL><LI><A HREF="34-3.html#3432">34.3.2 Several Locales for the Same Stream</A></LI></UL></UL>
<UL><UL><LI><A HREF="34-3.html#3433">34.3.3 Input and Output to the Same Stream</A></LI></UL></UL>
<UL><LI><A HREF="34-4.html">34.4 Copies of the Stream Buffer</A></LI></UL>
</UL>
<BR>
<HR>
<A HREF="33-3.html"><IMG SRC="images/bprev.gif" WIDTH=20 HEIGHT=21 ALT="Previous file" BORDER=O></A><A HREF="noframes.html"><IMG SRC="images/btop.gif" WIDTH=56 HEIGHT=21 ALT="Top of Document" BORDER=O></A><A HREF="booktoc.html"><IMG SRC="images/btoc.gif" WIDTH=56 HEIGHT=21 ALT="Contents" BORDER=O></A><A HREF="tindex.html"><IMG SRC="images/bindex.gif" WIDTH=56 HEIGHT=21 ALT="Index page" BORDER=O></A><A HREF="34-1.html"><IMG SRC="images/bnext.gif" WIDTH=20 HEIGHT=21 ALT="Next file" BORDER=O></A>
<!-- Google Analytics tracking code -->
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1775151-1";
urchinTracker();
</script>
<!-- end of Google Analytics tracking code -->
</BODY>
</HTML>