index.html 2.0 KB

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