Release 1.39.0
[boost.git] / Boost_1_39_0 / libs / fusion / doc / html / index.html
blob6d3d1f9a0480be3db37984aa6253c81e28f18abe
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
4 <title>Chapter 1. Fusion 2.0</title>
5 <link rel="stylesheet" href="../../../../doc/html/boostbook.css" type="text/css">
6 <meta name="generator" content="DocBook XSL Stylesheets V1.66.1">
7 <link rel="start" href="index.html" title="Chapter 1. Fusion 2.0">
8 <link rel="next" href="fusion/preface.html" title="Preface">
9 </head>
10 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
11 <table cellpadding="2" width="100%"><tr>
12 <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td>
13 <td align="center"><a href="../../../../index.html">Home</a></td>
14 <td align="center"><a href="../../../libraries.htm">Libraries</a></td>
15 <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
16 <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
17 <td align="center"><a href="../../../../more/index.htm">More</a></td>
18 </tr></table>
19 <hr>
20 <div class="spirit-nav"><a accesskey="n" href="fusion/preface.html"><img src="../../../../doc/html/images/next.png" alt="Next"></a></div>
21 <div class="chapter" lang="en">
22 <div class="titlepage"><div>
23 <div><h2 class="title">
24 <a name="fusion"></a>Chapter 1. Fusion 2.0</h2></div>
25 <div><div class="author"><h3 class="author">
26 <span class="firstname">Joel</span> <span class="surname">de Guzman</span>
27 </h3></div></div>
28 <div><div class="author"><h3 class="author">
29 <span class="firstname">Dan</span> <span class="surname">Marsden</span>
30 </h3></div></div>
31 <div><div class="author"><h3 class="author">
32 <span class="firstname">Tobias</span> <span class="surname">Schwinger</span>
33 </h3></div></div>
34 <div><p class="copyright">Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
35 Schwinger</p></div>
36 <div><div class="legalnotice">
37 <a name="id456012"></a><p>
38 Distributed under the Boost Software License, Version 1.0. (See accompanying
39 file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
40 </p>
41 </div></div>
42 </div></div>
43 <div class="toc">
44 <p><b>Table of Contents</b></p>
45 <dl>
46 <dt><span class="section"><a href="fusion/preface.html">Preface</a></span></dt>
47 <dt><span class="section"><a href="fusion/introduction.html">Introduction</a></span></dt>
48 <dt><span class="section"><a href="fusion/quick_start.html">Quick Start</a></span></dt>
49 <dt><span class="section"><a href="fusion/organization.html">Organization</a></span></dt>
50 <dt><span class="section"><a href="fusion/support.html">Support</a></span></dt>
51 <dd><dl>
52 <dt><span class="section"><a href="fusion/support/is_sequence.html">is_sequence</a></span></dt>
53 <dt><span class="section"><a href="fusion/support/is_view.html">is_view</a></span></dt>
54 <dt><span class="section"><a href="fusion/support/tag_of.html">tag_of</a></span></dt>
55 <dt><span class="section"><a href="fusion/support/category_of.html">category_of</a></span></dt>
56 <dt><span class="section"><a href="fusion/support/deduce.html">deduce</a></span></dt>
57 <dt><span class="section"><a href="fusion/support/deduce_sequence.html">deduce_sequence</a></span></dt>
58 <dt><span class="section"><a href="fusion/support/pair.html">pair</a></span></dt>
59 </dl></dd>
60 <dt><span class="section"><a href="fusion/iterator.html">Iterator</a></span></dt>
61 <dd><dl>
62 <dt><span class="section"><a href="fusion/iterator/concepts.html">Concepts</a></span></dt>
63 <dd><dl>
64 <dt><span class="section"><a href="fusion/iterator/concepts/forward_iterator.html">Forward
65 Iterator</a></span></dt>
66 <dt><span class="section"><a href="fusion/iterator/concepts/bidirectional_iterator.html">Bidirectional
67 Iterator</a></span></dt>
68 <dt><span class="section"><a href="fusion/iterator/concepts/random_access_iterator.html">Random
69 Access Iterator</a></span></dt>
70 </dl></dd>
71 <dt><span class="section"><a href="fusion/iterator/functions.html">Functions</a></span></dt>
72 <dd><dl>
73 <dt><span class="section"><a href="fusion/iterator/functions/deref.html">deref</a></span></dt>
74 <dt><span class="section"><a href="fusion/iterator/functions/next.html">next</a></span></dt>
75 <dt><span class="section"><a href="fusion/iterator/functions/prior.html">prior</a></span></dt>
76 <dt><span class="section"><a href="fusion/iterator/functions/distance.html">distance</a></span></dt>
77 <dt><span class="section"><a href="fusion/iterator/functions/advance.html">advance</a></span></dt>
78 <dt><span class="section"><a href="fusion/iterator/functions/advance_c.html">advance_c</a></span></dt>
79 </dl></dd>
80 <dt><span class="section"><a href="fusion/iterator/operator.html">Operator</a></span></dt>
81 <dd><dl>
82 <dt><span class="section"><a href="fusion/iterator/operator/operator_unary_star.html"> Operator
83 *</a></span></dt>
84 <dt><span class="section"><a href="fusion/iterator/operator/operator_equality.html"> Operator
85 ==</a></span></dt>
86 <dt><span class="section"><a href="fusion/iterator/operator/operator_inequality.html"> Operator
87 !=</a></span></dt>
88 </dl></dd>
89 <dt><span class="section"><a href="fusion/iterator/metafunctions.html">Metafunctions</a></span></dt>
90 <dd><dl>
91 <dt><span class="section"><a href="fusion/iterator/metafunctions/value_of.html">value_of</a></span></dt>
92 <dt><span class="section"><a href="fusion/iterator/metafunctions/deref.html">deref</a></span></dt>
93 <dt><span class="section"><a href="fusion/iterator/metafunctions/next.html">next</a></span></dt>
94 <dt><span class="section"><a href="fusion/iterator/metafunctions/prior.html">prior</a></span></dt>
95 <dt><span class="section"><a href="fusion/iterator/metafunctions/equal_to.html">equal_to</a></span></dt>
96 <dt><span class="section"><a href="fusion/iterator/metafunctions/distance.html">distance</a></span></dt>
97 <dt><span class="section"><a href="fusion/iterator/metafunctions/advance.html">advance</a></span></dt>
98 <dt><span class="section"><a href="fusion/iterator/metafunctions/advance_c.html">advance_c</a></span></dt>
99 </dl></dd>
100 </dl></dd>
101 <dt><span class="section"><a href="fusion/sequence.html">Sequence</a></span></dt>
102 <dd><dl>
103 <dt><span class="section"><a href="fusion/sequence/concepts.html">Concepts</a></span></dt>
104 <dd><dl>
105 <dt><span class="section"><a href="fusion/sequence/concepts/forward_sequence.html">Forward
106 Sequence</a></span></dt>
107 <dt><span class="section"><a href="fusion/sequence/concepts/bidirectional_sequence.html">Bidirectional
108 Sequence</a></span></dt>
109 <dt><span class="section"><a href="fusion/sequence/concepts/random_access_sequence.html">Random
110 Access Sequence</a></span></dt>
111 <dt><span class="section"><a href="fusion/sequence/concepts/associative_sequence.html">Associative
112 Sequence</a></span></dt>
113 </dl></dd>
114 <dt><span class="section"><a href="fusion/sequence/intrinsic.html">Intrinsic</a></span></dt>
115 <dd><dl>
116 <dt><span class="section"><a href="fusion/sequence/intrinsic/functions.html">Functions</a></span></dt>
117 <dt><span class="section"><a href="fusion/sequence/intrinsic/metafunctions.html">Metafunctions</a></span></dt>
118 </dl></dd>
119 <dt><span class="section"><a href="fusion/sequence/operator.html">Operator</a></span></dt>
120 <dd><dl>
121 <dt><span class="section"><a href="fusion/sequence/operator/i_o.html">I/O</a></span></dt>
122 <dt><span class="section"><a href="fusion/sequence/operator/comparison.html">Comparison</a></span></dt>
123 </dl></dd>
124 </dl></dd>
125 <dt><span class="section"><a href="fusion/container.html">Container</a></span></dt>
126 <dd><dl>
127 <dt><span class="section"><a href="fusion/container/vector.html">vector</a></span></dt>
128 <dt><span class="section"><a href="fusion/container/cons.html">cons</a></span></dt>
129 <dt><span class="section"><a href="fusion/container/list.html">list</a></span></dt>
130 <dt><span class="section"><a href="fusion/container/set.html">set</a></span></dt>
131 <dt><span class="section"><a href="fusion/container/map.html">map</a></span></dt>
132 <dt><span class="section"><a href="fusion/container/generation.html">Generation</a></span></dt>
133 <dd><dl>
134 <dt><span class="section"><a href="fusion/container/generation/functions.html">Functions</a></span></dt>
135 <dt><span class="section"><a href="fusion/container/generation/metafunctions.html">MetaFunctions</a></span></dt>
136 </dl></dd>
137 <dt><span class="section"><a href="fusion/container/conversion.html">Conversion</a></span></dt>
138 <dd><dl>
139 <dt><span class="section"><a href="fusion/container/conversion/functions.html">Functions</a></span></dt>
140 <dt><span class="section"><a href="fusion/container/conversion/metafunctions.html">Metafunctions</a></span></dt>
141 </dl></dd>
142 </dl></dd>
143 <dt><span class="section"><a href="fusion/view.html">View</a></span></dt>
144 <dd><dl>
145 <dt><span class="section"><a href="fusion/view/single_view.html">single_view</a></span></dt>
146 <dt><span class="section"><a href="fusion/view/filter_view.html">filter_view</a></span></dt>
147 <dt><span class="section"><a href="fusion/view/iterator_range.html">iterator_range</a></span></dt>
148 <dt><span class="section"><a href="fusion/view/joint_view.html">joint_view</a></span></dt>
149 <dt><span class="section"><a href="fusion/view/zip_view.html">zip_view</a></span></dt>
150 <dt><span class="section"><a href="fusion/view/transform_view.html">transform_view</a></span></dt>
151 <dt><span class="section"><a href="fusion/view/reverse_view.html">reverse_view</a></span></dt>
152 </dl></dd>
153 <dt><span class="section"><a href="fusion/adapted.html">Adapted</a></span></dt>
154 <dd><dl>
155 <dt><span class="section"><a href="fusion/adapted/std__pair.html">std::pair</a></span></dt>
156 <dt><span class="section"><a href="fusion/adapted/mpl_sequence.html">mpl sequence</a></span></dt>
157 <dt><span class="section"><a href="fusion/adapted/boost__array.html">boost::array</a></span></dt>
158 <dt><span class="section"><a href="fusion/adapted/boost__tuple.html">boost::tuple</a></span></dt>
159 <dt><span class="section"><a href="fusion/adapted/adapt_struct.html"> BOOST_FUSION_ADAPT_STRUCT</a></span></dt>
160 <dt><span class="section"><a href="fusion/adapted/adapt_assoc.html"> BOOST_FUSION_ADAPT_ASSOC_STRUCT</a></span></dt>
161 </dl></dd>
162 <dt><span class="section"><a href="fusion/algorithm.html">Algorithm</a></span></dt>
163 <dd><dl>
164 <dt><span class="section"><a href="fusion/algorithm/iteration.html">Iteration</a></span></dt>
165 <dd><dl>
166 <dt><span class="section"><a href="fusion/algorithm/iteration/functions.html">Functions</a></span></dt>
167 <dt><span class="section"><a href="fusion/algorithm/iteration/metafunctions.html">Metafunctions</a></span></dt>
168 </dl></dd>
169 <dt><span class="section"><a href="fusion/algorithm/query.html">Query</a></span></dt>
170 <dd><dl>
171 <dt><span class="section"><a href="fusion/algorithm/query/functions.html">Functions</a></span></dt>
172 <dt><span class="section"><a href="fusion/algorithm/query/metafunctions.html">Metafunctions</a></span></dt>
173 </dl></dd>
174 <dt><span class="section"><a href="fusion/algorithm/transformation.html">Transformation</a></span></dt>
175 <dd><dl>
176 <dt><span class="section"><a href="fusion/algorithm/transformation/functions.html">Functions</a></span></dt>
177 <dt><span class="section"><a href="fusion/algorithm/transformation/metafunctions.html">Metafunctions</a></span></dt>
178 </dl></dd>
179 </dl></dd>
180 <dt><span class="section"><a href="fusion/tuple.html">Tuple</a></span></dt>
181 <dd><dl>
182 <dt><span class="section"><a href="fusion/tuple/class_template_tuple.html">Class template tuple</a></span></dt>
183 <dd><dl>
184 <dt><span class="section"><a href="fusion/tuple/class_template_tuple/construction.html">Construction</a></span></dt>
185 <dt><span class="section"><a href="fusion/tuple/class_template_tuple/tuple_creation_functions.html">Tuple
186 creation functions</a></span></dt>
187 <dt><span class="section"><a href="fusion/tuple/class_template_tuple/tuple_helper_classes.html">Tuple
188 helper classes</a></span></dt>
189 <dt><span class="section"><a href="fusion/tuple/class_template_tuple/element_access.html">Element
190 access</a></span></dt>
191 <dt><span class="section"><a href="fusion/tuple/class_template_tuple/relational_operators.html">Relational
192 operators</a></span></dt>
193 </dl></dd>
194 <dt><span class="section"><a href="fusion/tuple/pairs.html">Pairs</a></span></dt>
195 </dl></dd>
196 <dt><span class="section"><a href="fusion/extension.html">Extension</a></span></dt>
197 <dd><dl>
198 <dt><span class="section"><a href="fusion/extension/ext_full.html"> The Full Extension Mechanism</a></span></dt>
199 <dt><span class="section"><a href="fusion/extension/sequence_facade.html">Sequence Facade</a></span></dt>
200 <dt><span class="section"><a href="fusion/extension/iterator_facade.html">Iterator Facade</a></span></dt>
201 </dl></dd>
202 <dt><span class="section"><a href="fusion/functional.html">Functional</a></span></dt>
203 <dd><dl>
204 <dt><span class="section"><a href="fusion/functional/concepts.html">Concepts</a></span></dt>
205 <dd><dl>
206 <dt><span class="section"><a href="fusion/functional/concepts/callable.html"> Callable Object</a></span></dt>
207 <dt><span class="section"><a href="fusion/functional/concepts/reg_callable.html"> Regular Callable
208 Object</a></span></dt>
209 <dt><span class="section"><a href="fusion/functional/concepts/def_callable.html"> Deferred
210 Callable Object</a></span></dt>
211 <dt><span class="section"><a href="fusion/functional/concepts/poly.html"> Polymorphic Function
212 Object</a></span></dt>
213 </dl></dd>
214 <dt><span class="section"><a href="fusion/functional/invocation.html">Invocation</a></span></dt>
215 <dd><dl>
216 <dt><span class="section"><a href="fusion/functional/invocation/functions.html">Functions</a></span></dt>
217 <dt><span class="section"><a href="fusion/functional/invocation/metafunctions.html">Metafunctions</a></span></dt>
218 </dl></dd>
219 <dt><span class="section"><a href="fusion/functional/adapters.html"> Adapters</a></span></dt>
220 <dd><dl>
221 <dt><span class="section"><a href="fusion/functional/adapters/fused.html">fused</a></span></dt>
222 <dt><span class="section"><a href="fusion/functional/adapters/fused_procedure.html">fused_procedure</a></span></dt>
223 <dt><span class="section"><a href="fusion/functional/adapters/fused_function_object.html">fused_function_object</a></span></dt>
224 <dt><span class="section"><a href="fusion/functional/adapters/unfused_generic.html">unfused_generic</a></span></dt>
225 <dt><span class="section"><a href="fusion/functional/adapters/unfused_lvalue_args.html">unfused_lvalue_args</a></span></dt>
226 <dt><span class="section"><a href="fusion/functional/adapters/unfused_rvalue_args.html">unfused_rvalue_args</a></span></dt>
227 <dt><span class="section"><a href="fusion/functional/adapters/unfused_typed.html">unfused_typed</a></span></dt>
228 </dl></dd>
229 <dt><span class="section"><a href="fusion/functional/generation.html">Generation</a></span></dt>
230 <dd><dl>
231 <dt><span class="section"><a href="fusion/functional/generation/functions.html">Functions</a></span></dt>
232 <dt><span class="section"><a href="fusion/functional/generation/metafunctions.html">Metafunctions</a></span></dt>
233 </dl></dd>
234 </dl></dd>
235 <dt><span class="section"><a href="fusion/notes.html">Notes</a></span></dt>
236 <dt><span class="section"><a href="fusion/change_log.html">Change log</a></span></dt>
237 <dt><span class="section"><a href="fusion/acknowledgements.html">Acknowledgements</a></span></dt>
238 <dt><span class="section"><a href="fusion/references.html">References</a></span></dt>
239 </dl>
240 </div>
241 </div>
242 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
243 <td align="left"><p><small>Last revised: July 21, 2008 at 07:17:27 GMT</small></p></td>
244 <td align="right"><div class="copyright-footer"></div></td>
245 </tr></table>
246 <hr>
247 <div class="spirit-nav"><a accesskey="n" href="fusion/preface.html"><img src="../../../../doc/html/images/next.png" alt="Next"></a></div>
248 </body>
249 </html>