1 | <html> |
---|
2 | <head> |
---|
3 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
---|
4 | <title>Part I. The Boost C++ Libraries (BoostBook Subset)</title> |
---|
5 | <link rel="stylesheet" href="boostbook.css" type="text/css"> |
---|
6 | <meta name="generator" content="DocBook XSL Stylesheets V1.68.1"> |
---|
7 | <link rel="start" href="index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> |
---|
8 | <link rel="up" href="index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> |
---|
9 | <link rel="prev" href="about.html" title="What's Included in This Document"> |
---|
10 | <link rel="next" href="any.html" title="Chapter 1. Boost.Any"> |
---|
11 | </head> |
---|
12 | <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> |
---|
13 | <table cellpadding="2" width="100%"> |
---|
14 | <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../boost.png"></td> |
---|
15 | <td align="center"><a href="../../index.htm">Home</a></td> |
---|
16 | <td align="center"><a href="../../libs/libraries.htm">Libraries</a></td> |
---|
17 | <td align="center"><a href="../../people/people.htm">People</a></td> |
---|
18 | <td align="center"><a href="../../more/faq.htm">FAQ</a></td> |
---|
19 | <td align="center"><a href="../../more/index.htm">More</a></td> |
---|
20 | </table> |
---|
21 | <hr> |
---|
22 | <div class="spirit-nav"> |
---|
23 | <a accesskey="p" href="about.html"><img src="images/prev.png" alt="Prev"></a><a accesskey="u" href="index.html"><img src="images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="images/home.png" alt="Home"></a><a accesskey="n" href="any.html"><img src="images/next.png" alt="Next"></a> |
---|
24 | </div> |
---|
25 | <div class="part" lang="en"> |
---|
26 | <div class="titlepage"><div><div><h1 class="title"> |
---|
27 | <a name="libraries"></a>The Boost C++ Libraries (BoostBook Subset)</h1></div></div></div> |
---|
28 | <div class="toc"> |
---|
29 | <p><b>Table of Contents</b></p> |
---|
30 | <dl> |
---|
31 | <dt><span class="chapter"><a href="any.html">1. Boost.Any</a></span></dt> |
---|
32 | <dd><dl> |
---|
33 | <dt><span class="section"><a href="any.html#id936676">Introduction</a></span></dt> |
---|
34 | <dt><span class="section"><a href="any/s02.html">Examples</a></span></dt> |
---|
35 | <dt><span class="section"><a href="any/reference.html">Reference</a></span></dt> |
---|
36 | <dt><span class="section"><a href="any/s04.html">Acknowledgements</a></span></dt> |
---|
37 | </dl></dd> |
---|
38 | <dt><span class="chapter"><a href="array.html">2. Boost.Array</a></span></dt> |
---|
39 | <dd><dl> |
---|
40 | <dt><span class="section"><a href="array.html#array.intro">Introduction</a></span></dt> |
---|
41 | <dt><span class="section"><a href="array/reference.html">Reference</a></span></dt> |
---|
42 | <dt><span class="section"><a href="array/rationale.html">Design Rationale</a></span></dt> |
---|
43 | <dt><span class="section"><a href="array/more/info.html">For more information...</a></span></dt> |
---|
44 | <dt><span class="section"><a href="array/ack.html">Acknowledgements</a></span></dt> |
---|
45 | </dl></dd> |
---|
46 | <dt><span class="chapter"><a href="id620092-bb.html">3. Boost.Concept_Check</a></span></dt> |
---|
47 | <dd><dl><dt><span class="section"><a href="id620092-bb.html#concepts.reference">Concept reference</a></span></dt></dl></dd> |
---|
48 | <dt><span class="chapter"><a href="date_time.html">4. Boost.Date_Time</a></span></dt> |
---|
49 | <dd><dl> |
---|
50 | <dt><span class="section"><a href="date_time.html#date_time.conceptual">Conceptual</a></span></dt> |
---|
51 | <dt><span class="section"><a href="date_time/examples/general_usage_examples.html">General Usage Examples</a></span></dt> |
---|
52 | <dt><span class="section"><a href="date_time/gregorian.html">Gregorian</a></span></dt> |
---|
53 | <dt><span class="section"><a href="date_time/posix_time.html">Posix Time</a></span></dt> |
---|
54 | <dt><span class="section"><a href="date_time/local_time.html">Local Time</a></span></dt> |
---|
55 | <dt><span class="section"><a href="date_time/date_time_io.html">Date Time Input/Output</a></span></dt> |
---|
56 | <dt><span class="section"><a href="date_time/serialization.html">Serialization</a></span></dt> |
---|
57 | <dt><span class="section"><a href="date_time/details.html">Details</a></span></dt> |
---|
58 | <dt><span class="section"><a href="date_time/examples.html">Examples</a></span></dt> |
---|
59 | <dt><span class="section"><a href="date_time/doxy.html">Library Reference</a></span></dt> |
---|
60 | </dl></dd> |
---|
61 | <dt><span class="chapter"><a href="foreach.html">5. Boost.Foreach</a></span></dt> |
---|
62 | <dd><dl> |
---|
63 | <dt><span class="section"><a href="foreach.html#foreach.introduction">Introduction</a></span></dt> |
---|
64 | <dt><span class="section"><a href="foreach/extensibility.html">Extensibility</a></span></dt> |
---|
65 | <dt><span class="section"><a href="foreach/portability.html">Portability</a></span></dt> |
---|
66 | <dt><span class="section"><a href="foreach/pitfalls.html">Pitfalls</a></span></dt> |
---|
67 | <dt><span class="section"><a href="foreach/history_and_acknowledgements.html">History and Acknowledgements</a></span></dt> |
---|
68 | </dl></dd> |
---|
69 | <dt><span class="chapter"><a href="function.html">6. Boost.Function</a></span></dt> |
---|
70 | <dd><dl> |
---|
71 | <dt><span class="section"><a href="function.html#function.intro">Introduction</a></span></dt> |
---|
72 | <dt><span class="section"><a href="function/history.html">History & Compatibility Notes</a></span></dt> |
---|
73 | <dt><span class="section"><a href="function/tutorial.html">Tutorial</a></span></dt> |
---|
74 | <dt><span class="section"><a href="function/reference.html">Reference</a></span></dt> |
---|
75 | <dt><span class="section"><a href="function/faq.html">Frequently Asked Questions</a></span></dt> |
---|
76 | <dt><span class="section"><a href="function/misc.html">Miscellaneous Notes</a></span></dt> |
---|
77 | <dt><span class="section"><a href="function/testsuite.html">Testsuite</a></span></dt> |
---|
78 | </dl></dd> |
---|
79 | <dt><span class="chapter"><a href="hash.html">7. Boost.Functional/Hash</a></span></dt> |
---|
80 | <dd><dl> |
---|
81 | <dt><span class="section"><a href="hash.html#hash.intro"> Introduction</a></span></dt> |
---|
82 | <dt><span class="section"><a href="hash/tutorial.html"> Tutorial</a></span></dt> |
---|
83 | <dt><span class="section"><a href="hash/custom.html"> Extending boost::hash for a custom data type</a></span></dt> |
---|
84 | <dt><span class="section"><a href="hash/combine.html"> Combining hash values</a></span></dt> |
---|
85 | <dt><span class="section"><a href="hash/portability.html"> Portability</a></span></dt> |
---|
86 | <dt><span class="section"><a href="hash/disable.html"> Disabling The Extensions</a></span></dt> |
---|
87 | <dt><span class="section"><a href="hash/changes.html"> Change Log</a></span></dt> |
---|
88 | <dt><span class="section"><a href="hash/reference.html">Reference</a></span></dt> |
---|
89 | <dt><span class="section"><a href="hash/links.html"> Links</a></span></dt> |
---|
90 | <dt><span class="section"><a href="hash/acknowledgements.html"> Acknowledgements</a></span></dt> |
---|
91 | </dl></dd> |
---|
92 | <dt><span class="chapter"><a href="lambda.html">8. Boost.Lambda</a></span></dt> |
---|
93 | <dd><dl> |
---|
94 | <dt><span class="section"><a href="lambda.html#introduction">In a nutshell</a></span></dt> |
---|
95 | <dt><span class="section"><a href="lambda/getting_started.html">Getting Started</a></span></dt> |
---|
96 | <dt><span class="section"><a href="lambda/s03.html">Introduction</a></span></dt> |
---|
97 | <dt><span class="section"><a href="lambda/using_library.html">Using the library</a></span></dt> |
---|
98 | <dt><span class="section"><a href="lambda/le_in_details.html">Lambda expressions in details</a></span></dt> |
---|
99 | <dt><span class="section"><a href="lambda/extending.html">Extending return type deduction system</a></span></dt> |
---|
100 | <dt><span class="section"><a href="lambda/s07.html">Practical considerations</a></span></dt> |
---|
101 | <dt><span class="section"><a href="lambda/s08.html">Relation to other Boost libraries</a></span></dt> |
---|
102 | <dt><span class="section"><a href="lambda/s09.html">Contributors</a></span></dt> |
---|
103 | <dt><span class="bibliography"><a href="lambda.html#id1250088">Bibliography</a></span></dt> |
---|
104 | </dl></dd> |
---|
105 | <dt><span class="chapter"><a href="boost_math.html">9. Boost.Math</a></span></dt> |
---|
106 | <dd><dl> |
---|
107 | <dt><span class="section"><a href="boost_math.html#boost_math.overview">Overview</a></span></dt> |
---|
108 | <dt><span class="section"><a href="boost_math/gcd_lcm.html"> Greatest Common Divisor and Least Common Multiple</a></span></dt> |
---|
109 | <dt><span class="section"><a href="boost_math/math_special_functions.html">Math Special Functions</a></span></dt> |
---|
110 | <dt><span class="section"><a href="boost_math/inverse_complex.html"> Complex Number Inverse Trigonometric Functions</a></span></dt> |
---|
111 | <dt><span class="section"><a href="boost_math/quaternions.html">Quaternions</a></span></dt> |
---|
112 | <dt><span class="section"><a href="boost_math/octonions.html">Octonions</a></span></dt> |
---|
113 | <dt><span class="section"><a href="boost_math/background_information_and_white_papers.html">Background Information and White Papers</a></span></dt> |
---|
114 | </dl></dd> |
---|
115 | <dt><span class="chapter"><a href="program_options.html">10. Boost.Program_options</a></span></dt> |
---|
116 | <dd><dl> |
---|
117 | <dt><span class="section"><a href="program_options.html#id1590687">Introduction</a></span></dt> |
---|
118 | <dt><span class="section"><a href="program_options/tutorial.html">Tutorial</a></span></dt> |
---|
119 | <dt><span class="section"><a href="program_options/overview.html">Library Overview</a></span></dt> |
---|
120 | <dt><span class="section"><a href="program_options/howto.html">How To</a></span></dt> |
---|
121 | <dt><span class="section"><a href="program_options/design.html">Design Discussion</a></span></dt> |
---|
122 | <dt><span class="section"><a href="program_options/s06.html">Acknowledgements</a></span></dt> |
---|
123 | <dt><span class="section"><a href="program_options/reference.html">Reference</a></span></dt> |
---|
124 | </dl></dd> |
---|
125 | <dt><span class="chapter"><a href="ref.html">11. Boost.Ref</a></span></dt> |
---|
126 | <dd><dl> |
---|
127 | <dt><span class="section"><a href="ref.html#ref.intro">Introduction</a></span></dt> |
---|
128 | <dt><span class="section"><a href="ref/reference.html">Reference</a></span></dt> |
---|
129 | <dt><span class="section"><a href="ref/ack.html">Acknowledgements</a></span></dt> |
---|
130 | </dl></dd> |
---|
131 | <dt><span class="chapter"><a href="signals.html">12. Boost.Signals</a></span></dt> |
---|
132 | <dd><dl> |
---|
133 | <dt><span class="section"><a href="signals.html#id1625877">Introduction</a></span></dt> |
---|
134 | <dt><span class="section"><a href="signals/tutorial.html">Tutorial</a></span></dt> |
---|
135 | <dt><span class="section"><a href="signals/reference.html">Reference</a></span></dt> |
---|
136 | <dt><span class="section"><a href="signals/s04.html">Frequently Asked Questions</a></span></dt> |
---|
137 | <dt><span class="section"><a href="signals/s05.html">Design Overview</a></span></dt> |
---|
138 | <dt><span class="section"><a href="signals/s06.html">Design Rationale</a></span></dt> |
---|
139 | <dt><span class="section"><a href="signals/tests.html">Testsuite</a></span></dt> |
---|
140 | </dl></dd> |
---|
141 | <dt><span class="chapter"><a href="boost_staticassert.html">13. Boost.StaticAssert</a></span></dt> |
---|
142 | <dd><dl> |
---|
143 | <dt><span class="section"><a href="boost_staticassert.html#boost_staticassert.intro"> Overview and Tutorial</a></span></dt> |
---|
144 | <dt><span class="section"><a href="boost_staticassert/how.html"> How it works</a></span></dt> |
---|
145 | <dt><span class="section"><a href="boost_staticassert/test.html"> Test Programs</a></span></dt> |
---|
146 | </dl></dd> |
---|
147 | <dt><span class="chapter"><a href="string_algo.html">14. Boost String Algorithms Library</a></span></dt> |
---|
148 | <dd><dl> |
---|
149 | <dt><span class="section"><a href="string_algo.html#string_algo.intro">Introduction</a></span></dt> |
---|
150 | <dt><span class="section"><a href="string_algo/release_notes.html">Release Notes</a></span></dt> |
---|
151 | <dt><span class="section"><a href="string_algo/usage.html">Usage</a></span></dt> |
---|
152 | <dt><span class="section"><a href="string_algo/quickref.html">Quick Reference</a></span></dt> |
---|
153 | <dt><span class="section"><a href="string_algo/design.html">Design Topics</a></span></dt> |
---|
154 | <dt><span class="section"><a href="string_algo/concept.html">Concepts</a></span></dt> |
---|
155 | <dt><span class="section"><a href="string_algo/reference.html">Reference</a></span></dt> |
---|
156 | <dt><span class="section"><a href="string_algo/rationale.html">Rationale</a></span></dt> |
---|
157 | <dt><span class="section"><a href="string_algo/env.html">Environment</a></span></dt> |
---|
158 | <dt><span class="section"><a href="string_algo/credits.html">Credits</a></span></dt> |
---|
159 | </dl></dd> |
---|
160 | <dt><span class="chapter"><a href="thread.html">15. Boost.Thread</a></span></dt> |
---|
161 | <dd><dl> |
---|
162 | <dt><span class="section"><a href="thread.html#thread.overview">Overview</a></span></dt> |
---|
163 | <dt><span class="section"><a href="thread/design.html">Design</a></span></dt> |
---|
164 | <dt><span class="section"><a href="thread/concepts.html">Concepts</a></span></dt> |
---|
165 | <dt><span class="section"><a href="thread/rationale.html">Rationale</a></span></dt> |
---|
166 | <dt><span class="section"><a href="thread/reference.html">Reference</a></span></dt> |
---|
167 | <dt><span class="section"><a href="thread/faq.html">Frequently Asked Questions</a></span></dt> |
---|
168 | <dt><span class="section"><a href="thread/configuration.html">Configuration</a></span></dt> |
---|
169 | <dt><span class="section"><a href="thread/build.html">Build</a></span></dt> |
---|
170 | <dt><span class="section"><a href="thread/implementation_notes.html">Implementation Notes</a></span></dt> |
---|
171 | <dt><span class="section"><a href="thread/release_notes.html">Release Notes</a></span></dt> |
---|
172 | <dt><span class="glossary"><a href="thread.html#thread.glossary">Glossary</a></span></dt> |
---|
173 | <dt><span class="section"><a href="thread/acknowledgements.html">Acknowledgements</a></span></dt> |
---|
174 | <dt><span class="bibliography"><a href="thread.html#thread.bibliography">Bibliography</a></span></dt> |
---|
175 | </dl></dd> |
---|
176 | <dt><span class="chapter"><a href="boost_tr1.html">16. Boost.TR1</a></span></dt> |
---|
177 | <dd><dl> |
---|
178 | <dt><span class="section"><a href="boost_tr1.html#boost_tr1.intro"> Introduction</a></span></dt> |
---|
179 | <dt><span class="section"><a href="boost_tr1/usage.html"> Usage</a></span></dt> |
---|
180 | <dt><span class="section"><a href="boost_tr1/config.html"> Configuration</a></span></dt> |
---|
181 | <dt><span class="section"><a href="boost_tr1/subject_list.html"> TR1 By Subject</a></span></dt> |
---|
182 | <dt><span class="section"><a href="boost_tr1/unsupported.html"> TR By Subject: Unsupported Features</a></span></dt> |
---|
183 | <dt><span class="section"><a href="boost_tr1/header_list.html"> TR1 By Header</a></span></dt> |
---|
184 | <dt><span class="section"><a href="boost_tr1/implementation.html"> Implementation</a></span></dt> |
---|
185 | <dt><span class="section"><a href="boost_tr1/testing.html"> Testing</a></span></dt> |
---|
186 | </dl></dd> |
---|
187 | <dt><span class="chapter"><a href="tribool.html">17. Boost.Tribool</a></span></dt> |
---|
188 | <dd><dl> |
---|
189 | <dt><span class="section"><a href="tribool.html#tribool.introduction">Introduction</a></span></dt> |
---|
190 | <dt><span class="section"><a href="tribool/tutorial.html">Tutorial</a></span></dt> |
---|
191 | <dt><span class="section"><a href="tribool/reference.html">Reference</a></span></dt> |
---|
192 | <dt><span class="section"><a href="tribool/tests.html">Testsuite</a></span></dt> |
---|
193 | </dl></dd> |
---|
194 | <dt><span class="chapter"><a href="boost_typetraits.html">18. Boost.TypeTraits</a></span></dt> |
---|
195 | <dd><dl> |
---|
196 | <dt><span class="section"><a href="boost_typetraits.html#boost_typetraits.intro"> Introduction</a></span></dt> |
---|
197 | <dt><span class="section"><a href="boost_typetraits/background.html"> Background and Tutorial</a></span></dt> |
---|
198 | <dt><span class="section"><a href="boost_typetraits/category.html"> Type Traits by Category</a></span></dt> |
---|
199 | <dt><span class="section"><a href="boost_typetraits/user_defined.html"> User Defined Specializations</a></span></dt> |
---|
200 | <dt><span class="section"><a href="boost_typetraits/intrinsics.html"> Support for Compiler Intrinsics</a></span></dt> |
---|
201 | <dt><span class="section"><a href="boost_typetraits/mpl.html"> MPL Interoperability</a></span></dt> |
---|
202 | <dt><span class="section"><a href="boost_typetraits/examples.html"> Examples</a></span></dt> |
---|
203 | <dt><span class="section"><a href="boost_typetraits/reference.html"> Alphabetical Reference</a></span></dt> |
---|
204 | <dt><span class="section"><a href="boost_typetraits/credits.html"> Credits</a></span></dt> |
---|
205 | </dl></dd> |
---|
206 | <dt><span class="chapter"><a href="typeof.html">19. Boost.Typeof</a></span></dt> |
---|
207 | <dd><dl> |
---|
208 | <dt><span class="section"><a href="typeof.html#typeof.moti"> Motivation</a></span></dt> |
---|
209 | <dt><span class="section"><a href="typeof/tuto.html"> Tutorial</a></span></dt> |
---|
210 | <dt><span class="section"><a href="typeof/refe.html"> Reference</a></span></dt> |
---|
211 | <dt><span class="section"><a href="typeof/other.html"> Other considerations and tips</a></span></dt> |
---|
212 | <dt><span class="section"><a href="typeof/cont.html"> Contributed By:</a></span></dt> |
---|
213 | <dt><span class="section"><a href="typeof/ackn.html"> Acknowledgements</a></span></dt> |
---|
214 | </dl></dd> |
---|
215 | <dt><span class="chapter"><a href="variant.html">20. Boost.Variant</a></span></dt> |
---|
216 | <dd><dl> |
---|
217 | <dt><span class="section"><a href="variant.html#variant.intro">Introduction</a></span></dt> |
---|
218 | <dt><span class="section"><a href="variant/tutorial.html">Tutorial</a></span></dt> |
---|
219 | <dt><span class="section"><a href="variant/reference.html">Reference</a></span></dt> |
---|
220 | <dt><span class="section"><a href="variant/design.html">Design Overview</a></span></dt> |
---|
221 | <dt><span class="section"><a href="variant/misc.html">Miscellaneous Notes</a></span></dt> |
---|
222 | <dt><span class="section"><a href="variant/refs.html">References</a></span></dt> |
---|
223 | </dl></dd> |
---|
224 | <dt><span class="chapter"><a href="xpressive.html">21. Boost.Xpressive</a></span></dt> |
---|
225 | <dd><dl> |
---|
226 | <dt><span class="section"><a href="xpressive.html#boost_xpressive.preface">Preface</a></span></dt> |
---|
227 | <dt><span class="section"><a href="xpressive/user_s_guide.html">User's Guide</a></span></dt> |
---|
228 | <dt><span class="section"><a href="xpressive/reference.html">Reference</a></span></dt> |
---|
229 | <dt><span class="section"><a href="boost_xpressive/acknowledgments.html">Acknowledgments</a></span></dt> |
---|
230 | <dt><span class="section"><a href="xpressive/appendices.html">Appendices</a></span></dt> |
---|
231 | </dl></dd> |
---|
232 | </dl> |
---|
233 | </div> |
---|
234 | </div> |
---|
235 | <table width="100%"><tr> |
---|
236 | <td align="left"></td> |
---|
237 | <td align="right"><small></small></td> |
---|
238 | </tr></table> |
---|
239 | <hr> |
---|
240 | <div class="spirit-nav"> |
---|
241 | <a accesskey="p" href="about.html"><img src="images/prev.png" alt="Prev"></a><a accesskey="u" href="index.html"><img src="images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="images/home.png" alt="Home"></a><a accesskey="n" href="any.html"><img src="images/next.png" alt="Next"></a> |
---|
242 | </div> |
---|
243 | </body> |
---|
244 | </html> |
---|