forked from boostorg/fusion
Doc updates
[SVN r39468]
This commit is contained in:
@ -3,24 +3,24 @@
|
||||
<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.68.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.66.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">
|
||||
<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%">
|
||||
<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.htm">Home</a></td>
|
||||
<td align="center"><a href="../../../../libraries.htm">Libraries</a></td>
|
||||
<td align="center"><a href="../../../../../people/people.htm">People</a></td>
|
||||
<td align="center"><a href="../../../../../more/faq.htm">FAQ</a></td>
|
||||
<td align="center"><a href="../../../../../more/index.htm">More</a></td>
|
||||
</table>
|
||||
</tr></table>
|
||||
<hr>
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="quick_start.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="support.html"><img src="../images/next.png" alt="Next"></a>
|
||||
<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">
|
||||
@ -34,7 +34,7 @@
|
||||
The library is organized in three layers:
|
||||
</p>
|
||||
<a name="fusion.organization.layers"></a><h3>
|
||||
<a name="id908658"></a>
|
||||
<a name="id458808"></a>
|
||||
<a href="organization.html#fusion.organization.layers">Layers</a>
|
||||
</h3>
|
||||
<div class="blockquote"><blockquote class="blockquote">
|
||||
@ -56,7 +56,7 @@
|
||||
against.
|
||||
</p>
|
||||
<a name="fusion.organization.directory"></a><h3>
|
||||
<a name="id908705"></a>
|
||||
<a name="id458866"></a>
|
||||
<a href="organization.html#fusion.organization.directory">Directory</a>
|
||||
</h3>
|
||||
<div class="itemizedlist"><ul type="disc">
|
||||
@ -82,7 +82,7 @@
|
||||
<div class="itemizedlist"><ul type="circle">
|
||||
<li>
|
||||
adapted
|
||||
<div class="itemizedlist"><ul type="square">
|
||||
<div class="itemizedlist"><ul type="disc">
|
||||
<li>
|
||||
array
|
||||
</li>
|
||||
@ -99,7 +99,7 @@
|
||||
</li>
|
||||
<li>
|
||||
container
|
||||
<div class="itemizedlist"><ul type="square">
|
||||
<div class="itemizedlist"><ul type="disc">
|
||||
<li>
|
||||
list
|
||||
</li>
|
||||
@ -131,7 +131,7 @@
|
||||
</li>
|
||||
<li>
|
||||
view
|
||||
<div class="itemizedlist"><ul type="square">
|
||||
<div class="itemizedlist"><ul type="disc">
|
||||
<li>
|
||||
filter_view
|
||||
</li>
|
||||
@ -165,11 +165,11 @@
|
||||
</li>
|
||||
</ul></div>
|
||||
<a name="fusion.organization.example"></a><h3>
|
||||
<a name="id926342"></a>
|
||||
<a name="id459037"></a>
|
||||
<a href="organization.html#fusion.organization.example">Example</a>
|
||||
</h3>
|
||||
<p>
|
||||
If, for example, you want to use <code class="computeroutput"><span class="identifier">list</span></code>,
|
||||
If, for example, you want to use <tt class="computeroutput"><span class="identifier">list</span></tt>,
|
||||
depending on the granularity that you desire, you may do so by including one
|
||||
of
|
||||
</p>
|
||||
@ -180,13 +180,13 @@
|
||||
</pre>
|
||||
<p>
|
||||
The first includes all sequences. The second includes all of sequence containers.
|
||||
The third includes only <code class="computeroutput"><span class="identifier">list</span></code>
|
||||
<sup>[<a name="id926558" href="#ftn.id926558">3</a>]</sup>
|
||||
The third includes only <tt class="computeroutput"><span class="identifier">list</span></tt>
|
||||
<sup>[<a name="id459280" href="#ftn.id459280">3</a>]</sup>
|
||||
.
|
||||
</p>
|
||||
<div class="footnotes">
|
||||
<br><hr width="100" align="left">
|
||||
<div class="footnote"><p><sup>[<a name="ftn.id926558" href="#id926558">3</a>] </sup>
|
||||
<div class="footnote"><p><sup>[<a name="ftn.id459280" href="#id459280">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>
|
||||
@ -199,7 +199,7 @@
|
||||
</tr></table>
|
||||
<hr>
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="quick_start.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="support.html"><img src="../images/next.png" alt="Next"></a>
|
||||
<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>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user