forked from boostorg/fusion
Fusion: added nview and friends, docs and tests
[SVN r56377]
This commit is contained in:
@ -3,10 +3,10 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title>Organization</title>
|
||||
<link rel="stylesheet" href="../../../../../doc/html/boostbook.css" type="text/css">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.0">
|
||||
<link rel="home" href="../index.html" title="Chapter<65>1.<2E>Fusion 2.0">
|
||||
<link rel="up" href="../index.html" title="Chapter<65>1.<2E>Fusion 2.0">
|
||||
<link rel="previous" href="quick_start.html" title="Quick Start">
|
||||
<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">
|
||||
@ -22,13 +22,10 @@
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="quick_start.html"><img src="../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="support.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
|
||||
</div>
|
||||
<div class="section" lang="en">
|
||||
<div class="titlepage">
|
||||
<div><div><h2 class="title" style="clear: both">
|
||||
<a name="fusion.organization"></a><a href="organization.html" title="Organization">Organization</a>
|
||||
</h2></div></div>
|
||||
<div></div>
|
||||
</div>
|
||||
<div class="section" title="Organization">
|
||||
<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
|
||||
@ -37,29 +34,29 @@
|
||||
<p>
|
||||
The library is organized in three layers:
|
||||
</p>
|
||||
<a name="fusion.organization.layers"></a><h3>
|
||||
<a name="id411712"></a>
|
||||
<a href="organization.html#fusion.organization.layers">Layers</a>
|
||||
</h3>
|
||||
<a name="fusion.organization.layers"></a><h4>
|
||||
<a name="id559338"></a>
|
||||
<a class="link" href="organization.html#fusion.organization.layers">Layers</a>
|
||||
</h4>
|
||||
<div class="blockquote"><blockquote class="blockquote">
|
||||
<p>
|
||||
</p>
|
||||
<p>
|
||||
<span class="inlinemediaobject"><img src="images/fusion_org.png" alt="fusion_org"></span>
|
||||
<span class="inlinemediaobject"><img src="../images/fusion_org.png" alt="fusion_org"></span>
|
||||
</p>
|
||||
<p>
|
||||
</p>
|
||||
</blockquote></div>
|
||||
<p>
|
||||
The entire library is found in the <tt class="computeroutput"><span class="string">"boost/fusion"</span></tt>
|
||||
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 <tt class="computeroutput"><span class="string">"boost/fusion/support.hpp"</span></tt>
|
||||
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 <tt class="computeroutput"><span class="string">"boost/fusion/include/"</span></tt>
|
||||
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.
|
||||
@ -68,133 +65,133 @@
|
||||
The library is header-only. There is no need to build object files to link
|
||||
against.
|
||||
</p>
|
||||
<a name="fusion.organization.directory"></a><h3>
|
||||
<a name="id411808"></a>
|
||||
<a href="organization.html#fusion.organization.directory">Directory</a>
|
||||
</h3>
|
||||
<div class="itemizedlist"><ul type="disc">
|
||||
<li>
|
||||
<a name="fusion.organization.directory"></a><h4>
|
||||
<a name="id559409"></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>
|
||||
<li class="listitem">
|
||||
algorithm
|
||||
<div class="itemizedlist"><ul type="circle">
|
||||
<li>
|
||||
<div class="itemizedlist"><ul class="itemizedlist" type="circle">
|
||||
<li class="listitem">
|
||||
iteration
|
||||
</li>
|
||||
<li>
|
||||
<li class="listitem">
|
||||
query
|
||||
</li>
|
||||
<li>
|
||||
<li class="listitem">
|
||||
transformation
|
||||
</li>
|
||||
</ul></div>
|
||||
</li>
|
||||
<li>
|
||||
<li class="listitem">
|
||||
adapted
|
||||
<div class="itemizedlist"><ul type="circle">
|
||||
<li>
|
||||
<div class="itemizedlist"><ul class="itemizedlist" type="circle">
|
||||
<li class="listitem">
|
||||
array
|
||||
</li>
|
||||
<li>
|
||||
<li class="listitem">
|
||||
mpl
|
||||
</li>
|
||||
<li>
|
||||
<li class="listitem">
|
||||
boost::tuple
|
||||
</li>
|
||||
<li>
|
||||
<li class="listitem">
|
||||
std_pair
|
||||
</li>
|
||||
<li>
|
||||
<li class="listitem">
|
||||
struct
|
||||
</li>
|
||||
<li>
|
||||
<li class="listitem">
|
||||
variant
|
||||
</li>
|
||||
</ul></div>
|
||||
</li>
|
||||
<li>
|
||||
<li class="listitem">
|
||||
view
|
||||
<div class="itemizedlist"><ul type="circle">
|
||||
<li>
|
||||
<div class="itemizedlist"><ul class="itemizedlist" type="circle">
|
||||
<li class="listitem">
|
||||
filter_view
|
||||
</li>
|
||||
<li>
|
||||
<li class="listitem">
|
||||
iterator_range
|
||||
</li>
|
||||
<li>
|
||||
<li class="listitem">
|
||||
joint_view
|
||||
</li>
|
||||
<li>
|
||||
<li class="listitem">
|
||||
reverse_view
|
||||
</li>
|
||||
<li>
|
||||
<li class="listitem">
|
||||
single_view
|
||||
</li>
|
||||
<li>
|
||||
<li class="listitem">
|
||||
transform_view
|
||||
</li>
|
||||
<li>
|
||||
<li class="listitem">
|
||||
zip_view
|
||||
</li>
|
||||
</ul></div>
|
||||
</li>
|
||||
<li>
|
||||
<li class="listitem">
|
||||
container
|
||||
<div class="itemizedlist"><ul type="circle">
|
||||
<li>
|
||||
<div class="itemizedlist"><ul class="itemizedlist" type="circle">
|
||||
<li class="listitem">
|
||||
deque
|
||||
</li>
|
||||
<li>
|
||||
<li class="listitem">
|
||||
list
|
||||
</li>
|
||||
<li>
|
||||
<li class="listitem">
|
||||
map
|
||||
</li>
|
||||
<li>
|
||||
<li class="listitem">
|
||||
set
|
||||
</li>
|
||||
<li>
|
||||
<li class="listitem">
|
||||
vector
|
||||
</li>
|
||||
<li>
|
||||
<li class="listitem">
|
||||
generation
|
||||
</li>
|
||||
</ul></div>
|
||||
</li>
|
||||
<li>
|
||||
<li class="listitem">
|
||||
mpl
|
||||
</li>
|
||||
<li>
|
||||
<li class="listitem">
|
||||
functional
|
||||
</li>
|
||||
<li>
|
||||
<li class="listitem">
|
||||
sequence
|
||||
<div class="itemizedlist"><ul type="circle">
|
||||
<li>
|
||||
<div class="itemizedlist"><ul class="itemizedlist" type="circle">
|
||||
<li class="listitem">
|
||||
comparison
|
||||
</li>
|
||||
<li>
|
||||
<li class="listitem">
|
||||
intrinsic
|
||||
</li>
|
||||
<li>
|
||||
<li class="listitem">
|
||||
io
|
||||
</li>
|
||||
</ul></div>
|
||||
</li>
|
||||
<li>
|
||||
<li class="listitem">
|
||||
iterator
|
||||
</li>
|
||||
<li>
|
||||
<li class="listitem">
|
||||
support
|
||||
</li>
|
||||
</ul></div>
|
||||
<a name="fusion.organization.example"></a><h3>
|
||||
<a name="id411996"></a>
|
||||
<a href="organization.html#fusion.organization.example">Example</a>
|
||||
</h3>
|
||||
<a name="fusion.organization.example"></a><h4>
|
||||
<a name="id559570"></a>
|
||||
<a class="link" href="organization.html#fusion.organization.example">Example</a>
|
||||
</h4>
|
||||
<p>
|
||||
If, for example, you want to use <tt class="computeroutput"><span class="identifier">list</span></tt>,
|
||||
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>
|
||||
@ -204,13 +201,13 @@
|
||||
<span class="preprocessor">#include</span> <span class="special"><</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">></span>
|
||||
</pre>
|
||||
<p>
|
||||
The first includes all containers The second includes only <tt class="computeroutput"><span class="identifier">list</span></tt>
|
||||
<sup>[<a name="id412262" href="#ftn.id412262">4</a>]</sup>
|
||||
The first includes all containers The second includes only <code class="computeroutput"><span class="identifier">list</span></code>
|
||||
<sup>[<a name="id559779" href="#ftn.id559779" class="footnote">4</a>]</sup>
|
||||
.
|
||||
</p>
|
||||
<div class="footnotes">
|
||||
<br><hr width="100" align="left">
|
||||
<div class="footnote"><p><sup>[<a name="ftn.id412262" href="#id412262">4</a>] </sup>
|
||||
<div class="footnote"><p><sup>[<a name="ftn.id559779" href="#id559779" 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>
|
||||
|
Reference in New Issue
Block a user