Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/iostreams/doc/macros/macros.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.8 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<HTML>
3<HEAD>
4    <TITLE>Iostreams Library Macros</TITLE>
5    <LINK REL="stylesheet" HREF="../../../../boost.css">
6    <LINK REL="stylesheet" HREF="../theme/iostreams.css">
7</HEAD>
8<STYLE> 
9    DT A { /*text-decoration:none*/ } 
10    LI A { /*text-decoration:none;*/ font: 80% Verdana, Tahoma, Arial, Helvetica, sans-serif }
11</STYLE>
12<BODY>
13
14<!-- Begin Banner -->
15
16    <H1 CLASS="title">Iostreams Library Macros</H1>
17    <HR CLASS="banner">
18
19<!-- End Banner -->
20
21    <H4>Macros</H4>
22
23    <DL CLASS="page-index">
24      <DT><A href="workarounds.html#ios"><CODE>BOOST_IOS</CODE></A></DT>
25      <DT><A href="workarounds.html#streams"><CODE>BOOST_IOSTREAMS_BASIC_ISTREAM</CODE></A></DT>
26      <DT><A href="workarounds.html#ios"><CODE>BOOST_IOSTREAMS_BASIC_IOS</CODE></A></DT>
27      <DT><A href="workarounds.html#streams"><CODE>BOOST_IOSTREAMS_BASIC_IOSTREAM</CODE></A></DT>
28      <DT><A href="workarounds.html#streams"><CODE>BOOST_IOSTREAMS_BASIC_OSTREAM</CODE></A></DT>
29      <DT><A href="workarounds.html#streambufs"><CODE>BOOST_IOSTREAMS_BASIC_STREAMBUF</CODE></A></DT>
30      <DT><A href="workarounds.html#char_traits"><CODE>BOOST_IOSTREAMS_CHAR_TRAITS</CODE></A></DT>
31      <DT><A href="workarounds.html#component_access"><CODE>BOOST_IOSTREAMS_COMPONENT</CODE></A></DT>
32      <DT><A href="workarounds.html#component_access"><CODE>BOOST_IOSTREAMS_COMPONENT_TYPE</CODE></A></DT>
33      <DT><A href="buffer_sizes.html"><CODE>BOOST_IOSTREAMS_DEFAULT_DEVICE_BUFFER_SIZE</CODE></A></DT>
34      <DT><A href="buffer_sizes.html"><CODE>BOOST_IOSTREAMS_DEFAULT_FILTER_BUFFER_SIZE</CODE></A></DT>
35      <DT><A href="buffer_sizes.html"><CODE>BOOST_IOSTREAMS_DEFAULT_PBACK_BUFFER_SIZE</CODE></A></DT>
36      <DT><A href="workarounds.html#ios"><CODE>BOOST_IOSTREAMS_FAILURE</CODE></A></DT>
37      <DT><A href="../guide/pipelines.html#boost_iostreams_pipable"><CODE>BOOST_IOSTREAMS_PIPABLE</CODE></A></DT>
38      <DT><A href="workarounds.html#streambufs"><CODE>BOOST_IOSTREAMS_PUBSEEKOFF</CODE></A></DT>
39      <DT><A href="workarounds.html#streambufs"><CODE>BOOST_IOSTREAMS_PUBSEEKPOS</CODE></A></DT>
40      <DT><A href="workarounds.html#streambufs"><CODE>BOOST_IOSTREAMS_PUBSYNC</CODE></A></DT>
41    </DL>
42
43<HR STYLE="margin-top:1em">
44
45<!-- Begin Footer -->
46
47<P STYLE="margin-top:2em" CLASS="copyright">Revised
48<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->
4920 May, 2004
50<!--webbot bot="Timestamp" endspan i-checksum="38504" -->
51</P>
52
53<P CLASS="copyright">&copy; Copyright <A HREF="http://www.kangaroologic.com" TARGET="_top">Jonathan Turkanis</A>, 2004. 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>)
54</P>
55
56<!-- End Footer -->
57
58</BODY>
Note: See TracBrowser for help on using the repository browser.