forked from boostorg/fusion
refresh docs
[SVN r41080]
This commit is contained in:
@ -33,7 +33,7 @@
|
||||
</p>
|
||||
<p>
|
||||
For starters, we shall include all of Fusion's <a href="sequence.html" title="Sequence">Sequence</a>(s)
|
||||
<sup>[<a name="id456260" href="#ftn.id456260">1</a>]</sup>
|
||||
<sup>[<a name="id456266" href="#ftn.id456266">1</a>]</sup>
|
||||
:
|
||||
</p>
|
||||
<pre class="programlisting">
|
||||
@ -42,7 +42,7 @@
|
||||
</pre>
|
||||
<p>
|
||||
Let's begin with a <tt class="computeroutput"><a href="container/vector.html" title="vector"><tt class="computeroutput"><span class="identifier">vector</span></tt></a></tt>
|
||||
<sup>[<a name="id456427" href="#ftn.id456427">2</a>]</sup>
|
||||
<sup>[<a name="id456433" href="#ftn.id456433">2</a>]</sup>
|
||||
:
|
||||
</p>
|
||||
<pre class="programlisting">
|
||||
@ -60,7 +60,7 @@
|
||||
Let's see some examples.
|
||||
</p>
|
||||
<a name="fusion.quick_start.print_the_vector_as_xml"></a><h3>
|
||||
<a name="id456890"></a>
|
||||
<a name="id456896"></a>
|
||||
<a href="quick_start.html#fusion.quick_start.print_the_vector_as_xml">Print the vector
|
||||
as XML</a>
|
||||
</h3>
|
||||
@ -118,7 +118,7 @@
|
||||
print just about any Fusion <a href="sequence.html" title="Sequence">Sequence</a>.
|
||||
</p>
|
||||
<a name="fusion.quick_start.print_only_pointers"></a><h3>
|
||||
<a name="id457548"></a>
|
||||
<a name="id457553"></a>
|
||||
<a href="quick_start.html#fusion.quick_start.print_only_pointers">Print only pointers</a>
|
||||
</h3>
|
||||
<p>
|
||||
@ -152,7 +152,7 @@
|
||||
Easy, right?
|
||||
</p>
|
||||
<a name="fusion.quick_start.associative_tuples"></a><h3>
|
||||
<a name="id457958"></a>
|
||||
<a name="id457964"></a>
|
||||
<a href="quick_start.html#fusion.quick_start.associative_tuples">Associative tuples</a>
|
||||
</h3>
|
||||
<p>
|
||||
@ -227,7 +227,7 @@
|
||||
a <tt class="computeroutput"><span class="identifier">dog</span></tt> or a whole <tt class="computeroutput"><span class="identifier">alternate_universe</span></tt>.
|
||||
</p>
|
||||
<a name="fusion.quick_start.tip_of_the_iceberg"></a><h3>
|
||||
<a name="id459000"></a>
|
||||
<a name="id459006"></a>
|
||||
<a href="quick_start.html#fusion.quick_start.tip_of_the_iceberg">Tip of the Iceberg</a>
|
||||
</h3>
|
||||
<p>
|
||||
@ -238,12 +238,12 @@
|
||||
</p>
|
||||
<div class="footnotes">
|
||||
<br><hr width="100" align="left">
|
||||
<div class="footnote"><p><sup>[<a name="ftn.id456260" href="#id456260">1</a>] </sup>
|
||||
<div class="footnote"><p><sup>[<a name="ftn.id456266" href="#id456266">1</a>] </sup>
|
||||
There are finer grained header files available if you wish to have more
|
||||
control over which components to include (see section <a href="organization.html" title="Organization">Orgainization</a>
|
||||
for details).
|
||||
</p></div>
|
||||
<div class="footnote"><p><sup>[<a name="ftn.id456427" href="#id456427">2</a>] </sup>
|
||||
<div class="footnote"><p><sup>[<a name="ftn.id456433" href="#id456433">2</a>] </sup>
|
||||
Unless otherwise noted, components are in namespace <tt class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">fusion</span></tt>.
|
||||
For the sake of simplicity, code in this quick start implies <tt class="computeroutput"><span class="keyword">using</span></tt> directives for the fusion components
|
||||
we will be using.
|
||||
@ -252,11 +252,12 @@
|
||||
</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"><small>Copyright <20> 2001-2007 Joel de Guzman, Dan Marsden, Tobias
|
||||
<td align="right"><div class="copyright-footer">Copyright <20> 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></small></div></td>
|
||||
</p>
|
||||
</div></td>
|
||||
</tr></table>
|
||||
<hr>
|
||||
<div class="spirit-nav">
|
||||
|
Reference in New Issue
Block a user