]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/iostreams/doc/guide/views.html
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / iostreams / doc / guide / views.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <HTML>
3 <HEAD>
4 <TITLE>Views</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">User's Guide</H1>
13 <HR CLASS="banner">
14
15 <!-- End Banner -->
16
17 <!-- Begin Nav -->
18
19 <DIV CLASS='nav'>
20 <A HREF='pipelines.html'><IMG BORDER=0 WIDTH=19 HEIGHT=19 SRC='../../../../doc/src/images/prev.png'></A>
21 <A HREF='guide.html'><IMG BORDER=0 WIDTH=19 HEIGHT=19 SRC='../../../../doc/src/images/up.png'></A>
22 <A HREF='exceptions.html'><IMG BORDER=0 WIDTH=19 HEIGHT=19 SRC='../../../../doc/src/images/next.png'></A>
23 </DIV>
24
25 <!-- End Nav -->
26
27 <A NAME="overview"></A>
28 <H2>3.9 Views</H2>
29
30 <HR STYLE="margin-top:1em">
31
32 <P>
33 Boost.Iostreams provides a number of templates for combining one or more <A HREF="../concepts/filter.html">Filters</A> or <A HREF="../concepts/device.html">Devices</A> to produce a Filter or Device that performs i/o by delegating to the given components in a straightforward way. Each view consists of a class template, whose template parameters represnt the component Filters and Devices, together with an <A HREF="http://www.boost.org/more/generic_programming.html#object_generator">object generator</A>.
34 </P>
35
36 <P>
37 The views provided with Boost.Iostreams are summarized in the <A HREF="../quick_reference.html#views">Quick Reference</A>.
38 </P>
39
40 <!-- Begin Footer -->
41
42 <HR>
43
44 <P CLASS="copyright">&copy; Copyright 2008 <a href="http://www.coderage.com/" target="_top">CodeRage, LLC</a><br/>&copy; Copyright 2004-2007 <a href="http://www.coderage.com/turkanis/" target="_top">Jonathan Turkanis</a></P>
45 <P CLASS="copyright">
46 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>)
47 </P>
48
49 <!-- End Footer -->
50
51 </BODY>