[29] | 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"><boost/io_fwd.hpp></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"><boost/io/ios_state.hpp></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 |
---|
| 55 | Boost headers. This sub-library should contain various items to use |
---|
| 56 | with/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, |
---|
| 63 | modification, and distribution are subject to the Boost Software |
---|
| 64 | License, Version 1.0. (See accompanying file <a |
---|
| 65 | href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or a copy at <<a |
---|
| 66 | href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</a>>.)</p> |
---|
| 67 | </body> |
---|
| 68 | </html> |
---|