| 
                Last change
                  on this file since 29 was
                  29,
                  checked in by landauf, 17 years ago
           | 
        
        
          | 
               
updated boost from 1_33_1 to 1_34_1 
 
           | 
        
        | 
            File size:
            2.0 KB
           | 
      
      
        
  | Line |   | 
|---|
| 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/html/images/prev.png'></A> | 
|---|
| 21 |     <A HREF='guide.html'><IMG BORDER=0 WIDTH=19 HEIGHT=19 SRC='../../../../doc/html/images/up.png'></A> | 
|---|
| 22 |     <A HREF='exceptions.html'><IMG BORDER=0 WIDTH=19 HEIGHT=19 SRC='../../../../doc/html/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="../../../../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 | <P CLASS="copyright">Revised | 
|---|
| 44 | <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan --> | 
|---|
| 45 | 20 May, 2004 | 
|---|
| 46 | <!--webbot bot="Timestamp" endspan i-checksum="38504" --> | 
|---|
| 47 | </P> | 
|---|
| 48 |  | 
|---|
| 49 | <P CLASS="copyright">© Copyright <A HREF="http://www.kangaroologic.com" TARGET="_top">Jonathan Turkanis</A>, 2004</P> | 
|---|
| 50 | <P CLASS="copyright">  | 
|---|
| 51 |     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>) | 
|---|
| 52 | </P> | 
|---|
| 53 |  | 
|---|
| 54 | <!-- End Footer --> | 
|---|
| 55 |  | 
|---|
| 56 | </BODY> | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.