mirror of
https://github.com/boostorg/iostreams.git
synced 2026-02-22 15:32:20 +00:00
57 lines
2.2 KiB
HTML
Executable File
57 lines
2.2 KiB
HTML
Executable File
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE>Tutorial</TITLE>
|
|
<LINK REL="stylesheet" HREF="../../../../boost.css">
|
|
<LINK REL="stylesheet" HREF="../theme/iostreams.css">
|
|
</HEAD>
|
|
<BODY>
|
|
|
|
<!-- Begin Banner -->
|
|
|
|
<H1 CLASS="title">Tutorial</H1>
|
|
<HR STYLE='margin-bottom:0'>
|
|
|
|
<!-- End Banner -->
|
|
|
|
<H2>2.1. Writing Devices</H2>
|
|
|
|
<P>
|
|
<A HREF="writing_devices.html">2.1.1. Devices, <CODE>streambuf_facade</CODE> and <CODE>stream_facade</CODE></A><BR>
|
|
<A HREF="container_source.html">2.1.2. Writing a <CODE>container_source</CODE></A><BR>
|
|
<A HREF="container_sink.html">2.1.3. Writing a <CODE>container_sink</CODE></A><BR>
|
|
<A HREF="container_device.html">2.1.4. Writing a <CODE>container_device</CODE></A><BR>
|
|
</P>
|
|
|
|
<H2>2.2. Writing Filters</H2>
|
|
|
|
<P>
|
|
<A HREF="writing_filters.html">2.2.1. InputFilters, OutputFilters and Filter Helpers</A><BR>
|
|
<A HREF="filter_usage.html">2.2.2. Filter Usage Examples</A><BR>
|
|
<A HREF="shell_comments_filters.html">2.2.3. Shell Comments Filters</A><BR>
|
|
<A HREF="line_wrapping_filters.html">2.2.4. Line-Wrapping Filters</A><BR>
|
|
<A HREF="tab_expanding_filters.html">2.2.5. Tab-Expanding Filters</A><BR>
|
|
<A HREF="dictionary_filters.html">2.2.6. Dictionary Filters</A><BR>
|
|
<A HREF="unix2dos_filters.html">2.2.7. <CODE>UNIX</CODE>-to-<CODE>DOS</CODE> Filters</A><BR>
|
|
<A HREF="multichar_filters.html">2.2.8. Multi-Character Filters</A><BR>
|
|
<A HREF="dual_use_filters.html">2.2.9. Dual-Use Filters</A><BR>
|
|
<A HREF="finite_state_filters.html">2.2.10. Finite State Filters</A>
|
|
</P>
|
|
|
|
<!-- Begin Footer -->
|
|
|
|
<HR STYLE='margin-top:2em'>
|
|
|
|
<P CLASS="copyright">Revised
|
|
<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->
|
|
20 May, 2004
|
|
<!--webbot bot="Timestamp" endspan i-checksum="38504" -->
|
|
</P>
|
|
|
|
<P CLASS="copyright">© Copyright Jonathan Turkanis, 2004</P>
|
|
<P CLASS="copyright">
|
|
Use, modification, and distribution are subject to the Boost Software License, Version 2.0. (See accompanying file <A HREF="../../../../LICENSE_2_0.txt">LICENSE_2_0.txt</A> or copy at <A HREF="../http://www.boost.org/LICENSE_2_0.txt">http://www.boost.org/LICENSE_2_0.txt</A>)
|
|
</P>
|
|
<!-- End Footer -->
|
|
|
|
</BODY> |