Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/io/doc/index.html @ 33

Last change on this file since 33 was 29, checked in by landauf, 16 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 3.2//EN">
2<html>
3<head>
4<title>Boost I/O Library</title>
5</head>
6
7<body bgcolor="white" text="black">
8<table border="1" bgcolor="teal" cellpadding="2">
9        <tr>
10                <td bgcolor="white"><img src="../../../boost.png"
11                        alt="boost.png (6897 bytes)" width="277"
12                        height="86"></td>
13                <td><a href="../../../index.htm"><font face="Arial"
14                        color="white"><big>Home</big></font></a></td>
15                <td><a href="../../libraries.htm"><font face="Arial"
16                        color="white"><big>Libraries</big></font></a></td>
17                <td><a href="../../../people/people.htm"><font face="Arial"
18                        color="white"><big>People</big></font></a></td>
19                <td><a href="../../../more/faq.htm"><font face="Arial"
20                        color="white"><big>FAQ</big></font></a></td>
21                <td><a href="../../../more/index.htm"><font face="Arial"
22                        color="white"><big>More</big></font></a></td>
23        </tr>
24</table>
25
26<h1>Boost Input/Output Library</h1>
27
28<table border="1" cellpadding="5" align="center">
29        <tr>
30                <th>Header / Docs</th>
31                <th>Contents</th>
32        </tr>
33        <tr>
34                <td align="center">
35                        <code><a href="../../../boost/io_fwd.hpp">&lt;boost/io_fwd.hpp&gt;</a></code>
36                </td>
37                <td valign="top">
38                        Forward declaration header.
39                </td>
40        </tr>
41        <tr>
42                <td align="center">
43                        <code><a href="../../../boost/io/ios_state.hpp">&lt;boost/io/ios_state.hpp&gt;</a></code><br>
44                        <br><a href="ios_state.html">documentation</a>
45                </td>
46                <td valign="top">
47                        State-saving classes for various IOStream attributes.
48                </td>
49        </tr>
50</table>
51
52<h2>Rationale</h2>
53
54<p>The I/O sub-library of Boost helps segregate the large number of
55Boost headers.  This sub-library should contain various items to use
56with/for the standard I/O library.</p>
57
58<hr>
59
60<p>Revised: 26 Feb 2002</p>
61
62<p>Copyright 2002 <a href="http://www.boost.org/">Boost.org</a>.  Use,
63modification, and distribution are subject to the Boost Software
64License, Version 1.0.  (See accompanying file <a
65href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or a copy at &lt;<a
66href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</a>&gt;.)</p>
67</body>
68</html>
Note: See TracBrowser for help on using the repository browser.