File: tutorial.html

package info (click to toggle)
boost 1.34.1-14
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 116,412 kB
  • ctags: 259,566
  • sloc: cpp: 642,395; xml: 56,450; python: 17,612; ansic: 14,520; sh: 2,265; yacc: 858; perl: 481; makefile: 478; lex: 94; sql: 74; csh: 6
file content (59 lines) | stat: -rw-r--r-- 2,311 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!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">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">&copy; Copyright <A HREF="http://www.kangaroologic.com" TARGET="_top">Jonathan Turkanis</A>, 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_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>