54 lines
2.2 KiB
HTML
54 lines
2.2 KiB
HTML
<!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. Tutorial</H2>
|
|
|
|
<H4>2.1. Writing Devices</H4>
|
|
|
|
<P>
|
|
2.1.1. <A HREF="writing_devices.html">Overview: Devices, <CODE>stream_buffer</CODE> and <CODE>stream</CODE></A><BR>
|
|
2.1.2. <A HREF="container_source.html">Writing a <CODE>container_source</CODE></A><BR>
|
|
2.1.3. <A HREF="container_sink.html">Writing a <CODE>container_sink</CODE></A><BR>
|
|
2.1.4. <A HREF="container_device.html">Writing a <CODE>container_device</CODE></A><BR>
|
|
</P>
|
|
|
|
<H4>2.2. Writing Filters</H4>
|
|
|
|
<P>
|
|
2.2.1. <A HREF="writing_filters.html">Overview: InputFilters, OutputFilters and Filter Helpers</A><BR>
|
|
2.2.2. <A HREF="filter_usage.html">Filter Usage Examples</A><BR>
|
|
2.2.3. <A HREF="shell_comments_filters.html">Shell Comments Filters</A><BR>
|
|
2.2.4. <A HREF="line_wrapping_filters.html">Line-Wrapping Filters</A><BR>
|
|
2.2.5. <A HREF="tab_expanding_filters.html">Tab-Expanding Filters</A><BR>
|
|
2.2.6. <A HREF="dictionary_filters.html">Dictionary Filters</A><BR>
|
|
2.2.7. <A HREF="unix2dos_filters.html"><CODE>UNIX</CODE>-to-<CODE>DOS</CODE> Filters</A><BR>
|
|
2.2.8. <A HREF="multichar_filters.html">Multi-Character Filters</A><BR>
|
|
2.2.9. <A HREF="dual_use_filters.html">Dual-Use Filters</A><BR>
|
|
2.2.10. <A HREF="finite_state_filters.html">Finite State Filters</A>
|
|
</P>
|
|
|
|
<!-- Begin Footer -->
|
|
|
|
<HR>
|
|
|
|
|
|
<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>
|
|
<P CLASS="copyright">
|
|
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>)
|
|
</P>
|
|
<!-- End Footer -->
|
|
|
|
</BODY> |