guide.html 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <HTML>
  3. <HEAD>
  4. <TITLE>Guide</TITLE>
  5. <LINK REL="stylesheet" href="../../../../boost.css">
  6. <LINK REL="stylesheet" href="../theme/iostreams.css">
  7. </HEAD>
  8. <BODY>
  9. <!-- Begin Banner -->
  10. <H1 CLASS="title">User's Guide</H1>
  11. <HR CLASS="banner">
  12. <!-- End Banner -->
  13. <H2>3. User's Guide</H2>
  14. <P>
  15. 3.1 <A href="concepts.html">Concepts</A><BR>
  16. 3.2 <A href="modes.html">Modes</A><BR>
  17. 3.3 <A href="generic_streams.html">Generic Streams and Stream Buffers</A><BR>
  18. 3.4 <A href="filtering_streams.html">Filtering Streams and Stream Buffers</A><BR>
  19. 3.5 <A href="code_conversion.html">Code Conversion</A><BR>
  20. 3.6 <A href="asynchronous.html">Asynchronous and Non-Blocking I/O</A><BR>
  21. 3.7 <A href="lifetimes.html">Object Lifetimes</A><BR>
  22. 3.8 <A href="pipelines.html">Pipelines</A><BR>
  23. 3.9 <A href="views.html">Views</A><BR>
  24. 3.10 <A href="exceptions.html">Exceptions</A><BR>
  25. 3.11 <A href="buffering.html">Buffering</A>
  26. </P>
  27. <!-- Begin Footer -->
  28. <HR>
  29. <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></P>
  30. <P CLASS="copyright">
  31. 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>)
  32. </P>
  33. <!-- End Footer -->
  34. </BODY>