multi_character.html 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <HTML>
  3. <HEAD>
  4. <TITLE>Multi-Character Filter</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">Multi-Character Filter</H1>
  11. <HR CLASS="banner">
  12. <!-- End Banner -->
  13. <H2>Description</H2>
  14. <P><A HREF="filter.html">Filter</A> which provides access to its controlled sequence or sequences several characters at a time. The difference between a Filter which is Multi-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>
  15. <H2>Refinement of</H2>
  16. <P><A HREF="filter.html">Filter</A>.</P>
  17. <A NAME="types"></A>
  18. <H2>Associated Types</H2>
  19. <P>Same as <A HREF="filter.html#types">Filter</A>, with the following additional requirements:</P>
  20. <TABLE CELLPADDING="5" BORDER="1">
  21. <TR><TD>Category</TD><TD>A type convertible to <A HREF="../guide/traits.html#category_tags"><CODE>filter_tag</CODE></A> and to <A HREF="../guide/traits.html#category_tags"><CODE>multichar_tag</CODE></A></TD></TR>
  22. </TABLE>
  23. <A NAME="expressions"></A>
  24. <H2>Valid Expressions / Semantics</H2>
  25. <P>Same as <A HREF="filter.html">Filter</A>.</P>
  26. <H2>Models</H2>
  27. <UL>
  28. <LI>The compression and decompression Filters
  29. <LI><A HREF="../classes/regex_filter.html"><CODE>basic_regex_filter</CODE></A>
  30. <LI><A HREF="../classes/aggregate.html"><CODE>aggregate_filter</CODE></A>
  31. <LI><A HREF="../classes/symmetric_filter.html"><CODE>symmetric_filter</CODE></A>
  32. </UL>
  33. <!-- Begin Footer -->
  34. <HR>
  35. <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>
  36. <P CLASS="copyright">
  37. 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>)
  38. </P>
  39. <!-- End Footer -->
  40. </BODY>