forked from boostorg/fusion
adds documentation for functional module
[SVN r36959]
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title>Organization</title>
|
||||
<link rel="stylesheet" href="../boostbook.css" type="text/css">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.66.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
|
||||
<link rel="start" 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="prev" href="quick_start.html" title="Quick Start">
|
||||
@ -34,7 +34,7 @@
|
||||
The library is organized in three layers:
|
||||
</p>
|
||||
<a name="fusion.organization.layers"></a><h3>
|
||||
<a name="id450585"></a>
|
||||
<a name="id902625"></a>
|
||||
<a href="organization.html#fusion.organization.layers">Layers</a>
|
||||
</h3>
|
||||
<div class="blockquote"><blockquote class="blockquote"><p>
|
||||
@ -50,7 +50,7 @@
|
||||
against.
|
||||
</p>
|
||||
<a name="fusion.organization.directory"></a><h3>
|
||||
<a name="id450640"></a>
|
||||
<a name="id902669"></a>
|
||||
<a href="organization.html#fusion.organization.directory">Directory</a>
|
||||
</h3>
|
||||
<div class="itemizedlist"><ul type="disc">
|
||||
@ -76,7 +76,7 @@
|
||||
<div class="itemizedlist"><ul type="circle">
|
||||
<li>
|
||||
adapted
|
||||
<div class="itemizedlist"><ul type="disc">
|
||||
<div class="itemizedlist"><ul type="square">
|
||||
<li>
|
||||
array
|
||||
</li>
|
||||
@ -93,7 +93,7 @@
|
||||
</li>
|
||||
<li>
|
||||
container
|
||||
<div class="itemizedlist"><ul type="disc">
|
||||
<div class="itemizedlist"><ul type="square">
|
||||
<li>
|
||||
list
|
||||
</li>
|
||||
@ -125,7 +125,7 @@
|
||||
</li>
|
||||
<li>
|
||||
view
|
||||
<div class="itemizedlist"><ul type="disc">
|
||||
<div class="itemizedlist"><ul type="square">
|
||||
<li>
|
||||
filter_view
|
||||
</li>
|
||||
@ -159,11 +159,11 @@
|
||||
</li>
|
||||
</ul></div>
|
||||
<a name="fusion.organization.example"></a><h3>
|
||||
<a name="id450811"></a>
|
||||
<a name="id902830"></a>
|
||||
<a href="organization.html#fusion.organization.example">Example</a>
|
||||
</h3>
|
||||
<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>
|
||||
@ -174,13 +174,13 @@
|
||||
</pre>
|
||||
<p>
|
||||
The first includes all sequences. The second includes all of sequence containers.
|
||||
The third includes only <tt class="computeroutput"><span class="identifier">list</span></tt>
|
||||
<sup>[<a name="id451051" href="#ftn.id451051">3</a>]</sup>
|
||||
The third includes only <code class="computeroutput"><span class="identifier">list</span></code>
|
||||
<sup>[<a name="id903042" href="#ftn.id903042">3</a>]</sup>
|
||||
.
|
||||
</p>
|
||||
<div class="footnotes">
|
||||
<br><hr width="100" align="left">
|
||||
<div class="footnote"><p><sup>[<a name="ftn.id451051" href="#id451051">3</a>] </sup>
|
||||
<div class="footnote"><p><sup>[<a name="ftn.id903042" href="#id903042">3</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