| 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
|---|
| 2 | <HTML> |
|---|
| 3 | <HEAD> |
|---|
| 4 | <TITLE>Iostreams Library Concepts</TITLE> |
|---|
| 5 | <LINK REL="stylesheet" HREF="../../../../boost.css"> |
|---|
| 6 | <LINK REL="stylesheet" HREF="../theme/iostreams.css"> |
|---|
| 7 | </HEAD> |
|---|
| 8 | <STYLE> |
|---|
| 9 | DT A { /*text-decoration:none*/ } |
|---|
| 10 | LI A { /*text-decoration:none;*/ font: 80% Verdana, Tahoma, Arial, Helvetica, sans-serif } |
|---|
| 11 | </STYLE> |
|---|
| 12 | <BODY> |
|---|
| 13 | |
|---|
| 14 | <!-- Begin Banner --> |
|---|
| 15 | |
|---|
| 16 | <H1 CLASS="title">Iostreams Library Concepts</H1> |
|---|
| 17 | <HR CLASS="banner"> |
|---|
| 18 | |
|---|
| 19 | <!-- End Banner --> |
|---|
| 20 | |
|---|
| 21 | <A NAME="devices"></A> |
|---|
| 22 | <H4>Devices</H4> |
|---|
| 23 | |
|---|
| 24 | <DL CLASS="page-index"> |
|---|
| 25 | <DT><A href="bidirectional_device.html"><CODE>BidirectionalDevice</CODE></A></DT> |
|---|
| 26 | <DT><A href="blocking.html"><CODE>Blocking</CODE></A></DT> |
|---|
| 27 | <DT><A href="device.html"><CODE>Device</CODE></A></DT> |
|---|
| 28 | <DT><A href="direct.html"><CODE>Direct</CODE></A></DT> |
|---|
| 29 | <DT><A href="peekable.html"><CODE>Peekable</CODE></A></DT> |
|---|
| 30 | <DT><A href="seekable_device.html"><CODE>SeekableDevice</CODE></A></DT> |
|---|
| 31 | <DT><A href="sink.html"><CODE>Sink</CODE></A></DT> |
|---|
| 32 | <DT><A href="source.html"><CODE>Source</CODE></A></DT> |
|---|
| 33 | </DL> |
|---|
| 34 | |
|---|
| 35 | <A NAME="filters"></A> |
|---|
| 36 | <H4>Filters</H4> |
|---|
| 37 | |
|---|
| 38 | <DL CLASS="page-index"> |
|---|
| 39 | <DT><A href="bidirectional_filter.html"><CODE>BidirectionalFilter</CODE></A></DT> |
|---|
| 40 | <DT><A href="dual_use_filter.html"><CODE>DualUseFilter</CODE></A></DT> |
|---|
| 41 | <DT><A href="filter.html"><CODE>Filter</CODE></A></DT> |
|---|
| 42 | <DT><A href="input_filter.html"><CODE>InputFilter</CODE></A></DT> |
|---|
| 43 | <DT><A href="multi_character.html"><CODE>Multi-Character</CODE></A></DT> |
|---|
| 44 | <DT><A href="output_filter.html"><CODE>OutputFilter</CODE></A></DT> |
|---|
| 45 | <DT><A href="pipable.html"><CODE>Pipable</CODE></A></DT> |
|---|
| 46 | <DT><A href="seekable_filter.html"><CODE>SeekableFilter</CODE></A></DT> |
|---|
| 47 | </DL> |
|---|
| 48 | |
|---|
| 49 | <A NAME="other"></A> |
|---|
| 50 | <H4>Other</H4> |
|---|
| 51 | |
|---|
| 52 | <DL CLASS="page-index"> |
|---|
| 53 | <DT><A href="closable.html"><CODE>Closable</CODE></A></DT> |
|---|
| 54 | <DT><A href="flushable.html"><CODE>Flushable</CODE></A></DT> |
|---|
| 55 | <DT><A href="localizable.html"><CODE>Localizable</CODE></A></DT> |
|---|
| 56 | <DT><A href="optimally_buffered.html"><CODE>OptimallyBuffered</CODE></A></DT> |
|---|
| 57 | <DT><A href="symmetric_filter.html"><CODE>SymmetricFilter</CODE></A></DT> |
|---|
| 58 | </DL> |
|---|
| 59 | |
|---|
| 60 | <HR STYLE="margin-top:1em"> |
|---|
| 61 | |
|---|
| 62 | <!-- Begin Footer --> |
|---|
| 63 | |
|---|
| 64 | <P STYLE="margin-top:2em" CLASS="copyright">Revised |
|---|
| 65 | <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan --> |
|---|
| 66 | 20 May, 2004 |
|---|
| 67 | <!--webbot bot="Timestamp" endspan i-checksum="38504" --> |
|---|
| 68 | </P> |
|---|
| 69 | |
|---|
| 70 | <P CLASS="copyright">© Copyright <A HREF="http://www.kangaroologic.com" TARGET="_top">Jonathan Turkanis</A>, 2004. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <A HREF="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</A>) |
|---|
| 71 | </P> |
|---|
| 72 | |
|---|
| 73 | <!-- End Footer --> |
|---|
| 74 | |
|---|
| 75 | </BODY> |
|---|