libraries.htm 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type"
  4. content="text/html; charset=iso-8859-1">
  5. <meta name="ProgId" content="FrontPage.Editor.Document">
  6. <meta name="Microsoft Border" content="none, default">
  7. <meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
  8. <title>Libraries</title>
  9. </head>
  10. <body bgcolor="#FFFFFF" text="#000000">
  11. <table border="1" cellpadding="2" bgcolor="#007F7F">
  12. <tr>
  13. <td bgcolor="#FFFFFF"><img src="c++boost.gif"
  14. alt="c++boost.gif (8819 bytes)" width="277" height="86"></td>
  15. <td><a href="index.htm"><font color="#FFFFFF" size="4"
  16. face="Arial">Home</font></a></td>
  17. <td><a href="libraries.htm"><font color="#FFFFFF"
  18. size="4" face="Arial">Libraries</font></a></td>
  19. <td><a href="people.htm"><font color="#FFFFFF" size="4"
  20. face="Arial">People</font></a></td>
  21. <td><a href="more/faq.htm"><font color="#FFFFFF" size="4"
  22. face="Arial">FAQ</font></a></td>
  23. <td><a href="more/index.htm"><font color="#FFFFFF"
  24. size="4" face="Arial">More</font></a></td>
  25. </tr>
  26. </table>
  27. <h1>Boost Libraries</h1>
  28. <ul>
  29. <li><a href="libs/array/index.htm">array</a> - STL compliant
  30. container wrapper for arrays of constant size from
  31. Nicolai Josuttis.</li>
  32. <li><a href="libs/compose/index.htm">compose</a> - functional
  33. composition adapters for the STL from Nicolai Josuttis.</li>
  34. <li><a href="libs/dir_it/index.htm">dir_it</a> - a set of
  35. file system directory level iterators from Dietmar Kühl.</li>
  36. <li><a href="libs/functional/index.html">functional</a> -
  37. enhanced function object adaptors from Mark Rodgers.</li>
  38. <li><a href="libs/integer/index.htm">integer</a> - headers
  39. for dealing with integral types.</li>
  40. <li><a href="libs/random/index.html">random</a> - a complete
  41. system for random number generation from Jens Maurer.</li>
  42. <li><a href="libs/rational/index.html">rational</a> - a
  43. rational number class from Paul Moore.</li>
  44. <li><a href="libs/regex/index.htm">regex</a> - regular
  45. expression library from John Maddock.</li>
  46. <li><a href="libs/smart_ptr/index.htm">smart_ptr</a> - four
  47. smart pointer classes from Greg Colvin and Beman Dawes.</li>
  48. <li><a href="libs/timer/index.htm">timer</a> - event timer,
  49. progress timer, and progress display classes from Beman
  50. Dawes</li>
  51. <li><a href="libs/utility/index.htm">utility</a> - various
  52. utility classes and functions: <ul>
  53. <li><a href="libs/utility/call_traits.htm">call_traits</a>
  54. Defines types for passing parameters from John
  55. Maddock, Howard Hinnant, et al.</li>
  56. <li><a href="libs/utility/compressed_pair.htm">compressed_pair</a>
  57. Empty member optimization from John Maddock,
  58. Howard Hinnant, et al.</li>
  59. <li><a href="libs/utility/operators.htm">operators</a>
  60. Templates ease arithmetic classes and iterators
  61. from Dave Abrahams and Jeremy Siek</li>
  62. <li><a href="libs/utility/type_traits.htm">type_traits</a>
  63. Templates for fundamental properties of types
  64. from John Maddock, Steve Cleary, et al.</li>
  65. <li><a href="libs/utility/utility.htm">utility</a>
  66. Class <b>noncopyable</b> plus <b>next()</b> and <b>prior()</b>
  67. template functions from Dave Abrahams</li>
  68. </ul>
  69. </li>
  70. </ul>
  71. <p>See <a href="libs/compiler_status.htm">Compiler Status</a> to
  72. find out what library works with which compiler.</p>
  73. <h2>Obsolete Libraries</h2>
  74. <ul>
  75. <li><a href="libs/min_rand/index.htm">min_rand</a> - a random
  76. number generator class from Beman Dawes. Replaced by <a
  77. href="libs/random/index.html">random</a>.</li>
  78. </ul>
  79. <h2>Beta Libraries</h2>
  80. <ul>
  81. <li><a href="libs/array_traits/index.html">array_traits</a> -
  82. tools to treat built-in arrays more like STL containers
  83. from Dietmar Kühl. Also see <a
  84. href="libs/array/index.htm">array</a>.</li>
  85. <li><a href="libs/utility/cast.htm">casts</a> - cast
  86. templates improve clarity and safety; utility library
  87. contribution from Dave Abrahams and Kevlin Henney.</li>
  88. <li><a href="libs/pri_queue/index.html">heaps</a> - a heap of
  89. priority queues from Dietmar Kühl.</li>
  90. </ul>
  91. <h2><a name="Download">Download</a></h2>
  92. <p>You may <a href="boost_all.zip">download all of boost</a> as a
  93. single ZIP file.&nbsp; As many boost headers include other boost
  94. headers, installing one at at time is painful. This is a first
  95. try at making installation easier.&nbsp;</p>
  96. <p>If you don't already have a ZIP file decoder, download one
  97. from the <a href="http://www.info-zip.org/pub/infozip/">Info-ZIP</a>
  98. web site.</p>
  99. <hr>
  100. <p>Revised <!--webbot bot="Timestamp" startspan s-type="EDITED"
  101. s-format="%d %b %Y" -->21 Sep 2000<!--webbot bot="Timestamp"
  102. i-checksum="14924" endspan --></p>
  103. </body>
  104. </html>
粤ICP备19079148号