mirror of
https://github.com/boostorg/iostreams.git
synced 2026-02-22 15:32:20 +00:00
64 lines
2.2 KiB
HTML
Executable File
64 lines
2.2 KiB
HTML
Executable File
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE>Mutli-Character Filter</TITLE>
|
|
<LINK REL='stylesheet' HREF='../../../../boost.css'>
|
|
<LINK REL='stylesheet' HREF='../theme/iostreams.css'>
|
|
</HEAD>
|
|
<BODY>
|
|
|
|
<!-- Begin Banner -->
|
|
|
|
<H1 CLASS='title'>Mutli-Character Filter</H1>
|
|
<HR CLASS='banner'>
|
|
|
|
<!-- End Banner -->
|
|
|
|
<H2>Description</H2>
|
|
|
|
<P><A HREF='filter.html'>Filter</A> which provides access to its controlled sequence or sequences <I>via</I> a socket-like interface rather than one character at a time. The difference between a Filter which is Mutli-Character and one which is not is reflected in the specifications of the various Filter refinements. <I>See</I>, <I>e.g.</I>, <A HREF="input_filter.html">InputFilter</A> and <A HREF="output_filter.html">OutputFilter</A>.</P>
|
|
|
|
<H2>Refinement of</H2>
|
|
|
|
<P><A HREF='filter.html'>Filter</A>.</P>
|
|
|
|
<A NAME='types'></A>
|
|
<H2>Associated Types</H2>
|
|
|
|
<P>Same as <A HREF='filter.html#types'>Filter</A>, with the following additional requirements:</P>
|
|
|
|
<TABLE CELLPADDING='5' BORDER='1'>
|
|
<TR><TD>Category</TD><TD>A type convertible to <A HREF="../traits.html#category_tags">filter_tag</A> and to <A HREF="../traits.html#category_tags">multichar_tag</A></TD></TR>
|
|
</TABLE>
|
|
|
|
<A NAME='expressions'></A>
|
|
<H2>Valid Expressions / Semantics</H2>
|
|
|
|
<P>Same as <A HREF='filter.html'>Filter</A>.</P>
|
|
|
|
<H2>Models</H2>
|
|
|
|
<UL>
|
|
<LI>The <A HREF='../compression.html'>Compression/Decompression Filters</A>
|
|
<LI><A HREF='../classes/regex_filter.html'><CODE>basic_regex_filter</CODE></A>
|
|
<LI><A HREF='../classes/one_step_filter.html'><CODE>one_step_filter</CODE></A>
|
|
<LI><A HREF='../classes/symmetric_filter_adapter.html'><CODE>symmetric_filter_adapter</CODE></A>
|
|
</UL>
|
|
|
|
<!-- 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'>© Copyright Jonathan Turkanis, 2004</P>
|
|
<P CLASS='copyright'>
|
|
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>)
|
|
</P>
|
|
|
|
<!-- End Footer -->
|
|
|
|
</BODY> |