boost.xml 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747
  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. <xi:include href="hash.xml"/>
  279. <library name="Graph" dirname="graph" html-only="1">
  280. <libraryinfo>
  281. <author>
  282. <firstname>Jeremy</firstname>
  283. <surname>Siek</surname>
  284. </author>
  285. <author>
  286. <firstname>University of Notre Dame</firstname>
  287. <surname>Team</surname>
  288. </author>
  289. <librarypurpose>Generic graph components and algorithms</librarypurpose>
  290. <librarycategory name="category:containers"/>
  291. <librarycategory name="category:iterators"/>
  292. <librarycategory name="category:algorithms"/>
  293. </libraryinfo>
  294. </library>
  295. <library name="Integer" dirname="integer" html-only="1"
  296. url="../../libs/integer/index.html">
  297. <libraryinfo>
  298. <author>
  299. <firstname>various</firstname>
  300. <surname>authors</surname>
  301. </author>
  302. <librarypurpose>Headers to ease dealing with integral types</librarypurpose>
  303. <librarycategory name="category:math"/>
  304. </libraryinfo>
  305. </library>
  306. <library name="Interval" dirname="numeric/interval" html-only="1"
  307. url="../../libs/numeric/interval/doc/index.html">
  308. <libraryinfo>
  309. <author>
  310. <firstname>Guillaume</firstname>
  311. <surname>Melquiond</surname>
  312. </author>
  313. <author>
  314. <firstname>Herv&eacute;</firstname>
  315. <surname>Br&ouml;nnimann</surname>
  316. </author>
  317. <author>
  318. <firstname>Sylvain</firstname>
  319. <surname>Pion</surname>
  320. </author>
  321. <librarypurpose>Extends the usual arithmetic functions to mathematical intervals</librarypurpose>
  322. <librarycategory name="category:math"/>
  323. </libraryinfo>
  324. </library>
  325. <library name="I/O State Savers" dirname="io" html-only="1">
  326. <libraryinfo>
  327. <author>
  328. <firstname>Daryle</firstname>
  329. <surname>Walker</surname>
  330. </author>
  331. <librarypurpose>Save I/O state to prevent jumbled data</librarypurpose>
  332. <librarycategory name="category:io"/>
  333. </libraryinfo>
  334. </library>
  335. <library name="Iterator Adaptors" dirname="utility" html-only="1"
  336. url="../../libs/utility/iterator_adaptors.htm">
  337. <libraryinfo>
  338. <author>
  339. <firstname>Dave</firstname>
  340. <surname>Abrahams</surname>
  341. </author>
  342. <author>
  343. <firstname>Jeremy</firstname>
  344. <surname>Siek</surname>
  345. </author>
  346. <author>
  347. <firstname>John</firstname>
  348. <surname>Potter</surname>
  349. </author>
  350. <librarypurpose>Adapt a base type into a standard conforming iterator</librarypurpose>
  351. <librarycategory name="category:iterators"/>
  352. </libraryinfo>
  353. </library>
  354. <xi:include href="../../libs/lambda/doc/lambda.xml"/>
  355. <library name="Math" dirname="math" html-only="1">
  356. <libraryinfo>
  357. <author>
  358. <firstname>various</firstname>
  359. <surname>authors</surname>
  360. </author>
  361. <librarypurpose>Several contributions in the domain of mathematics</librarypurpose>
  362. <librarycategory name="category:math"/>
  363. </libraryinfo>
  364. </library>
  365. <library name="Math/Common Factor" dirname="math/common_factor" html-only="1"
  366. url="../../libs/math/doc/common_factor.html">
  367. <libraryinfo>
  368. <author>
  369. <firstname>Daryle</firstname>
  370. <surname>Walker</surname>
  371. </author>
  372. <librarypurpose>Greatest common divisor and least common multiple</librarypurpose>
  373. <librarycategory name="category:math"/>
  374. </libraryinfo>
  375. </library>
  376. <library name="Math/Octonion" dirname="math/octonion" html-only="1">
  377. <libraryinfo>
  378. <author>
  379. <firstname>Hubert</firstname>
  380. <surname>Holin</surname>
  381. </author>
  382. <librarypurpose>Octonions</librarypurpose>
  383. <librarycategory name="category:math"/>
  384. </libraryinfo>
  385. </library>
  386. <library name="Math/Quaternion" dirname="math/quaternion" html-only="1">
  387. <libraryinfo>
  388. <author>
  389. <firstname>Hubert</firstname>
  390. <surname>Holin</surname>
  391. </author>
  392. <librarypurpose>Quaternions</librarypurpose>
  393. <librarycategory name="category:math"/>
  394. </libraryinfo>
  395. </library>
  396. <library name="Math/Special Functions" dirname="math/special_functions" html-only="1">
  397. <libraryinfo>
  398. <author>
  399. <firstname>Hubert</firstname>
  400. <surname>Holin</surname>
  401. </author>
  402. <librarypurpose>Mathematical special functions such as atanh, sinc, and sinhc</librarypurpose>
  403. <librarycategory name="category:math"/>
  404. </libraryinfo>
  405. </library>
  406. <library name="MPL" dirname="mpl" html-only="1">
  407. <libraryinfo>
  408. <author>
  409. <firstname>Aleksey</firstname>
  410. <surname>Gurtovoy</surname>
  411. </author>
  412. <librarypurpose>Template metaprogramming framework of compile-time algorithms, sequences and metafunction classes</librarypurpose>
  413. <librarycategory name="category:template"/>
  414. </libraryinfo>
  415. </library>
  416. <library name="Multi Array" dirname="multi_array" html-only="1">
  417. <libraryinfo>
  418. <author>
  419. <firstname>Ron</firstname>
  420. <surname>Garcia</surname>
  421. </author>
  422. <librarypurpose>Multidimensional containers and adaptors for arrays of contiguous data</librarypurpose>
  423. <librarycategory name="category:math"/>
  424. <librarycategory name="category:containers"/>
  425. </libraryinfo>
  426. </library>
  427. <library name="Operators" dirname="utility" html-only="1">
  428. <libraryinfo>
  429. <author>
  430. <firstname>Dave</firstname>
  431. <surname>Abrahams</surname>
  432. </author>
  433. <author>
  434. <firstname>Jeremy</firstname>
  435. <surname>Siek</surname>
  436. </author>
  437. <librarypurpose>Templates ease arithmetic classes and iterators</librarypurpose>
  438. <librarycategory name="category:generic"/>
  439. <librarycategory name="category:iterators"/>
  440. <librarycategory name="category:math"/>
  441. </libraryinfo>
  442. </library>
  443. <library name="Optional" dirname="optional" html-only="1">
  444. <libraryinfo>
  445. <author>
  446. <firstname>Fernando</firstname>
  447. <surname>Cacciola</surname>
  448. </author>
  449. <librarypurpose>Discriminated-union wrapper for optional values</librarypurpose>
  450. <librarycategory name="category:misc"/>
  451. <librarycategory name="category:data-structures"/>
  452. </libraryinfo>
  453. </library>
  454. <library name="Pool" dirname="pool" html-only="1">
  455. <libraryinfo>
  456. <author>
  457. <firstname>Steve</firstname>
  458. <surname>Cleary</surname>
  459. </author>
  460. <librarypurpose>Memory pool management</librarypurpose>
  461. <librarycategory name="category:memory"/>
  462. </libraryinfo>
  463. </library>
  464. <library name="Preprocessor" dirname="preprocessor" html-only="1">
  465. <libraryinfo>
  466. <author>
  467. <firstname>Vesa</firstname>
  468. <surname>Karvonen</surname>
  469. </author>
  470. <author>
  471. <firstname>Paul</firstname>
  472. <surname>Mensonides</surname>
  473. </author>
  474. <librarypurpose>Preprocessor metaprogramming tools including repetition and recursion</librarypurpose>
  475. <librarycategory name="category:preprocessor"/>
  476. </libraryinfo>
  477. </library>
  478. <xi:include href="../../libs/program_options/doc/program_options.xml"/>
  479. <library name="Property Map" dirname="property_map" html-only="1">
  480. <libraryinfo>
  481. <author>
  482. <firstname>Jeremy</firstname>
  483. <surname>Siek</surname>
  484. </author>
  485. <librarypurpose>Concepts defining interfaces which map key objects to value objects</librarypurpose>
  486. <librarycategory name="category:containers"/>
  487. <librarycategory name="category:generic"/>
  488. </libraryinfo>
  489. </library>
  490. <library name="Python" dirname="python" html-only="1">
  491. <libraryinfo>
  492. <author>
  493. <firstname>Dave</firstname>
  494. <surname>Abrahams</surname>
  495. </author>
  496. <librarypurpose>Reflects C++ classes and functions into <ulink url="http://www.python.org">Python</ulink></librarypurpose>
  497. <librarycategory name="category:lang"/>
  498. </libraryinfo>
  499. </library>
  500. <library name="Random" dirname="random" html-only="1">
  501. <libraryinfo>
  502. <author>
  503. <firstname>Jens</firstname>
  504. <surname>Maurer</surname>
  505. </author>
  506. <librarypurpose>A complete system for random number generation</librarypurpose>
  507. <librarycategory name="category:math"/>
  508. </libraryinfo>
  509. </library>
  510. <library name="Rational" dirname="rational" html-only="1">
  511. <libraryinfo>
  512. <author>
  513. <firstname>Paul</firstname>
  514. <surname>Moore</surname>
  515. </author>
  516. <librarypurpose>A rational number class</librarypurpose>
  517. <librarycategory name="category:math"/>
  518. </libraryinfo>
  519. </library>
  520. <xi:include href="../../libs/bind/doc/ref.xml"/>
  521. <library name="Regex" dirname="regex" html-only="1"
  522. url="../../libs/regex/index.html">
  523. <libraryinfo>
  524. <author>
  525. <firstname>John</firstname>
  526. <surname>Maddock</surname>
  527. </author>
  528. <librarypurpose>Regular expression library</librarypurpose>
  529. <librarycategory name="category:string-text"/>
  530. </libraryinfo>
  531. </library>
  532. <library name="Serialization" dirname="serialization" html-only="1"
  533. url="../../libs/serialization/index.html">
  534. <libraryinfo>
  535. <author>
  536. <firstname>Robert</firstname>
  537. <surname>Ramey</surname>
  538. </author>
  539. <librarypurpose>Serialization of C++ objects for persistence and marshalling</librarypurpose>
  540. <librarycategory name="category:io"/>
  541. </libraryinfo>
  542. </library>
  543. <xi:include href="../../libs/signals/doc/signals.xml"/>
  544. <library name="Smart Pointer" dirname="smart_ptr" html-only="1"
  545. url="../../libs/smart_ptr/index.html">
  546. <libraryinfo>
  547. <author>
  548. <firstname>Greg</firstname>
  549. <surname>Colvin</surname>
  550. </author>
  551. <author>
  552. <firstname>Beman</firstname>
  553. <surname>Dawes</surname>
  554. </author>
  555. <author>
  556. <firstname>Peter</firstname>
  557. <surname>Dimov</surname>
  558. </author>
  559. <author>
  560. <firstname>Darin</firstname>
  561. <surname>Adler</surname>
  562. </author>
  563. <librarypurpose>Five smart pointer class templates</librarypurpose>
  564. <librarycategory name="category:memory"/>
  565. </libraryinfo>
  566. </library>
  567. <library name="Spirit" dirname="spirit" html-only="1">
  568. <libraryinfo>
  569. <author>
  570. <firstname>Joel</firstname>
  571. <surname>de Guzman</surname>
  572. </author>
  573. <author>
  574. <firstname>team</firstname>
  575. </author>
  576. <librarypurpose>LL parser framework represents parsers directly as EBNF grammars in inlined C++</librarypurpose>
  577. <librarycategory name="category:text"/>
  578. <librarycategory name="category:parsing"/>
  579. </libraryinfo>
  580. </library>
  581. <xi:include href="static_assert.xml"/>
  582. <xi:include href="../../libs/algorithm/string/doc/string_algo.xml"/>
  583. <library name="Test" dirname="test" html-only="1">
  584. <libraryinfo>
  585. <author>
  586. <firstname>Gennadiy</firstname>
  587. <surname>Rozental</surname>
  588. </author>
  589. <librarypurpose>Support for simple program testing, full unit testing, and for program execution monitoring</librarypurpose>
  590. <librarycategory name="category:testing"/>
  591. </libraryinfo>
  592. </library>
  593. <xi:include href="../../libs/thread/doc/thread.xml"/>
  594. <library name="Timer" dirname="timer" html-only="1"
  595. url="../../libs/timer/index.html">
  596. <libraryinfo>
  597. <author>
  598. <firstname>Beman</firstname>
  599. <surname>Dawes</surname>
  600. </author>
  601. <librarypurpose>Event timer, progress timer, and progress display classes</librarypurpose>
  602. <librarycategory name="category:misc"/>
  603. </libraryinfo>
  604. </library>
  605. <library name="Tokenizer" dirname="tokenizer" html-only="1"
  606. url="../../libs/tokenizer/index.html">
  607. <libraryinfo>
  608. <author>
  609. <firstname>John</firstname>
  610. <surname>Bandela</surname>
  611. </author>
  612. <librarypurpose>Break of a string or other character sequence into a series of tokens</librarypurpose>
  613. <librarycategory name="category:string-text"/>
  614. <librarycategory name="category:iterators"/>
  615. </libraryinfo>
  616. </library>
  617. <xi:include href="../../libs/logic/doc/tribool.boostbook"/>
  618. <library name="Tuple" dirname="tuple" html-only="1">
  619. <libraryinfo>
  620. <author>
  621. <firstname>Jaakko</firstname>
  622. <surname>J&auml;rvi</surname>
  623. </author>
  624. <librarypurpose>Ease definition of functions returning multiple values, and more</librarypurpose>
  625. <librarycategory name="category:data-structures"/>
  626. </libraryinfo>
  627. </library>
  628. <xi:include href="type_traits.xml"/>
  629. <library name="uBLAS" dirname="numeric/ublas" html-only="1">
  630. <libraryinfo>
  631. <author>
  632. <firstname>Joerg</firstname>
  633. <surname>Walter</surname>
  634. </author>
  635. <author>
  636. <firstname>Mathias</firstname>
  637. <surname>Koch</surname>
  638. </author>
  639. <librarypurpose>Basic linear algebra for dense, packed and sparse matrices</librarypurpose>
  640. <librarycategory name="category:math"/>
  641. </libraryinfo>
  642. </library>
  643. <library name="Utility" dirname="utility" html-only="1">
  644. <libraryinfo>
  645. <author>
  646. <firstname>Dave</firstname>
  647. <surname>Abrahams</surname>
  648. </author>
  649. <author>
  650. <firstname>others</firstname>
  651. </author>
  652. <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>
  653. <librarycategory name="category:misc"/>
  654. <librarycategory name="category:memory"/>
  655. <librarycategory name="category:algorithms"/>
  656. </libraryinfo>
  657. </library>
  658. <xi:include href="../../libs/variant/doc/variant.xml"/>
  659. </part>
  660. <xi:include href="../../tools/boostbook/doc/boostbook.xml"/>
  661. <xi:include href="../../tools/build/v2/doc/src/userman.xml"/>
  662. </boostbook>
粤ICP备19079148号