libraries.htm 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {{! This is a template for the library list. See the generated file at:
  2. http://www.boost.org/doc/libs/develop/libs/libraries.htm
  3. }}
  4. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  5. <html>
  6. <head>
  7. <meta http-equiv="Content-Type"
  8. content="text/html; charset=iso-8859-1">
  9. <meta name="ProgId" content="FrontPage.Editor.Document">
  10. <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
  11. <title>Boost Libraries</title>
  12. <link rel="stylesheet" href="../doc/src/boostbook.css" type="text/css" />
  13. </head>
  14. <body bgcolor="#FFFFFF" text="#000000">
  15. <table border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111">
  16. <tr>
  17. <td width="277">
  18. <a href="../index.html">
  19. <img src="../boost.png" alt="boost.png (6897 bytes)" align="middle" width="277" height="86" border="0"></a></td>
  20. <td width="337" align="middle">
  21. <font size="7">Libraries</font>
  22. </td>
  23. </tr>
  24. </table>
  25. <table border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" bgcolor="#D7EEFF" height="26" width="673">
  26. <tr>
  27. <td height="16" width="663"><a href="../more/getting_started/index.html">Getting Started</a>&nbsp;&nbsp;<font color="#FFFFFF">&nbsp;
  28. </font>&nbsp;&nbsp;&nbsp;&nbsp; <a href="../tools/index.html">Tools&nbsp;</a>&nbsp;<font color="#FFFFFF">&nbsp;
  29. </font>&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://www.boost.org">Web Site</a>&nbsp;&nbsp;<font color="#FFFFFF">&nbsp;
  30. </font>&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://www.boost.org/users/news/">News</a>&nbsp;&nbsp;<font color="#FFFFFF">&nbsp;
  31. </font>&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://www.boost.org/community/">Community</a>&nbsp;&nbsp;<font color="#FFFFFF">&nbsp;
  32. </font>&nbsp;&nbsp;&nbsp;&nbsp;
  33. <a href="http://www.boost.org/users/faq.html">FAQ</a>&nbsp;&nbsp;<font color="#FFFFFF">&nbsp;
  34. </font>&nbsp;&nbsp;&nbsp;&nbsp; <a href="../more/index.htm">More Info</a></td>
  35. </tr>
  36. </table>
  37. <dl>
  38. <dt><a href="#Alphabetically">Libraries Listed Alphabetically</a></dt>
  39. <dt><a href="#Category">Libraries Listed by Category</a></dt>
  40. <dl>
  41. {{#categorized}}
  42. <dt><a href="#{{name}}">{{title}}</a></dt>
  43. {{/categorized}}
  44. </dl>
  45. <dt><a href="#Removed">Libraries Retired from Boost</a></dt>
  46. </dl>
  47. <p>See <a href="../more/getting_started.html">Getting Started</a> page to find out
  48. how to download, build, and install the libraries.</p>
  49. <hr>
  50. <h2>Libraries Listed <a name="Alphabetically">Alphabetically</a></h2>
  51. <ul>
  52. {{#alphabetic}}
  53. <li><a href="{{link}}">{{name}}</a> - {{description}}{{#authors}}, from {{authors}}{{/authors}}</li>
  54. {{/alphabetic}}
  55. </ul>
  56. <hr>
  57. <h2>Libraries Listed by <a name="Category">Category</a></h2>
  58. {{#categorized}}
  59. <h3><a name="{{name}}">{{title}}</a></h3>
  60. <ul>
  61. {{#libraries}}
  62. <li><a href="{{link}}">{{name}}</a> - {{description}}{{#authors}}, from {{authors}}{{/authors}}</li>
  63. {{/libraries}}
  64. </ul>
  65. {{/categorized}}
  66. <p>[Category suggestions from Aleksey Gurtovoy, Beman Dawes and Vicente J. Botet Escrib&aacute;]</p>
  67. <hr>
  68. <h2>Libraries <a name="Removed">Retired</a> from Boost</h2>
  69. <ul>
  70. <li>compose - Functional composition adapters for the STL,
  71. from Nicolai Josuttis. Removed in Boost version 1.32.
  72. Please use <a href="bind/bind.html">Bind</a> or <a
  73. href="lambda/index.html">Lambda</a> instead.</li>
  74. <li>signals (v1) - Managed signals and slots callback implementation, from
  75. Doug Gregor. Removed in Boost version 1.69. Please use
  76. <a href="signals2/index.html">Signals2</a> instead.</li>
  77. </ul>
  78. <hr>
  79. <p>Revised
  80. <!--webbot bot="Timestamp" s-type="EDITED"
  81. s-format="%d %b %Y" startspan -->19 Feb 2015<!--webbot bot="Timestamp" endspan i-checksum="14409" --></p>
  82. <p>&copy; Copyright Beman Dawes 2000-2004</p>
  83. <p>Distributed under the Boost Software License, Version 1.0.
  84. (See file <a href="../LICENSE_1_0.txt">LICENSE_1_0.txt</a>
  85. or <a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)
  86. </p>
  87. </body>
  88. </html>
粤ICP备19079148号