|
|
@@ -33,30 +33,33 @@ content="text/html; charset=iso-8859-1">
|
|
|
<h1>Boost Libraries and Documentation</h1>
|
|
|
|
|
|
<p>
|
|
|
-<a href="#Alphabetically">Libraries Listed Alphabetically</a><br>
|
|
|
-<a href="#Category">Libraries Listed by Category<br>
|
|
|
-</a> <a href="#String">String and text processing<br>
|
|
|
-</a> <a href="#Containers">Containers<br>
|
|
|
-</a> <a href="#Iterators">Iterators<br>
|
|
|
-</a> <a href="#Algorithms">Algorithms<br>
|
|
|
-</a> <a href="#Function-objects">Function Objects and
|
|
|
-higher-order programming<br>
|
|
|
-</a> <a href="#Generic">Generic Programming</a><br>
|
|
|
- <a href="#Generic">Template
|
|
|
-Metaprogramming</a><br>
|
|
|
- <a href="#Preprocessor">Preprocessor Metaprogramming</a><a href="#Generic"><br>
|
|
|
-</a> <a href="#Concurrent">Concurrent Programming</a><br>
|
|
|
- <a href="#Math">Math and numerics<br>
|
|
|
-</a> <a href="#Correctness">Correctness and testing<br>
|
|
|
-</a> <a href="#Data">Data structures<br>
|
|
|
-</a> <a href="#IO">Input/Output</a><a href="#Memory"><br>
|
|
|
-</a> <a href="#Inter-language">Inter-language support</a><br>
|
|
|
- <a href="#Memory">Memory</a><br>
|
|
|
- <a href="#Parsing">Parsing</a><br>
|
|
|
- <a href="#Miscellaneous">Miscellaneous</a><br>
|
|
|
- <a href="#workarounds">Broken compiler workarounds</a><br>
|
|
|
-<a href="#Removed">Libraries Retired from Boost<br>
|
|
|
-</a></p>
|
|
|
+<dl>
|
|
|
+ <dt><a href="#Alphabetically">Libraries Listed Alphabetically</a></dt>
|
|
|
+ <dt><a href="#Category">Libraries Listed by Category</a></dt>
|
|
|
+ <dl>
|
|
|
+ <dt><a href="#String">String and text processing</a></dt>
|
|
|
+ <dt><a href="#Containers">Containers</a></dt>
|
|
|
+ <dt><a href="#Iterators">Iterators</a></dt>
|
|
|
+ <dt><a href="#Algorithms">Algorithms</a></dt>
|
|
|
+ <dt><a href="#Function-objects">Function Objects and higher-order programming</a></dt>
|
|
|
+ <dt><a href="#Generic">Generic Programming</a></dt>
|
|
|
+ <dt><a href="#Metaprogramming">Template Metaprogramming</a></dt>
|
|
|
+ <dt><a href="#Preprocessor">Preprocessor Metaprogramming</a></dt>
|
|
|
+ <dt><a href="#Concurrent">Concurrent Programming</a>
|
|
|
+ <dt><a href="#Math">Math and numerics</a></dt>
|
|
|
+ <dt><a href="#Correctness">Correctness and testing</a></dt>
|
|
|
+ <dt><a href="#Data">Data structures</a></dt>
|
|
|
+ <dt><a href="#IO">Input/Output</a><a href="#Memory"></a></dt>
|
|
|
+ <dt><a href="#Inter-language">Inter-language support</a></dt>
|
|
|
+ <dt><a href="#Memory">Memory</a></dt>
|
|
|
+ <dt><a href="#Parsing">Parsing</a></dt>
|
|
|
+ <dt><a href="#Programming">Programming Interfaces</a></dt>
|
|
|
+ <dt><a href="#Miscellaneous">Miscellaneous</a></dt>
|
|
|
+ <dt><a href="#workarounds">Broken compiler workarounds</a></dt>
|
|
|
+ </dl>
|
|
|
+ <dt><a href="#Removed">Libraries Retired from Boost</a></dt>
|
|
|
+</dl>
|
|
|
+</p>
|
|
|
|
|
|
<p>See <a href="../status/compiler_status.html">Compiler Status</a>
|
|
|
page to find out what library works with which compiler.<br>
|
|
|
@@ -352,12 +355,6 @@ how to download, build, and install the libraries.</p>
|
|
|
function objects at the actual call site, and more, from Jaakko Järvi and
|
|
|
Gary Powell.</li>
|
|
|
|
|
|
- <li><span class="library"><a href=
|
|
|
- "parameter/doc/html/index.html">parameter</a></span> -
|
|
|
- Write functions that accept arguments by name, by David Abrahams
|
|
|
- and Daniel Wallin.</li>
|
|
|
-
|
|
|
-
|
|
|
<li><a href="bind/ref.html">ref</a> - A utility library for
|
|
|
passing references to generic functions, from Jaako Järvi,
|
|
|
Peter Dimov, Doug Gregor, and Dave Abrahams.</li>
|
|
|
@@ -384,11 +381,6 @@ how to download, build, and install the libraries.</p>
|
|
|
<li><a href="utility/operators.htm">operators</a> - Templates
|
|
|
ease arithmetic classes and iterators, from Dave Abrahams
|
|
|
and Jeremy Siek.</li>
|
|
|
- <li><span class="library"><a href=
|
|
|
- "parameter/doc/html/index.html">parameter</a></span> -
|
|
|
- Write functions that accept arguments by name, by David Abrahams
|
|
|
- and Daniel Wallin.</li>
|
|
|
-
|
|
|
|
|
|
<li><a href="property_map/property_map.html">property map</a>
|
|
|
- Concepts defining interfaces which map key objects to
|
|
|
@@ -545,6 +537,18 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
|
|
|
Guzman and team.</li>
|
|
|
</ul>
|
|
|
|
|
|
+<h3><a name="Programming">Programming Interfaces</a></h3>
|
|
|
+
|
|
|
+<ul>
|
|
|
+ <li><a href="function/index.html">function</a> - Function object wrappers
|
|
|
+ for deferred calls or callbacks, from Doug Gregor.</li>
|
|
|
+
|
|
|
+ <li><span class="library"><a href=
|
|
|
+ "parameter/doc/html/index.html">parameter</a></span> -
|
|
|
+ Write functions that accept arguments by name, by David Abrahams
|
|
|
+ and Daniel Wallin.</li>
|
|
|
+</ul>
|
|
|
+
|
|
|
<h3><a name="Miscellaneous">Miscellaneous</a></h3>
|
|
|
|
|
|
<ul>
|