blob: b52dffe7d0a4711246b255c6fb9b05bae1ac51fe [file] [log] [blame]
<HTML>
<HEAD>
<TITLE>Definition</TITLE>
<LINK REL=StyleSheet HREF="../rw.css" TYPE="text/css" TITLE="Apache stdcxx Stylesheet"></HEAD>
<BODY BGCOLOR=#FFFFFF>
<A HREF="43.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="43-2.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>
<H2>43.1 Definition</H2>
<A NAME="idx976"><!></A>
<P><I>Stream iterators</I> are used to access an existing input or output stream using iterators. In the C++ standard, the template classes <B><I><A HREF="../stdlibref/istream-iterator.html">istream_iterator</A></I></B> and <B><I><A HREF="../stdlibref/ostream-iterator.html">ostream_iterator</A></I></B> are referred to as the stream iterators. <B><I>istream_iterator</I></B> reads successive elements from the stream for which it was constructed using the extraction <SAMP>operator&gt;&gt;()</SAMP>; <B><I>ostream_iterator</I></B> writes values to its respective stream using the insertion <SAMP>operator&lt;&lt;()</SAMP>.</P>
<P>The class templates <B><I><A HREF="../stdlibref/istreambuf-iterator.html">istreambuf_iterator</A></I></B> and <B><I><A HREF="../stdlibref/ostreambuf-iterator.html">ostreambuf_iterator</A></I></B> are used to extract and insert individual characters from stream buffers.</P>
<BR>
<HR>
<A HREF="43.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="43-2.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>