macros.html 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <HTML>
  3. <HEAD>
  4. <TITLE>Iostreams Library Macros</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 Macros</H1>
  15. <HR CLASS="banner">
  16. <!-- End Banner -->
  17. <H4>Macros</H4>
  18. <DL CLASS="page-index">
  19. <DT><A href="workarounds.html#ios"><CODE>BOOST_IOS</CODE></A></DT>
  20. <DT><A href="workarounds.html#streams"><CODE>BOOST_IOSTREAMS_BASIC_ISTREAM</CODE></A></DT>
  21. <DT><A href="workarounds.html#ios"><CODE>BOOST_IOSTREAMS_BASIC_IOS</CODE></A></DT>
  22. <DT><A href="workarounds.html#streams"><CODE>BOOST_IOSTREAMS_BASIC_IOSTREAM</CODE></A></DT>
  23. <DT><A href="workarounds.html#streams"><CODE>BOOST_IOSTREAMS_BASIC_OSTREAM</CODE></A></DT>
  24. <DT><A href="workarounds.html#streambufs"><CODE>BOOST_IOSTREAMS_BASIC_STREAMBUF</CODE></A></DT>
  25. <DT><A href="workarounds.html#char_traits"><CODE>BOOST_IOSTREAMS_CHAR_TRAITS</CODE></A></DT>
  26. <DT><A href="workarounds.html#component_access"><CODE>BOOST_IOSTREAMS_COMPONENT</CODE></A></DT>
  27. <DT><A href="workarounds.html#component_access"><CODE>BOOST_IOSTREAMS_COMPONENT_TYPE</CODE></A></DT>
  28. <DT><A href="buffer_sizes.html"><CODE>BOOST_IOSTREAMS_DEFAULT_DEVICE_BUFFER_SIZE</CODE></A></DT>
  29. <DT><A href="buffer_sizes.html"><CODE>BOOST_IOSTREAMS_DEFAULT_FILTER_BUFFER_SIZE</CODE></A></DT>
  30. <DT><A href="buffer_sizes.html"><CODE>BOOST_IOSTREAMS_DEFAULT_PBACK_BUFFER_SIZE</CODE></A></DT>
  31. <DT><A href="workarounds.html#ios"><CODE>BOOST_IOSTREAMS_FAILURE</CODE></A></DT>
  32. <DT><A href="../guide/pipelines.html#boost_iostreams_pipable"><CODE>BOOST_IOSTREAMS_PIPABLE</CODE></A></DT>
  33. <DT><A href="workarounds.html#streambufs"><CODE>BOOST_IOSTREAMS_PUBSEEKOFF</CODE></A></DT>
  34. <DT><A href="workarounds.html#streambufs"><CODE>BOOST_IOSTREAMS_PUBSEEKPOS</CODE></A></DT>
  35. <DT><A href="workarounds.html#streambufs"><CODE>BOOST_IOSTREAMS_PUBSYNC</CODE></A></DT>
  36. </DL>
  37. <HR STYLE="margin-top:1em">
  38. <!-- Begin Footer -->
  39. <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>)
  40. </P>
  41. <!-- End Footer -->
  42. </BODY>