boost.xml 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE boostbook PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN"
  3. "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
  4. <boostbook xmlns:xi="http://www.w3.org/2001/XInclude"
  5. last-revision="$Date$">
  6. <title>The Boost C++ Libraries</title>
  7. <part id="libraries">
  8. <title>The Boost C++ Libraries</title>
  9. <para>
  10. Documentation for some libraries is available in alternative formats:
  11. <itemizedlist>
  12. <listitem>
  13. <simpara><ulink url="http://www.boost.org/doc/boost-doc-html.tar.gz">HTML (tarred, gzipped)</ulink></simpara>
  14. </listitem>
  15. <listitem>
  16. <simpara><ulink url="http://www.boost.org/doc/boost.pdf">PDF</ulink></simpara>
  17. </listitem>
  18. <listitem>
  19. <simpara>
  20. <ulink url="http://www.boost.org/doc/boost-doc-man.tar.gz">Unix man pages</ulink>
  21. </simpara>
  22. </listitem>
  23. <listitem>
  24. <simpara><ulink url="../boost.docbook">DocBook</ulink></simpara>
  25. </listitem>
  26. <listitem>
  27. <simpara>
  28. <ulink url="../boost.fo">XSL Formatting Objects</ulink>
  29. </simpara>
  30. </listitem>
  31. </itemizedlist>
  32. </para>
  33. <section>
  34. <title>Libraries Listed Alphabetically</title>
  35. <librarylist/>
  36. </section>
  37. <section>
  38. <title>Libraries Listed by Category</title>
  39. <librarycategorylist>
  40. <librarycategorydef name="category:string-text">
  41. String and text processing
  42. </librarycategorydef>
  43. <librarycategorydef name="category:containers">
  44. Containers
  45. </librarycategorydef>
  46. <librarycategorydef name="category:iterators">
  47. Iterators
  48. </librarycategorydef>
  49. <librarycategorydef name="category:algorithms">
  50. Algorithms
  51. </librarycategorydef>
  52. <librarycategorydef name="category:higher-order">
  53. Function objects and higher-order programming
  54. </librarycategorydef>
  55. <librarycategorydef name="category:generic">
  56. Generic programming
  57. </librarycategorydef>
  58. <librarycategorydef name="category:template">
  59. Template metaprogramming
  60. </librarycategorydef>
  61. <librarycategorydef name="category:preprocessor">
  62. Preprocessor metaprogramming
  63. </librarycategorydef>
  64. <librarycategorydef name="category:concurrent">
  65. Concurrent programming
  66. </librarycategorydef>
  67. <librarycategorydef name="category:math">
  68. Math and numerics
  69. </librarycategorydef>
  70. <librarycategorydef name="category:testing">
  71. Correctness and testing
  72. </librarycategorydef>
  73. <librarycategorydef name="category:data-structures">
  74. Data structures
  75. </librarycategorydef>
  76. <librarycategorydef name="category:io">
  77. Input/Output
  78. </librarycategorydef>
  79. <librarycategorydef name="category:lang">
  80. Inter-language support
  81. </librarycategorydef>
  82. <librarycategorydef name="category:memory">
  83. Memory
  84. </librarycategorydef>
  85. <librarycategorydef name="category:parsing">
  86. Parsing
  87. </librarycategorydef>
  88. <librarycategorydef name="category:misc">
  89. Miscellaneous
  90. </librarycategorydef>
  91. <librarycategorydef name="category:broken">
  92. Broken compiler workarounds
  93. </librarycategorydef>
  94. </librarycategorylist>
  95. </section>
  96. <xi:include href="../../libs/any/doc/any.xml"/>
  97. <xi:include href="../../libs/array/doc/array.xml"/>
  98. <library name="Bind" dirname="bind" html-only="1">
  99. <libraryinfo>
  100. <author>
  101. <firstname>Peter</firstname>
  102. <surname>Dimov</surname>
  103. </author>
  104. <librarypurpose>Generalized binders for function/object/pointers and member functions</librarypurpose>
  105. <librarycategory name="category:higher-order"/>
  106. </libraryinfo>
  107. </library>
  108. <library name="Mem_fn" dirname="bind" html-only="1"
  109. url="../../libs/bind/mem_fn.html">
  110. <libraryinfo>
  111. <author>
  112. <firstname>Peter</firstname>
  113. <surname>Dimov</surname>
  114. </author>
  115. <librarypurpose>Generalized binders for member functions</librarypurpose>
  116. <librarycategory name="category:higher-order"/>
  117. </libraryinfo>
  118. </library>
  119. <library name="Call Traits" dirname="call_traits" html-only="1"
  120. url="../../libs/utility/call_traits.htm">
  121. <libraryinfo>
  122. <author>
  123. <firstname>John</firstname>
  124. <surname>Maddock</surname>
  125. </author>
  126. <author>
  127. <firstname>Howard</firstname>
  128. <surname>Hinnant</surname>
  129. </author>
  130. <librarypurpose>Defines types for passing parameters</librarypurpose>
  131. <librarycategory name="category:generic"/>
  132. </libraryinfo>
  133. </library>
  134. <library name="Compatibility" dirname="compatibility" html-only="1">
  135. <libraryinfo>
  136. <author>
  137. <firstname>Ralf</firstname>
  138. <surname>Grosse-Kunstleve</surname>
  139. </author>
  140. <author>
  141. <firstname>Jens</firstname>
  142. <surname>Maurer</surname>
  143. </author>
  144. <librarypurpose>Help for non-conforming standard libraries</librarypurpose>
  145. <librarycategory name="category:broken"/>
  146. </libraryinfo>
  147. </library>
  148. <library name="Compose" dirname="compose" html-only="1"
  149. url="../../libs/compose/index.htm">
  150. <libraryinfo>
  151. <author>
  152. <firstname>Nicolai</firstname>
  153. <surname>Josuttis</surname>
  154. </author>
  155. <librarypurpose>Functional composition adapters for the STL</librarypurpose>
  156. <librarycategory name="category:higher-order"/>
  157. </libraryinfo>
  158. </library>
  159. <library name="Compressed Pair" dirname="compressed_pair" html-only="1"
  160. url="../../libs/utility/compressed_pair.htm">
  161. <libraryinfo>
  162. <author>
  163. <firstname>John</firstname>
  164. <surname>Maddock</surname>
  165. </author>
  166. <author>
  167. <firstname>Howard</firstname>
  168. <surname>Hinnant</surname>
  169. </author>
  170. <librarypurpose>Empty member optimization</librarypurpose>
  171. <librarycategory name="category:data-structures"/>
  172. <librarycategory name="category:misc"/>
  173. </libraryinfo>
  174. </library>
  175. <library name="Concept Check" dirname="concept_check" html-only="1">
  176. <libraryinfo>
  177. <author>
  178. <firstname>Jeremy</firstname>
  179. <surname>Siek</surname>
  180. </author>
  181. <librarypurpose>Tools for generic programming</librarypurpose>
  182. <librarycategory name="category:generic"/>
  183. <librarycategory name="category:testing"/>
  184. </libraryinfo>
  185. </library>
  186. <xi:include href="../../libs/concept_check/doc/reference/concepts.xml"/>
  187. <library name="Config" dirname="config" html-only="1">
  188. <libraryinfo>
  189. <author>
  190. <firstname>John</firstname>
  191. <surname>Maddock</surname>
  192. </author>
  193. <author>
  194. <firstname>Beman</firstname>
  195. <surname>Dawes</surname>
  196. </author>
  197. <author>
  198. <firstname>Vesa</firstname>
  199. <surname>Karvonen</surname>
  200. </author>
  201. <librarypurpose>Helps boost library developers adapt to compiler idiosyncrasies; not intended for library users</librarypurpose>
  202. <librarycategory name="category:broken"/>
  203. </libraryinfo>
  204. </library>
  205. <library name="Conversion" dirname="conversion" html-only="1"
  206. url="../../libs/conversion/index.html">
  207. <libraryinfo>
  208. <author>
  209. <firstname>Dave</firstname>
  210. <surname>Abrahams</surname>
  211. </author>
  212. <author>
  213. <firstname>Kevlin</firstname>
  214. <surname>Henney</surname>
  215. </author>
  216. <librarypurpose>Numeric, polymorphic, and lexical casts</librarypurpose>
  217. <librarycategory name="category:misc"/>
  218. </libraryinfo>
  219. </library>
  220. <library name="CRC" dirname="crc" html-only="1">
  221. <libraryinfo>
  222. <author>
  223. <firstname>Daryle</firstname>
  224. <surname>Walker</surname>
  225. </author>
  226. <librarypurpose>Cyclic Redundancy Code</librarypurpose>
  227. <librarycategory name="category:misc"/>
  228. </libraryinfo>
  229. </library>
  230. <xi:include href="../../libs/date_time/xmldoc/date_time.xml"/>
  231. <library name="Dynamic Bitset" dirname="dynamic_bitset" html-only="1">
  232. <libraryinfo>
  233. <author>
  234. <firstname>Jeremy</firstname>
  235. <surname>Siek</surname>
  236. </author>
  237. <author>
  238. <firstname>Chuck</firstname>
  239. <surname>Allison</surname>
  240. </author>
  241. <librarypurpose>A runtime sized version of <code>std::bitset</code></librarypurpose>
  242. <librarycategory name="category:containers"/>
  243. </libraryinfo>
  244. </library>
  245. <library name="Format" dirname="format" html-only="1"
  246. url="../../libs/format/index.html">
  247. <libraryinfo>
  248. <author>
  249. <firstname>Samuel</firstname>
  250. <surname>Krempp</surname>
  251. </author>
  252. <librarypurpose>Type-safe 'printf-like' format operations</librarypurpose>
  253. <librarycategory name="category:string-text"/>
  254. <librarycategory name="category:io"/>
  255. </libraryinfo>
  256. </library>
  257. <library name="Filesystem" dirname="filesystem" html-only="1">
  258. <libraryinfo>
  259. <author>
  260. <firstname>Beman</firstname>
  261. <surname>Dawes</surname>
  262. </author>
  263. <librarypurpose>Portable paths, iteration over directories, and other useful filesystem operations</librarypurpose>
  264. <librarycategory name="category:misc"/>
  265. </libraryinfo>
  266. </library>
  267. <xi:include href="../../libs/function/doc/function.xml"/>
  268. <library name="Functional" dirname="functional" html-only="1">
  269. <libraryinfo>
  270. <author>
  271. <firstname>Mark</firstname>
  272. <surname>Rodgers</surname>
  273. </author>
  274. <librarypurpose>Enhanced function object adaptors</librarypurpose>
  275. <librarycategory name="category:higher-order"/>
  276. </libraryinfo>
  277. </library>
  278. <library name="Graph" dirname="graph" html-only="1">
  279. <libraryinfo>
  280. <author>
  281. <firstname>Jeremy</firstname>
  282. <surname>Siek</surname>
  283. </author>
  284. <author>
  285. <firstname>University of Notre Dame</firstname>
  286. <surname>Team</surname>
  287. </author>
  288. <librarypurpose>Generic graph components and algorithms</librarypurpose>
  289. <librarycategory name="category:containers"/>
  290. <librarycategory name="category:iterators"/>
  291. <librarycategory name="category:algorithms"/>
  292. </libraryinfo>
  293. </library>
  294. <library name="Integer" dirname="integer" html-only="1"
  295. url="../../libs/integer/index.html">
  296. <libraryinfo>
  297. <author>
  298. <firstname>various</firstname>
  299. <surname>authors</surname>
  300. </author>
  301. <librarypurpose>Headers to ease dealing with integral types</librarypurpose>
  302. <librarycategory name="category:math"/>
  303. </libraryinfo>
  304. </library>
  305. <library name="Interval" dirname="numeric/interval" html-only="1"
  306. url="../../libs/numeric/interval/doc/index.html">
  307. <libraryinfo>
  308. <author>
  309. <firstname>Guillaume</firstname>
  310. <surname>Melquiond</surname>
  311. </author>
  312. <author>
  313. <firstname>Herv&eacute;</firstname>
  314. <surname>Br&ouml;nnimann</surname>
  315. </author>
  316. <author>
  317. <firstname>Sylvain</firstname>
  318. <surname>Pion</surname>
  319. </author>
  320. <librarypurpose>Extends the usual arithmetic functions to mathematical intervals</librarypurpose>
  321. <librarycategory name="category:math"/>
  322. </libraryinfo>
  323. </library>
  324. <library name="I/O State Savers" dirname="io" html-only="1">
  325. <libraryinfo>
  326. <author>
  327. <firstname>Daryle</firstname>
  328. <surname>Walker</surname>
  329. </author>
  330. <librarypurpose>Save I/O state to prevent jumbled data</librarypurpose>
  331. <librarycategory name="category:io"/>
  332. </libraryinfo>
  333. </library>
  334. <library name="Iterator Adaptors" dirname="utility" html-only="1"
  335. url="../../libs/utility/iterator_adaptors.htm">
  336. <libraryinfo>
  337. <author>
  338. <firstname>Dave</firstname>
  339. <surname>Abrahams</surname>
  340. </author>
  341. <author>
  342. <firstname>Jeremy</firstname>
  343. <surname>Siek</surname>
  344. </author>
  345. <author>
  346. <firstname>John</firstname>
  347. <surname>Potter</surname>
  348. </author>
  349. <librarypurpose>Adapt a base type into a standard conforming iterator</librarypurpose>
  350. <librarycategory name="category:iterators"/>
  351. </libraryinfo>
  352. </library>
  353. <xi:include href="../../libs/lambda/doc/lambda.xml"/>
  354. <library name="Math" dirname="math" html-only="1">
  355. <libraryinfo>
  356. <author>
  357. <firstname>various</firstname>
  358. <surname>authors</surname>
  359. </author>
  360. <librarypurpose>Several contributions in the domain of mathematics</librarypurpose>
  361. <librarycategory name="category:math"/>
  362. </libraryinfo>
  363. </library>
  364. <library name="Math/Common Factor" dirname="math/common_factor" html-only="1"
  365. url="../../libs/math/doc/common_factor.html">
  366. <libraryinfo>
  367. <author>
  368. <firstname>Daryle</firstname>
  369. <surname>Walker</surname>
  370. </author>
  371. <librarypurpose>Greatest common divisor and least common multiple</librarypurpose>
  372. <librarycategory name="category:math"/>
  373. </libraryinfo>
  374. </library>
  375. <library name="Math/Octonion" dirname="math/octonion" html-only="1">
  376. <libraryinfo>
  377. <author>
  378. <firstname>Hubert</firstname>
  379. <surname>Holin</surname>
  380. </author>
  381. <librarypurpose>Octonions</librarypurpose>
  382. <librarycategory name="category:math"/>
  383. </libraryinfo>
  384. </library>
  385. <library name="Math/Quaternion" dirname="math/quaternion" html-only="1">
  386. <libraryinfo>
  387. <author>
  388. <firstname>Hubert</firstname>
  389. <surname>Holin</surname>
  390. </author>
  391. <librarypurpose>Quaternions</librarypurpose>
  392. <librarycategory name="category:math"/>
  393. </libraryinfo>
  394. </library>
  395. <library name="Math/Special Functions" dirname="math/special_functions" html-only="1">
  396. <libraryinfo>
  397. <author>
  398. <firstname>Hubert</firstname>
  399. <surname>Holin</surname>
  400. </author>
  401. <librarypurpose>Mathematical special functions such as atanh, sinc, and sinhc</librarypurpose>
  402. <librarycategory name="category:math"/>
  403. </libraryinfo>
  404. </library>
  405. <library name="MPL" dirname="mpl" html-only="1">
  406. <libraryinfo>
  407. <author>
  408. <firstname>Aleksey</firstname>
  409. <surname>Gurtovoy</surname>
  410. </author>
  411. <librarypurpose>Template metaprogramming framework of compile-time algorithms, sequences and metafunction classes</librarypurpose>
  412. <librarycategory name="category:template"/>
  413. </libraryinfo>
  414. </library>
  415. <library name="Multi Array" dirname="multi_array" html-only="1">
  416. <libraryinfo>
  417. <author>
  418. <firstname>Ron</firstname>
  419. <surname>Garcia</surname>
  420. </author>
  421. <librarypurpose>Multidimensional containers and adaptors for arrays of contiguous data</librarypurpose>
  422. <librarycategory name="category:math"/>
  423. <librarycategory name="category:containers"/>
  424. </libraryinfo>
  425. </library>
  426. <library name="Operators" dirname="utility" html-only="1">
  427. <libraryinfo>
  428. <author>
  429. <firstname>Dave</firstname>
  430. <surname>Abrahams</surname>
  431. </author>
  432. <author>
  433. <firstname>Jeremy</firstname>
  434. <surname>Siek</surname>
  435. </author>
  436. <librarypurpose>Templates ease arithmetic classes and iterators</librarypurpose>
  437. <librarycategory name="category:generic"/>
  438. <librarycategory name="category:iterators"/>
  439. <librarycategory name="category:math"/>
  440. </libraryinfo>
  441. </library>
  442. <library name="Optional" dirname="optional" html-only="1">
  443. <libraryinfo>
  444. <author>
  445. <firstname>Fernando</firstname>
  446. <surname>Cacciola</surname>
  447. </author>
  448. <librarypurpose>Discriminated-union wrapper for optional values</librarypurpose>
  449. <librarycategory name="category:misc"/>
  450. <librarycategory name="category:data-structures"/>
  451. </libraryinfo>
  452. </library>
  453. <library name="Pool" dirname="pool" html-only="1">
  454. <libraryinfo>
  455. <author>
  456. <firstname>Steve</firstname>
  457. <surname>Cleary</surname>
  458. </author>
  459. <librarypurpose>Memory pool management</librarypurpose>
  460. <librarycategory name="category:memory"/>
  461. </libraryinfo>
  462. </library>
  463. <library name="Preprocessor" dirname="preprocessor" html-only="1">
  464. <libraryinfo>
  465. <author>
  466. <firstname>Vesa</firstname>
  467. <surname>Karvonen</surname>
  468. </author>
  469. <author>
  470. <firstname>Paul</firstname>
  471. <surname>Mensonides</surname>
  472. </author>
  473. <librarypurpose>Preprocessor metaprogramming tools including repetition and recursion</librarypurpose>
  474. <librarycategory name="category:preprocessor"/>
  475. </libraryinfo>
  476. </library>
  477. <xi:include href="../../libs/program_options/doc/program_options.xml"/>
  478. <library name="Property Map" dirname="property_map" html-only="1">
  479. <libraryinfo>
  480. <author>
  481. <firstname>Jeremy</firstname>
  482. <surname>Siek</surname>
  483. </author>
  484. <librarypurpose>Concepts defining interfaces which map key objects to value objects</librarypurpose>
  485. <librarycategory name="category:containers"/>
  486. <librarycategory name="category:generic"/>
  487. </libraryinfo>
  488. </library>
  489. <library name="Python" dirname="python" html-only="1">
  490. <libraryinfo>
  491. <author>
  492. <firstname>Dave</firstname>
  493. <surname>Abrahams</surname>
  494. </author>
  495. <librarypurpose>Reflects C++ classes and functions into <ulink url="http://www.python.org">Python</ulink></librarypurpose>
  496. <librarycategory name="category:lang"/>
  497. </libraryinfo>
  498. </library>
  499. <library name="Random" dirname="random" html-only="1">
  500. <libraryinfo>
  501. <author>
  502. <firstname>Jens</firstname>
  503. <surname>Maurer</surname>
  504. </author>
  505. <librarypurpose>A complete system for random number generation</librarypurpose>
  506. <librarycategory name="category:math"/>
  507. </libraryinfo>
  508. </library>
  509. <library name="Rational" dirname="rational" html-only="1">
  510. <libraryinfo>
  511. <author>
  512. <firstname>Paul</firstname>
  513. <surname>Moore</surname>
  514. </author>
  515. <librarypurpose>A rational number class</librarypurpose>
  516. <librarycategory name="category:math"/>
  517. </libraryinfo>
  518. </library>
  519. <xi:include href="../../libs/bind/doc/ref.xml"/>
  520. <library name="Regex" dirname="regex" html-only="1"
  521. url="../../libs/regex/index.html">
  522. <libraryinfo>
  523. <author>
  524. <firstname>John</firstname>
  525. <surname>Maddock</surname>
  526. </author>
  527. <librarypurpose>Regular expression library</librarypurpose>
  528. <librarycategory name="category:string-text"/>
  529. </libraryinfo>
  530. </library>
  531. <library name="Serialization" dirname="serialization" html-only="1"
  532. url="../../libs/serialization/index.html">
  533. <libraryinfo>
  534. <author>
  535. <firstname>Robert</firstname>
  536. <surname>Ramey</surname>
  537. </author>
  538. <librarypurpose>Serialization of C++ objects for persistence and marshalling</librarypurpose>
  539. <librarycategory name="category:io"/>
  540. </libraryinfo>
  541. </library>
  542. <xi:include href="../../libs/signals/doc/signals.xml"/>
  543. <library name="Smart Pointer" dirname="smart_ptr" html-only="1"
  544. url="../../libs/smart_ptr/index.html">
  545. <libraryinfo>
  546. <author>
  547. <firstname>Greg</firstname>
  548. <surname>Colvin</surname>
  549. </author>
  550. <author>
  551. <firstname>Beman</firstname>
  552. <surname>Dawes</surname>
  553. </author>
  554. <author>
  555. <firstname>Peter</firstname>
  556. <surname>Dimov</surname>
  557. </author>
  558. <author>
  559. <firstname>Darin</firstname>
  560. <surname>Adler</surname>
  561. </author>
  562. <librarypurpose>Five smart pointer class templates</librarypurpose>
  563. <librarycategory name="category:memory"/>
  564. </libraryinfo>
  565. </library>
  566. <library name="Spirit" dirname="spirit" html-only="1">
  567. <libraryinfo>
  568. <author>
  569. <firstname>Joel</firstname>
  570. <surname>de Guzman</surname>
  571. </author>
  572. <author>
  573. <firstname>team</firstname>
  574. </author>
  575. <librarypurpose>LL parser framework represents parsers directly as EBNF grammars in inlined C++</librarypurpose>
  576. <librarycategory name="category:text"/>
  577. <librarycategory name="category:parsing"/>
  578. </libraryinfo>
  579. </library>
  580. <library name="Static Assert" dirname="static_assert" html-only="1">
  581. <libraryinfo>
  582. <author>
  583. <firstname>John</firstname>
  584. <surname>Maddock</surname>
  585. </author>
  586. <librarypurpose>Static assertions (compile time assertions)</librarypurpose>
  587. <librarycategory name="category:template"/>
  588. <librarycategory name="category:generic"/>
  589. <librarycategory name="category:testing"/>
  590. </libraryinfo>
  591. </library>
  592. <xi:include href="../../libs/algorithm/string/doc/string_algo.xml"/>
  593. <library name="Test" dirname="test" html-only="1">
  594. <libraryinfo>
  595. <author>
  596. <firstname>Gennadiy</firstname>
  597. <surname>Rozental</surname>
  598. </author>
  599. <librarypurpose>Support for simple program testing, full unit testing, and for program execution monitoring</librarypurpose>
  600. <librarycategory name="category:testing"/>
  601. </libraryinfo>
  602. </library>
  603. <xi:include href="../../libs/thread/doc/thread.xml"/>
  604. <library name="Timer" dirname="timer" html-only="1"
  605. url="../../libs/timer/index.html">
  606. <libraryinfo>
  607. <author>
  608. <firstname>Beman</firstname>
  609. <surname>Dawes</surname>
  610. </author>
  611. <librarypurpose>Event timer, progress timer, and progress display classes</librarypurpose>
  612. <librarycategory name="category:misc"/>
  613. </libraryinfo>
  614. </library>
  615. <library name="Tokenizer" dirname="tokenizer" html-only="1"
  616. url="../../libs/tokenizer/index.html">
  617. <libraryinfo>
  618. <author>
  619. <firstname>John</firstname>
  620. <surname>Bandela</surname>
  621. </author>
  622. <librarypurpose>Break of a string or other character sequence into a series of tokens</librarypurpose>
  623. <librarycategory name="category:string-text"/>
  624. <librarycategory name="category:iterators"/>
  625. </libraryinfo>
  626. </library>
  627. <xi:include href="../../libs/logic/doc/tribool.boostbook"/>
  628. <library name="Tuple" dirname="tuple" html-only="1">
  629. <libraryinfo>
  630. <author>
  631. <firstname>Jaakko</firstname>
  632. <surname>J&auml;rvi</surname>
  633. </author>
  634. <librarypurpose>Ease definition of functions returning multiple values, and more</librarypurpose>
  635. <librarycategory name="category:data-structures"/>
  636. </libraryinfo>
  637. </library>
  638. <library name="Type Traits" dirname="type_traits" html-only="1"
  639. url="../../libs/type_traits/index.html">
  640. <libraryinfo>
  641. <author>
  642. <firstname>John</firstname>
  643. <surname>Maddock</surname>
  644. </author>
  645. <author>
  646. <firstname>Steve</firstname>
  647. <surname>Cleary</surname>
  648. </author>
  649. <author>
  650. <firstname>others</firstname>
  651. </author>
  652. <librarypurpose>Templates for fundamental properties of types</librarypurpose>
  653. <librarycategory name="category:generic"/>
  654. <librarycategory name="category:template"/>
  655. </libraryinfo>
  656. </library>
  657. <library name="uBLAS" dirname="numeric/ublas" html-only="1">
  658. <libraryinfo>
  659. <author>
  660. <firstname>Joerg</firstname>
  661. <surname>Walter</surname>
  662. </author>
  663. <author>
  664. <firstname>Mathias</firstname>
  665. <surname>Koch</surname>
  666. </author>
  667. <librarypurpose>Basic linear algebra for dense, packed and sparse matrices</librarypurpose>
  668. <librarycategory name="category:math"/>
  669. </libraryinfo>
  670. </library>
  671. <library name="Utility" dirname="utility" html-only="1">
  672. <libraryinfo>
  673. <author>
  674. <firstname>Dave</firstname>
  675. <surname>Abrahams</surname>
  676. </author>
  677. <author>
  678. <firstname>others</firstname>
  679. </author>
  680. <librarypurpose>Class noncopyable plus <functionname>checked_delete</functionname>, <functionname>checked_array_delete</functionname>, <functionname>next</functionname>, <functionname>prior</functionname> function templates, plus base-from-member idiom</librarypurpose>
  681. <librarycategory name="category:misc"/>
  682. <librarycategory name="category:memory"/>
  683. <librarycategory name="category:algorithms"/>
  684. </libraryinfo>
  685. </library>
  686. <xi:include href="../../libs/variant/doc/variant.xml"/>
  687. </part>
  688. <xi:include href="../../tools/boostbook/doc/boostbook.xml"/>
  689. <xi:include href="../../tools/build/v2/doc/src/userman.xml"/>
  690. </boostbook>
粤ICP备19079148号