1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<HTML> 3<HEAD> 4 <TITLE>Tutorial</TITLE> 5 <LINK REL="stylesheet" HREF="../../../../boost.css"> 6 <LINK REL="stylesheet" HREF="../theme/iostreams.css"> 7</HEAD> 8<BODY> 9 10<!-- Begin Banner --> 11 12 <H1 CLASS="title">Tutorial</H1> 13 <HR STYLE='margin-bottom:0'> 14 15<!-- End Banner --> 16 17<H2>2. Tutorial</H2> 18 19<H4>2.1. Writing Devices</H4> 20 21<P> 22 2.1.1. <A HREF="writing_devices.html">Overview: Devices, <CODE>stream_buffer</CODE> and <CODE>stream</CODE></A><BR> 23 2.1.2. <A HREF="container_source.html">Writing a <CODE>container_source</CODE></A><BR> 24 2.1.3. <A HREF="container_sink.html">Writing a <CODE>container_sink</CODE></A><BR> 25 2.1.4. <A HREF="container_device.html">Writing a <CODE>container_device</CODE></A><BR> 26</P> 27 28<H4>2.2. Writing Filters</H4> 29 30<P> 31 2.2.1. <A HREF="writing_filters.html">Overview: InputFilters, OutputFilters and Filter Helpers</A><BR> 32 2.2.2. <A HREF="filter_usage.html">Filter Usage Examples</A><BR> 33 2.2.3. <A HREF="shell_comments_filters.html">Shell Comments Filters</A><BR> 34 2.2.4. <A HREF="line_wrapping_filters.html">Line-Wrapping Filters</A><BR> 35 2.2.5. <A HREF="tab_expanding_filters.html">Tab-Expanding Filters</A><BR> 36 2.2.6. <A HREF="dictionary_filters.html">Dictionary Filters</A><BR> 37 2.2.7. <A HREF="unix2dos_filters.html"><CODE>UNIX</CODE>-to-<CODE>DOS</CODE> Filters</A><BR> 38 2.2.8. <A HREF="multichar_filters.html">Multi-Character Filters</A><BR> 39 2.2.9. <A HREF="dual_use_filters.html">Dual-Use Filters</A><BR> 40 2.2.10. <A HREF="finite_state_filters.html">Finite State Filters</A> 41</P> 42 43<!-- Begin Footer --> 44 45<HR> 46 47 48<P CLASS="copyright">© Copyright 2008 <a href="http://www.coderage.com/" target="_top">CodeRage, LLC</a><br/>© Copyright 2004-2007 <a href="https://www.boost.org/users/people/jonathan_turkanis.html" target="_top">Jonathan Turkanis</a></P> 49<P CLASS="copyright"> 50 Use, modification, and distribution are subject to the Boost Software License, Version 2.0. (See accompanying file <A HREF="../../../../LICENSE_1_0.txt">LICENSE_1_0.txt</A> or copy at <A HREF="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</A>) 51</P> 52<!-- End Footer --> 53 54</BODY>