Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/iostreams/doc/guide/text_processing.html @ 29

Last change on this file since 29 was 29, checked in by landauf, 16 years ago

updated boost from 1_33_1 to 1_34_1

File size: 2.2 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<HTML>
3<HEAD>
4    <TITLE>Text Processing Filters</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">Text Processing Filters</H1>
13    <HR CLASS="banner">
14
15<!-- End Banner -->
16
17<DL class="page-index">
18  <DT><A href="#overview">Overview</A></DT>
19  <DT><A href="#headers">Headers</A></DT>
20  <DT><A href="#reference">Reference</A></DT>
21</DL>
22
23<A NAME="overview"></A>
24<H2>Overview</H2>
25
26<P>
27    The Boost Iostreams library provides two types of Filters for text processing: <A href="../classes/regex_filter.html">Regular Expression Filters</A>, which use the  <A HREF="http://www.boost.org/libs/regex" TARGET="_top">Boost Regular Expression Library</A> (<A CLASS="bib_ref" href="../bibliography.html#maddock">[Maddock]</A>) to perform text substitutions, and <A href="../classes/newline_filter.html">Newline Filters</A>, which convert between the text file formats used by various operating systems.
28</P>
29
30<A NAME="headers"></A>
31<H2>Headers</H2>
32
33<DL>
34  <DT><A CLASS="header" href="../../../../boost/iostreams/filter/regex.hpp"><CODE>&lt;boost/iostreams/filter/regex.hpp&gt;</CODE></A></DT>
35  <DT><A CLASS="header" href="../../../../boost/iostreams/filter/newline.hpp"><CODE>&lt;boost/iostreams/filter/newline.hpp&gt;</CODE></A></DT>
36</DL>
37
38<A NAME="reference"></A>
39<H2>Reference</H2>
40
41<DL>
42  <DT><A href="../classes/regex_filter.html">Class template <CODE>basic_regex_filter</CODE></A></DT>
43  <DT><A href="../classes/newline_filter.html">Class template <CODE>basic_newline_filter</CODE></A></DT>
44</DL>
45
46<!-- Begin Footer -->
47
48<HR>
49<P CLASS="copyright">Revised
50<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->
5120 May, 2004
52<!--webbot bot="Timestamp" endspan i-checksum="38504" -->
53</P>
54
55<P CLASS="copyright">&copy; Copyright <A HREF="http://www.kangaroologic.com" TARGET="_top">Jonathan Turkanis</A>, 2004</P>
56<P CLASS="copyright"> 
57    Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <A HREF="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</A>)
58</P>
59
60<!-- End Footer -->
61
62</BODY>
Note: See TracBrowser for help on using the repository browser.