index.html 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
  4. <title>Asio</title>
  5. <link rel="stylesheet" href="boostbook.css" type="text/css">
  6. <meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
  7. <link rel="home" href="index.html" title="Asio">
  8. <link rel="next" href="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><td valign="top"><img alt="asio C++ library" width="250" height="60" src="asio.png"></td></tr></table>
  12. <hr>
  13. <div class="spirit-nav"><a accesskey="n" href="asio/overview.html"><img src="next.png" alt="Next"></a></div>
  14. <div class="chapter">
  15. <div class="titlepage"><div>
  16. <div><h2 class="title">
  17. <a name="asio"></a>Asio</h2></div>
  18. <div><p class="copyright">Copyright &#169; 2003-2014 Christopher M. Kohlhoff</p></div>
  19. <div><div class="legalnotice">
  20. <a name="asio.legal"></a><p>
  21. Distributed under the Boost Software License, Version 1.0. (See accompanying
  22. 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>)
  23. </p>
  24. </div></div>
  25. </div></div>
  26. <p>
  27. Asio is a cross-platform C++ library for network and low-level I/O programming
  28. that provides developers with a consistent asynchronous model using a modern
  29. C++ approach.
  30. </p>
  31. <div class="variablelist">
  32. <p class="title"><b></b></p>
  33. <dl>
  34. <dt><span class="term"> <a class="link" href="asio/overview.html" title="Overview">Overview</a> </span></dt>
  35. <dd><p>
  36. An overview of the features included in Asio, plus rationale and design
  37. information.
  38. </p></dd>
  39. <dt><span class="term"> <a class="link" href="asio/using.html" title="Using Asio">Using Asio</a> </span></dt>
  40. <dd><p>
  41. How to use Asio in your applications. Includes information on library dependencies
  42. and supported platforms.
  43. </p></dd>
  44. <dt><span class="term"> <a class="link" href="asio/tutorial.html" title="Tutorial">Tutorial</a> </span></dt>
  45. <dd><p>
  46. A tutorial that introduces the fundamental concepts required to use Asio,
  47. and shows how to use Asio to develop simple client and server programs.
  48. </p></dd>
  49. <dt><span class="term"> <a class="link" href="asio/examples.html" title="Examples">Examples</a> </span></dt>
  50. <dd><p>
  51. Examples that illustrate the use of Asio in more complex applications.
  52. </p></dd>
  53. <dt><span class="term"> <a class="link" href="asio/reference.html" title="Reference">Reference</a> </span></dt>
  54. <dd><p>
  55. Detailed class and function reference.
  56. </p></dd>
  57. <dt><span class="term"> <a class="link" href="asio/history.html" title="Revision History">Revision History</a> </span></dt>
  58. <dd><p>
  59. Log of Asio changes made in each release.
  60. </p></dd>
  61. <dt><span class="term"> <a class="link" href="asio/index.html">Index</a> </span></dt>
  62. <dd><p>
  63. Book-style text index of Asio documentation.
  64. </p></dd>
  65. </dl>
  66. </div>
  67. </div>
  68. <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
  69. <td align="left"><p><small>Last revised: May 05, 2014 at 02:40:55 GMT</small></p></td>
  70. <td align="right"><div class="copyright-footer"></div></td>
  71. </tr></table>
  72. <hr>
  73. <div class="spirit-nav"><a accesskey="n" href="asio/overview.html"><img src="next.png" alt="Next"></a></div>
  74. </body>
  75. </html>