functions.html 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <HTML>
  3. <HEAD>
  4. <TITLE>Iostreams Library Functions</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">Iostreams Library Functions</H1>
  15. <HR CLASS="banner">
  16. <!-- End Banner -->
  17. <H4>Functions</H4>
  18. <DL CLASS="page-index">
  19. <DT><A href="../classes/back_inserter.html#synopsis"><CODE>back_inserter</CODE></A></DT>
  20. <DT><A href="close.html"><CODE>close</CODE></A></DT>
  21. <DT><A href="combine.html"><CODE>combine</CODE></A></DT>
  22. <DT><A href="compose.html"><CODE>compose</CODE></A></DT>
  23. <DT><A href="copy.html"><CODE>copy</CODE></A></DT>
  24. <DT><A href="flush.html"><CODE>flush</CODE></A></DT>
  25. <DT><A href="get.html"><CODE>get</CODE></A></DT>
  26. <DT><A href="imbue.html"><CODE>imbue</CODE></A></DT>
  27. <DT><A href="invert.html"><CODE>invert</CODE></A></DT>
  28. <DT><A href="positioning.html#offset_to_position"><CODE>offset_to_position</CODE></A></DT>
  29. <DT><A href="optimal_buffer_size.html"><CODE>optimal_buffer_size</CODE></A></DT>
  30. <DT><A href="positioning.html#position_to_offset"><CODE>position_to_offset</CODE></A></DT>
  31. <DT><A href="put.html"><CODE>put</CODE></A></DT>
  32. <DT><A href="putback.html"><CODE>putback</CODE></A></DT>
  33. <DT><A href="read.html"><CODE>read</CODE></A></DT>
  34. <DT><A href="restrict.html"><CODE>restrict</CODE></A></DT>
  35. <DT><A href="seek.html"><CODE>seek</CODE></A></DT>
  36. <DT><A href="tee.html"><CODE>tee</CODE></A></DT>
  37. <DT><A href="filter_test.html#test_pair"><CODE>test_filter_pair</CODE></A></DT>
  38. <DT><A href="filter_test.html#test_input"><CODE>test_input_filter</CODE></A></DT>
  39. <DT><A href="filter_test.html#test_output"><CODE>test_output_filter</CODE></A></DT>
  40. <DT><A href="write.html"><CODE>write</CODE></A></DT>
  41. </DL>
  42. <HR STYLE="margin-top:1em">
  43. <!-- Begin Footer -->
  44. <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>)
  45. </P>
  46. <!-- End Footer -->
  47. </BODY>