blob: 369830cfb7062ccb528d2d02a84ec6ffc734062e [file] [log] [blame]
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Organization</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
<link rel="up" href="../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
<link rel="prev" href="quick_start.html" title="Quick Start">
<link rel="next" href="support.html" title="Support">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
<td align="center"><a href="../../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="quick_start.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="support.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="fusion.organization"></a><a class="link" href="organization.html" title="Organization">Organization</a>
</h2></div></div></div>
<p>
The library is organized into layers of modules, with each module addressing
a particular area of responsibility. A module may not depend on modules in
higher layers.
</p>
<p>
The library is organized in three layers:
</p>
<a name="fusion.organization.layers"></a><h4>
<a name="id834655"></a>
<a class="link" href="organization.html#fusion.organization.layers">Layers</a>
</h4>
<div class="blockquote"><blockquote class="blockquote"><p>
<span class="inlinemediaobject"><img src="../images/fusion_org.png" alt="fusion_org"></span>
</p></blockquote></div>
<p>
The entire library is found in the <code class="computeroutput"><span class="string">"boost/fusion"</span></code>
directory. Modules are organized in directories. Each module has its own header
file placed in the same directory with the actual module-directory. For example,
there exists <code class="computeroutput"><span class="string">"boost/fusion/support.hpp"</span></code>
in the same directory as "boost/fusion/support". Everything, except
those found inside "detail" directories, is public.
</p>
<p>
There is also a <code class="computeroutput"><span class="string">"boost/fusion/include/"</span></code>
directory that contains all the headers to all the components and modules.
If you are unsure where to find a specific component or module, or don't want
to fuss with hierarchy and nesting, use this.
</p>
<p>
The library is header-only. There is no need to build object files to link
against.
</p>
<a name="fusion.organization.directory"></a><h4>
<a name="id834722"></a>
<a class="link" href="organization.html#fusion.organization.directory">Directory</a>
</h4>
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
tuple
</li>
<li class="listitem">
<p class="simpara">
algorithm
</p>
<div class="itemizedlist"><ul class="itemizedlist" type="circle">
<li class="listitem">
iteration
</li>
<li class="listitem">
query
</li>
<li class="listitem">
transformation
</li>
</ul></div>
</li>
<li class="listitem">
<p class="simpara">
adapted
</p>
<div class="itemizedlist"><ul class="itemizedlist" type="circle">
<li class="listitem">
array
</li>
<li class="listitem">
mpl
</li>
<li class="listitem">
boost::tuple
</li>
<li class="listitem">
std_pair
</li>
<li class="listitem">
struct
</li>
<li class="listitem">
variant
</li>
</ul></div>
</li>
<li class="listitem">
<p class="simpara">
view
</p>
<div class="itemizedlist"><ul class="itemizedlist" type="circle">
<li class="listitem">
filter_view
</li>
<li class="listitem">
iterator_range
</li>
<li class="listitem">
joint_view
</li>
<li class="listitem">
reverse_view
</li>
<li class="listitem">
single_view
</li>
<li class="listitem">
transform_view
</li>
<li class="listitem">
zip_view
</li>
</ul></div>
</li>
<li class="listitem">
<p class="simpara">
container
</p>
<div class="itemizedlist"><ul class="itemizedlist" type="circle">
<li class="listitem">
deque
</li>
<li class="listitem">
list
</li>
<li class="listitem">
map
</li>
<li class="listitem">
set
</li>
<li class="listitem">
vector
</li>
<li class="listitem">
generation
</li>
</ul></div>
</li>
<li class="listitem">
mpl
</li>
<li class="listitem">
functional
</li>
<li class="listitem">
<p class="simpara">
sequence
</p>
<div class="itemizedlist"><ul class="itemizedlist" type="circle">
<li class="listitem">
comparison
</li>
<li class="listitem">
intrinsic
</li>
<li class="listitem">
io
</li>
</ul></div>
</li>
<li class="listitem">
iterator
</li>
<li class="listitem">
support
</li>
</ul></div>
<a name="fusion.organization.example"></a><h4>
<a name="id835009"></a>
<a class="link" href="organization.html#fusion.organization.example">Example</a>
</h4>
<p>
If, for example, you want to use <code class="computeroutput"><span class="identifier">list</span></code>,
depending on the granularity that you desire, you may do so by including one
of
</p>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">container</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">list</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">list</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
</pre>
<p>
The first includes all containers The second includes only <code class="computeroutput"><span class="identifier">list</span></code>
<sup>[<a name="id835218" href="#ftn.id835218" class="footnote">4</a>]</sup>.
</p>
<div class="footnotes">
<br><hr width="100" align="left">
<div class="footnote"><p><sup>[<a name="ftn.id835218" href="#id835218" class="para">4</a>] </sup>
Modules may contain smaller components. Header file information for each
component will be provided as part of the component's documentation.
</p></div>
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright &#169; 2001-2007 Joel de Guzman, Dan Marsden, Tobias
Schwinger<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
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>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="quick_start.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="support.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>