reference.html 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <HTML>
  3. <HEAD>
  4. <TITLE>Iostreams Library Reference</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. <!-- Begin Banner -->
  14. <H1 CLASS="title">Reference</H1>
  15. <HR CLASS="banner">
  16. <!-- End Banner -->
  17. <H2>4. Reference</H2>
  18. <P>
  19. 4.1. <A href="concepts/concepts.html">Concepts</A><BR>
  20. 4.2. <A href="classes/classes.html">Classes</A><BR>
  21. 4.3. <A href="functions/functions.html">Functions</A><BR>
  22. 4.4. <A href="macros/macros.html">Macros</A>
  23. </P>
  24. <!-- Begin Footer -->
  25. <HR>
  26. <P CLASS="copyright">&copy; Copyright 2008 <a href="http://www.coderage.com/" target="_top">CodeRage, LLC</a><br/>&copy; Copyright 2004-2007 <a href="https://www.boost.org/users/people/jonathan_turkanis.html" target="_top">Jonathan Turkanis</a><br/>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>)
  27. </P>
  28. <!-- End Footer -->
  29. </BODY>