boost_asio.html 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  4. <title>Boost.Asio</title>
  5. <link rel="stylesheet" href="boostbook.css" type="text/css">
  6. <meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
  7. <link rel="home" href="boost_asio.html" title="Boost.Asio">
  8. <link rel="next" href="boost_asio/overview.html" title="Overview">
  9. </head>
  10. <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
  11. <table cellpadding="2" width="100%"><tr>
  12. <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../boost.png"></td>
  13. <td align="center"><a href="../../index.html">Home</a></td>
  14. <td align="center"><a href="../../libs/libraries.htm">Libraries</a></td>
  15. <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
  16. <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
  17. <td align="center"><a href="../../more/index.htm">More</a></td>
  18. </tr></table>
  19. <hr>
  20. <div class="spirit-nav"><a accesskey="n" href="boost_asio/overview.html"><img src="../../doc/html/images/next.png" alt="Next"></a></div>
  21. <div class="chapter" lang="en">
  22. <div class="titlepage"><div>
  23. <div><h2 class="title">
  24. <a name="boost_asio"></a>Boost.Asio</h2></div>
  25. <div><div class="author"><h3 class="author">
  26. <span class="firstname">Christopher</span> <span class="surname">Kohlhoff</span>
  27. </h3></div></div>
  28. <div><p class="copyright">Copyright © 2003 - 2008 Christopher M. Kohlhoff</p></div>
  29. <div><div class="legalnotice">
  30. <a name="id607070"></a><p>
  31. Distributed under the Boost Software License, Version 1.0. (See accompanying
  32. file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
  33. </p>
  34. </div></div>
  35. </div></div>
  36. <p>
  37. Boost.Asio is a cross-platform C++ library for network and low-level I/O programming
  38. that provides developers with a consistent asynchronous model using a modern
  39. C++ approach.
  40. </p>
  41. <div class="variablelist">
  42. <p class="title"><b></b></p>
  43. <dl>
  44. <dt><span class="term"> <a class="link" href="boost_asio/overview.html" title="Overview">Overview</a>
  45. </span></dt>
  46. <dd><p>
  47. An overview of the features included in Boost.Asio, plus rationale and design
  48. information.
  49. </p></dd>
  50. <dt><span class="term"> <a class="link" href="boost_asio/using.html" title="Using Boost.Asio">Using Boost.Asio</a>
  51. </span></dt>
  52. <dd><p>
  53. How to use Boost.Asio in your applications. Includes information on library
  54. dependencies and supported platforms.
  55. </p></dd>
  56. <dt><span class="term"> <a class="link" href="boost_asio/tutorial.html" title="Tutorial">Tutorial</a>
  57. </span></dt>
  58. <dd><p>
  59. A tutorial that introduces the fundamental concepts required to use Boost.Asio,
  60. and shows how to use Boost.Asio to develop simple client and server programs.
  61. </p></dd>
  62. <dt><span class="term"> <a class="link" href="boost_asio/examples.html" title="Examples">Examples</a>
  63. </span></dt>
  64. <dd><p>
  65. Examples that illustrate the use of Boost.Asio in more complex applications.
  66. </p></dd>
  67. <dt><span class="term"> <a class="link" href="boost_asio/reference.html" title="Reference">Reference</a>
  68. </span></dt>
  69. <dd><p>
  70. Detailed class and function reference.
  71. </p></dd>
  72. <dt><span class="term"> <a class="link" href="boost_asio/index.html">Index</a>
  73. </span></dt>
  74. <dd><p>
  75. Book-style text index of Boost.Asio documentation.
  76. </p></dd>
  77. </dl>
  78. </div>
  79. </div>
  80. <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
  81. <td align="left"><p><small>Last revised: December 06, 2008 at 21:03:47 GMT</small></p></td>
  82. <td align="right"><div class="copyright-footer"></div></td>
  83. </tr></table>
  84. <hr>
  85. <div class="spirit-nav"><a accesskey="n" href="boost_asio/overview.html"><img src="../../doc/html/images/next.png" alt="Next"></a></div>
  86. </body>
  87. </html>
粤ICP备19079148号