tutorial.html 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. <!-- Begin Banner -->
  10. <H1 CLASS="title">Tutorial</H1>
  11. <HR STYLE='margin-bottom:0'>
  12. <!-- End Banner -->
  13. <H2>2. Tutorial</H2>
  14. <H4>2.1. Writing Devices</H4>
  15. <P>
  16. 2.1.1. <A HREF="writing_devices.html">Overview: Devices, <CODE>stream_buffer</CODE> and <CODE>stream</CODE></A><BR>
  17. 2.1.2. <A HREF="container_source.html">Writing a <CODE>container_source</CODE></A><BR>
  18. 2.1.3. <A HREF="container_sink.html">Writing a <CODE>container_sink</CODE></A><BR>
  19. 2.1.4. <A HREF="container_device.html">Writing a <CODE>container_device</CODE></A><BR>
  20. </P>
  21. <H4>2.2. Writing Filters</H4>
  22. <P>
  23. 2.2.1. <A HREF="writing_filters.html">Overview: InputFilters, OutputFilters and Filter Helpers</A><BR>
  24. 2.2.2. <A HREF="filter_usage.html">Filter Usage Examples</A><BR>
  25. 2.2.3. <A HREF="shell_comments_filters.html">Shell Comments Filters</A><BR>
  26. 2.2.4. <A HREF="line_wrapping_filters.html">Line-Wrapping Filters</A><BR>
  27. 2.2.5. <A HREF="tab_expanding_filters.html">Tab-Expanding Filters</A><BR>
  28. 2.2.6. <A HREF="dictionary_filters.html">Dictionary Filters</A><BR>
  29. 2.2.7. <A HREF="unix2dos_filters.html"><CODE>UNIX</CODE>-to-<CODE>DOS</CODE> Filters</A><BR>
  30. 2.2.8. <A HREF="multichar_filters.html">Multi-Character Filters</A><BR>
  31. 2.2.9. <A HREF="dual_use_filters.html">Dual-Use Filters</A><BR>
  32. 2.2.10. <A HREF="finite_state_filters.html">Finite State Filters</A>
  33. </P>
  34. <!-- Begin Footer -->
  35. <HR>
  36. <P CLASS="copyright">&copy; Copyright 2008 <a href="http://www.coderage.com/" target="_top">CodeRage, LLC</a><br/>&copy; Copyright 2004-2007 <a href="https://www.boost.org/users/people/jonathan_turkanis.html" target="_top">Jonathan Turkanis</a></P>
  37. <P CLASS="copyright">
  38. 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>)
  39. </P>
  40. <!-- End Footer -->
  41. </BODY>