forked from boostorg/fusion
changes TOC settings to make all components reachable, again
[SVN r36814]
This commit is contained in:
@ -12,6 +12,6 @@ boostbook quickbook
|
|||||||
<xsl:param>chunk.first.sections=1
|
<xsl:param>chunk.first.sections=1
|
||||||
<xsl:param>toc.section.depth=3
|
<xsl:param>toc.section.depth=3
|
||||||
<xsl:param>toc.max.depth=3
|
<xsl:param>toc.max.depth=3
|
||||||
<xsl:param>generate.section.toc.level=1
|
<xsl:param>generate.section.toc.level=4
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@ -23,8 +23,12 @@
|
|||||||
<div class="spirit-nav">
|
<div class="spirit-nav">
|
||||||
<a accesskey="p" href="../algorithms.html"><img src="../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../algorithms.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="concepts/poly.html"><img src="../../images/next.png" alt="Next"></a>
|
<a accesskey="p" href="../algorithms.html"><img src="../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../algorithms.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="concepts/poly.html"><img src="../../images/next.png" alt="Next"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title">
|
<div class="section" lang="en">
|
||||||
<a name="fusion.algorithms.concepts"></a><a href="concepts.html" title="Concepts">Concepts</a></h3></div></div></div></div>
|
<div class="titlepage"><div><div><h3 class="title">
|
||||||
|
<a name="fusion.algorithms.concepts"></a><a href="concepts.html" title="Concepts">Concepts</a></h3></div></div></div>
|
||||||
|
<div class="toc"><dl><dt><span class="section"><a href="concepts/poly.html"> Polymorphic Function
|
||||||
|
Object</a></span></dt></dl></div>
|
||||||
|
</div>
|
||||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||||
<td align="left"></td>
|
<td align="left"></td>
|
||||||
<td align="right"><small>Copyright <20> 2001-2005 Joel de Guzman, Dan Marsden</small></td>
|
<td align="right"><small>Copyright <20> 2001-2005 Joel de Guzman, Dan Marsden</small></td>
|
||||||
|
@ -26,6 +26,10 @@
|
|||||||
<div class="section" lang="en">
|
<div class="section" lang="en">
|
||||||
<div class="titlepage"><div><div><h3 class="title">
|
<div class="titlepage"><div><div><h3 class="title">
|
||||||
<a name="fusion.algorithms.iteration"></a><a href="iteration.html" title="Iteration">Iteration</a></h3></div></div></div>
|
<a name="fusion.algorithms.iteration"></a><a href="iteration.html" title="Iteration">Iteration</a></h3></div></div></div>
|
||||||
|
<div class="toc"><dl>
|
||||||
|
<dt><span class="section"><a href="iteration/functions.html">Functions</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="iteration/metafunctions.html">Metafunctions</a></span></dt>
|
||||||
|
</dl></div>
|
||||||
<p>
|
<p>
|
||||||
The iteration algorithms provide the fundamental algorithms for traversing
|
The iteration algorithms provide the fundamental algorithms for traversing
|
||||||
a sequence repeatedly applying an operation to its elements.
|
a sequence repeatedly applying an operation to its elements.
|
||||||
|
@ -22,8 +22,15 @@
|
|||||||
<div class="spirit-nav">
|
<div class="spirit-nav">
|
||||||
<a accesskey="p" href="../iteration.html"><img src="../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../iteration.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="functions/fold.html"><img src="../../../images/next.png" alt="Next"></a>
|
<a accesskey="p" href="../iteration.html"><img src="../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../iteration.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="functions/fold.html"><img src="../../../images/next.png" alt="Next"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" lang="en"><div class="titlepage"><div><div><h4 class="title">
|
<div class="section" lang="en">
|
||||||
<a name="fusion.algorithms.iteration.functions"></a><a href="functions.html" title="Functions">Functions</a></h4></div></div></div></div>
|
<div class="titlepage"><div><div><h4 class="title">
|
||||||
|
<a name="fusion.algorithms.iteration.functions"></a><a href="functions.html" title="Functions">Functions</a></h4></div></div></div>
|
||||||
|
<div class="toc"><dl>
|
||||||
|
<dt><span class="section"><a href="functions/fold.html">fold</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="functions/accumulate.html">accumulate</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="functions/for_each.html">for_each</a></span></dt>
|
||||||
|
</dl></div>
|
||||||
|
</div>
|
||||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||||
<td align="left"></td>
|
<td align="left"></td>
|
||||||
<td align="right"><small>Copyright <20> 2001-2005 Joel de Guzman, Dan Marsden</small></td>
|
<td align="right"><small>Copyright <20> 2001-2005 Joel de Guzman, Dan Marsden</small></td>
|
||||||
|
@ -22,8 +22,15 @@
|
|||||||
<div class="spirit-nav">
|
<div class="spirit-nav">
|
||||||
<a accesskey="p" href="functions/for_each.html"><img src="../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../iteration.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="metafunctions/fold.html"><img src="../../../images/next.png" alt="Next"></a>
|
<a accesskey="p" href="functions/for_each.html"><img src="../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../iteration.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="metafunctions/fold.html"><img src="../../../images/next.png" alt="Next"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" lang="en"><div class="titlepage"><div><div><h4 class="title">
|
<div class="section" lang="en">
|
||||||
<a name="fusion.algorithms.iteration.metafunctions"></a><a href="metafunctions.html" title="Metafunctions">Metafunctions</a></h4></div></div></div></div>
|
<div class="titlepage"><div><div><h4 class="title">
|
||||||
|
<a name="fusion.algorithms.iteration.metafunctions"></a><a href="metafunctions.html" title="Metafunctions">Metafunctions</a></h4></div></div></div>
|
||||||
|
<div class="toc"><dl>
|
||||||
|
<dt><span class="section"><a href="metafunctions/fold.html">fold</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="metafunctions/accumulate.html">accumulate</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="metafunctions/for_each.html">for_each</a></span></dt>
|
||||||
|
</dl></div>
|
||||||
|
</div>
|
||||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||||
<td align="left"></td>
|
<td align="left"></td>
|
||||||
<td align="right"><small>Copyright <20> 2001-2005 Joel de Guzman, Dan Marsden</small></td>
|
<td align="right"><small>Copyright <20> 2001-2005 Joel de Guzman, Dan Marsden</small></td>
|
||||||
|
@ -25,6 +25,10 @@
|
|||||||
<div class="section" lang="en">
|
<div class="section" lang="en">
|
||||||
<div class="titlepage"><div><div><h3 class="title">
|
<div class="titlepage"><div><div><h3 class="title">
|
||||||
<a name="fusion.algorithms.query"></a><a href="query.html" title="Query">Query</a></h3></div></div></div>
|
<a name="fusion.algorithms.query"></a><a href="query.html" title="Query">Query</a></h3></div></div></div>
|
||||||
|
<div class="toc"><dl>
|
||||||
|
<dt><span class="section"><a href="query/functions.html">Functions</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="query/metafunctions.html">Metafunctions</a></span></dt>
|
||||||
|
</dl></div>
|
||||||
<p>
|
<p>
|
||||||
The query algorithms provide support for searching and analyzing sequences.
|
The query algorithms provide support for searching and analyzing sequences.
|
||||||
</p>
|
</p>
|
||||||
|
@ -22,8 +22,19 @@
|
|||||||
<div class="spirit-nav">
|
<div class="spirit-nav">
|
||||||
<a accesskey="p" href="../query.html"><img src="../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../query.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="functions/any.html"><img src="../../../images/next.png" alt="Next"></a>
|
<a accesskey="p" href="../query.html"><img src="../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../query.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="functions/any.html"><img src="../../../images/next.png" alt="Next"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" lang="en"><div class="titlepage"><div><div><h4 class="title">
|
<div class="section" lang="en">
|
||||||
<a name="fusion.algorithms.query.functions"></a><a href="functions.html" title="Functions">Functions</a></h4></div></div></div></div>
|
<div class="titlepage"><div><div><h4 class="title">
|
||||||
|
<a name="fusion.algorithms.query.functions"></a><a href="functions.html" title="Functions">Functions</a></h4></div></div></div>
|
||||||
|
<div class="toc"><dl>
|
||||||
|
<dt><span class="section"><a href="functions/any.html">any</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="functions/all.html">all</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="functions/none.html">none</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="functions/find.html">find</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="functions/find_if.html">find_if</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="functions/count.html">count</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="functions/count_if.html">count_if</a></span></dt>
|
||||||
|
</dl></div>
|
||||||
|
</div>
|
||||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||||
<td align="left"></td>
|
<td align="left"></td>
|
||||||
<td align="right"><small>Copyright <20> 2001-2005 Joel de Guzman, Dan Marsden</small></td>
|
<td align="right"><small>Copyright <20> 2001-2005 Joel de Guzman, Dan Marsden</small></td>
|
||||||
|
@ -22,8 +22,19 @@
|
|||||||
<div class="spirit-nav">
|
<div class="spirit-nav">
|
||||||
<a accesskey="p" href="functions/count_if.html"><img src="../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../query.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="metafunctions/any.html"><img src="../../../images/next.png" alt="Next"></a>
|
<a accesskey="p" href="functions/count_if.html"><img src="../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../query.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="metafunctions/any.html"><img src="../../../images/next.png" alt="Next"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" lang="en"><div class="titlepage"><div><div><h4 class="title">
|
<div class="section" lang="en">
|
||||||
<a name="fusion.algorithms.query.metafunctions"></a><a href="metafunctions.html" title="Metafunctions">Metafunctions</a></h4></div></div></div></div>
|
<div class="titlepage"><div><div><h4 class="title">
|
||||||
|
<a name="fusion.algorithms.query.metafunctions"></a><a href="metafunctions.html" title="Metafunctions">Metafunctions</a></h4></div></div></div>
|
||||||
|
<div class="toc"><dl>
|
||||||
|
<dt><span class="section"><a href="metafunctions/any.html">any</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="metafunctions/all.html">all</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="metafunctions/none.html">none</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="metafunctions/find.html">find</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="metafunctions/find_if.html">find_if</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="metafunctions/count.html">count</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="metafunctions/count_if.html">count_if</a></span></dt>
|
||||||
|
</dl></div>
|
||||||
|
</div>
|
||||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||||
<td align="left"></td>
|
<td align="left"></td>
|
||||||
<td align="right"><small>Copyright <20> 2001-2005 Joel de Guzman, Dan Marsden</small></td>
|
<td align="right"><small>Copyright <20> 2001-2005 Joel de Guzman, Dan Marsden</small></td>
|
||||||
|
@ -25,6 +25,10 @@
|
|||||||
<div class="section" lang="en">
|
<div class="section" lang="en">
|
||||||
<div class="titlepage"><div><div><h3 class="title">
|
<div class="titlepage"><div><div><h3 class="title">
|
||||||
<a name="fusion.algorithms.transformation"></a><a href="transformation.html" title="Transformation">Transformation</a></h3></div></div></div>
|
<a name="fusion.algorithms.transformation"></a><a href="transformation.html" title="Transformation">Transformation</a></h3></div></div></div>
|
||||||
|
<div class="toc"><dl>
|
||||||
|
<dt><span class="section"><a href="transformation/functions.html">Functions</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="transformation/metafunctions.html">Metafunctions</a></span></dt>
|
||||||
|
</dl></div>
|
||||||
<p>
|
<p>
|
||||||
The transformation algorithms create new sequences out of existing sequences
|
The transformation algorithms create new sequences out of existing sequences
|
||||||
by performing some sort of transformation. In reality the new sequences are
|
by performing some sort of transformation. In reality the new sequences are
|
||||||
|
@ -22,8 +22,31 @@
|
|||||||
<div class="spirit-nav">
|
<div class="spirit-nav">
|
||||||
<a accesskey="p" href="../transformation.html"><img src="../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../transformation.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="functions/filter.html"><img src="../../../images/next.png" alt="Next"></a>
|
<a accesskey="p" href="../transformation.html"><img src="../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../transformation.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="functions/filter.html"><img src="../../../images/next.png" alt="Next"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" lang="en"><div class="titlepage"><div><div><h4 class="title">
|
<div class="section" lang="en">
|
||||||
<a name="fusion.algorithms.transformation.functions"></a><a href="functions.html" title="Functions">Functions</a></h4></div></div></div></div>
|
<div class="titlepage"><div><div><h4 class="title">
|
||||||
|
<a name="fusion.algorithms.transformation.functions"></a><a href="functions.html" title="Functions">Functions</a></h4></div></div></div>
|
||||||
|
<div class="toc"><dl>
|
||||||
|
<dt><span class="section"><a href="functions/filter.html">filter</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="functions/filter_if.html">filter_if</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="functions/transform.html">transform</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="functions/replace.html">replace</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="functions/replace_if.html">replace_if</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="functions/remove.html">remove</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="functions/remove_if.html">remove_if</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="functions/reverse.html">reverse</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="functions/clear.html">clear</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="functions/erase.html">erase</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="functions/erase_key.html">erase_key</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="functions/insert.html">insert</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="functions/insert_range.html">insert_range</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="functions/join.html">join</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="functions/zip.html">zip</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="functions/pop_back.html">pop_back</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="functions/pop_front.html">pop_front</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="functions/push_back.html">push_back</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="functions/push_front.html">push_front</a></span></dt>
|
||||||
|
</dl></div>
|
||||||
|
</div>
|
||||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||||
<td align="left"></td>
|
<td align="left"></td>
|
||||||
<td align="right"><small>Copyright <20> 2001-2005 Joel de Guzman, Dan Marsden</small></td>
|
<td align="right"><small>Copyright <20> 2001-2005 Joel de Guzman, Dan Marsden</small></td>
|
||||||
|
@ -22,8 +22,31 @@
|
|||||||
<div class="spirit-nav">
|
<div class="spirit-nav">
|
||||||
<a accesskey="p" href="functions/push_front.html"><img src="../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../transformation.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="metafunctions/filter.html"><img src="../../../images/next.png" alt="Next"></a>
|
<a accesskey="p" href="functions/push_front.html"><img src="../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../transformation.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="metafunctions/filter.html"><img src="../../../images/next.png" alt="Next"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" lang="en"><div class="titlepage"><div><div><h4 class="title">
|
<div class="section" lang="en">
|
||||||
<a name="fusion.algorithms.transformation.metafunctions"></a><a href="metafunctions.html" title="Metafunctions">Metafunctions</a></h4></div></div></div></div>
|
<div class="titlepage"><div><div><h4 class="title">
|
||||||
|
<a name="fusion.algorithms.transformation.metafunctions"></a><a href="metafunctions.html" title="Metafunctions">Metafunctions</a></h4></div></div></div>
|
||||||
|
<div class="toc"><dl>
|
||||||
|
<dt><span class="section"><a href="metafunctions/filter.html">filter</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="metafunctions/filter_if.html">filter_if</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="metafunctions/transform.html">transform</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="metafunctions/replace.html">replace</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="metafunctions/replace_if.html">replace_if</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="metafunctions/remove.html">remove</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="metafunctions/remove_if.html">remove_if</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="metafunctions/reverse.html">reverse</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="metafunctions/clear.html">clear</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="metafunctions/erase.html">erase</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="metafunctions/erase_key.html">erase_key</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="metafunctions/insert.html">insert</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="metafunctions/insert_range.html">insert_range</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="metafunctions/join.html">join</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="metafunctions/zip.html">zip</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="metafunctions/pop_back.html">pop_back</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="metafunctions/pop_front.html">pop_front</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="metafunctions/push_back.html">push_back</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="metafunctions/push_front.html">push_front</a></span></dt>
|
||||||
|
</dl></div>
|
||||||
|
</div>
|
||||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||||
<td align="left"></td>
|
<td align="left"></td>
|
||||||
<td align="right"><small>Copyright <20> 2001-2005 Joel de Guzman, Dan Marsden</small></td>
|
<td align="right"><small>Copyright <20> 2001-2005 Joel de Guzman, Dan Marsden</small></td>
|
||||||
|
@ -26,6 +26,14 @@
|
|||||||
<div class="section" lang="en">
|
<div class="section" lang="en">
|
||||||
<div class="titlepage"><div><div><h3 class="title">
|
<div class="titlepage"><div><div><h3 class="title">
|
||||||
<a name="fusion.iterators.concepts"></a><a href="concepts.html" title="Concepts">Concepts</a></h3></div></div></div>
|
<a name="fusion.iterators.concepts"></a><a href="concepts.html" title="Concepts">Concepts</a></h3></div></div></div>
|
||||||
|
<div class="toc"><dl>
|
||||||
|
<dt><span class="section"><a href="concepts/forward_iterator.html">Forward
|
||||||
|
Iterator</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="concepts/bidirectional_iterator.html">Bidirectional
|
||||||
|
Iterator</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="concepts/random_access_iterator.html">Random
|
||||||
|
Access Iterator</a></span></dt>
|
||||||
|
</dl></div>
|
||||||
<p>
|
<p>
|
||||||
Fusion iterators are divided into different traversal categories. <a href="concepts/forward_iterator.html" title="Forward
|
Fusion iterators are divided into different traversal categories. <a href="concepts/forward_iterator.html" title="Forward
|
||||||
Iterator">Forward
|
Iterator">Forward
|
||||||
|
@ -26,6 +26,14 @@
|
|||||||
<div class="section" lang="en">
|
<div class="section" lang="en">
|
||||||
<div class="titlepage"><div><div><h3 class="title">
|
<div class="titlepage"><div><div><h3 class="title">
|
||||||
<a name="fusion.iterators.functions"></a><a href="functions.html" title="Functions">Functions</a></h3></div></div></div>
|
<a name="fusion.iterators.functions"></a><a href="functions.html" title="Functions">Functions</a></h3></div></div></div>
|
||||||
|
<div class="toc"><dl>
|
||||||
|
<dt><span class="section"><a href="functions/deref.html">deref</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="functions/next.html">next</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="functions/prior.html">prior</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="functions/distance.html">distance</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="functions/advance.html">advance</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="functions/advance_c.html">advance_c</a></span></dt>
|
||||||
|
</dl></div>
|
||||||
<p>
|
<p>
|
||||||
Fusion provides functions for manipulating iterators, analogous to the similar
|
Fusion provides functions for manipulating iterators, analogous to the similar
|
||||||
functions from the <a href="http://www.boost.org/libs/mpl/index.html" target="_top">MPL</a>
|
functions from the <a href="http://www.boost.org/libs/mpl/index.html" target="_top">MPL</a>
|
||||||
|
@ -23,8 +23,20 @@
|
|||||||
<div class="spirit-nav">
|
<div class="spirit-nav">
|
||||||
<a accesskey="p" href="operators/operator_inequality.html"><img src="../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../iterators.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="metafunctions/value_of.html"><img src="../../images/next.png" alt="Next"></a>
|
<a accesskey="p" href="operators/operator_inequality.html"><img src="../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../iterators.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="metafunctions/value_of.html"><img src="../../images/next.png" alt="Next"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title">
|
<div class="section" lang="en">
|
||||||
<a name="fusion.iterators.metafunctions"></a><a href="metafunctions.html" title="Metafunctions">Metafunctions</a></h3></div></div></div></div>
|
<div class="titlepage"><div><div><h3 class="title">
|
||||||
|
<a name="fusion.iterators.metafunctions"></a><a href="metafunctions.html" title="Metafunctions">Metafunctions</a></h3></div></div></div>
|
||||||
|
<div class="toc"><dl>
|
||||||
|
<dt><span class="section"><a href="metafunctions/value_of.html">value_of</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="metafunctions/deref.html">deref</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="metafunctions/next.html">next</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="metafunctions/prior.html">prior</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="metafunctions/equal_to.html">equal_to</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="metafunctions/distance.html">distance</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="metafunctions/advance.html">advance</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="metafunctions/advance_c.html">advance_c</a></span></dt>
|
||||||
|
</dl></div>
|
||||||
|
</div>
|
||||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||||
<td align="left"></td>
|
<td align="left"></td>
|
||||||
<td align="right"><small>Copyright <20> 2001-2005 Joel de Guzman, Dan Marsden</small></td>
|
<td align="right"><small>Copyright <20> 2001-2005 Joel de Guzman, Dan Marsden</small></td>
|
||||||
|
@ -26,6 +26,14 @@
|
|||||||
<div class="section" lang="en">
|
<div class="section" lang="en">
|
||||||
<div class="titlepage"><div><div><h3 class="title">
|
<div class="titlepage"><div><div><h3 class="title">
|
||||||
<a name="fusion.iterators.operators"></a><a href="operators.html" title="Operators">Operators</a></h3></div></div></div>
|
<a name="fusion.iterators.operators"></a><a href="operators.html" title="Operators">Operators</a></h3></div></div></div>
|
||||||
|
<div class="toc"><dl>
|
||||||
|
<dt><span class="section"><a href="operators/operator_unary_star.html"> Operator
|
||||||
|
*</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="operators/operator_equality.html"> Operator
|
||||||
|
==</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="operators/operator_inequality.html"> Operator
|
||||||
|
!=</a></span></dt>
|
||||||
|
</dl></div>
|
||||||
<p>
|
<p>
|
||||||
Overloaded operators are provided to provide a more natural syntax for dereferencing
|
Overloaded operators are provided to provide a more natural syntax for dereferencing
|
||||||
iterators, and comparing them for equality.
|
iterators, and comparing them for equality.
|
||||||
|
@ -25,6 +25,13 @@
|
|||||||
<div class="section" lang="en">
|
<div class="section" lang="en">
|
||||||
<div class="titlepage"><div><div><h3 class="title">
|
<div class="titlepage"><div><div><h3 class="title">
|
||||||
<a name="fusion.sequences.adapted"></a><a href="adapted.html" title="Adapted">Adapted</a></h3></div></div></div>
|
<a name="fusion.sequences.adapted"></a><a href="adapted.html" title="Adapted">Adapted</a></h3></div></div></div>
|
||||||
|
<div class="toc"><dl>
|
||||||
|
<dt><span class="section"><a href="adapted/std__pair.html">std::pair</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="adapted/mpl_sequence.html">mpl sequence</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="adapted/boost__array.html">boost::array</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="adapted/boost__tuple.html">boost::tuple</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="adapted/boost__variant.html">boost::variant</a></span></dt>
|
||||||
|
</dl></div>
|
||||||
<p>
|
<p>
|
||||||
Fusion provides a couple of adapters for other sequences such as <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span></code>,
|
Fusion provides a couple of adapters for other sequences such as <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span></code>,
|
||||||
<a href="http://www.boost.org/libs/mpl/index.html" target="_top">MPL</a> sequences,
|
<a href="http://www.boost.org/libs/mpl/index.html" target="_top">MPL</a> sequences,
|
||||||
|
@ -26,6 +26,16 @@
|
|||||||
<div class="section" lang="en">
|
<div class="section" lang="en">
|
||||||
<div class="titlepage"><div><div><h3 class="title">
|
<div class="titlepage"><div><div><h3 class="title">
|
||||||
<a name="fusion.sequences.concepts"></a><a href="concepts.html" title="Concepts">Concepts</a></h3></div></div></div>
|
<a name="fusion.sequences.concepts"></a><a href="concepts.html" title="Concepts">Concepts</a></h3></div></div></div>
|
||||||
|
<div class="toc"><dl>
|
||||||
|
<dt><span class="section"><a href="concepts/forward_sequence.html">Forward
|
||||||
|
Sequence</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="concepts/bidirectional_sequence.html">Bidirectional
|
||||||
|
Sequence</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="concepts/random_access_sequence.html">Random
|
||||||
|
Access Sequence</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="concepts/associative_sequence.html">Associative
|
||||||
|
Sequence</a></span></dt>
|
||||||
|
</dl></div>
|
||||||
<p>
|
<p>
|
||||||
Fusion Sequences are organized into a hierarchy of concepts.
|
Fusion Sequences are organized into a hierarchy of concepts.
|
||||||
</p>
|
</p>
|
||||||
|
@ -26,6 +26,13 @@
|
|||||||
<div class="section" lang="en">
|
<div class="section" lang="en">
|
||||||
<div class="titlepage"><div><div><h3 class="title">
|
<div class="titlepage"><div><div><h3 class="title">
|
||||||
<a name="fusion.sequences.containers"></a><a href="containers.html" title="Containers">Containers</a></h3></div></div></div>
|
<a name="fusion.sequences.containers"></a><a href="containers.html" title="Containers">Containers</a></h3></div></div></div>
|
||||||
|
<div class="toc"><dl>
|
||||||
|
<dt><span class="section"><a href="containers/vector.html">vector</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="containers/cons.html">cons</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="containers/list.html">list</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="containers/set.html">set</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="containers/map.html">map</a></span></dt>
|
||||||
|
</dl></div>
|
||||||
<p>
|
<p>
|
||||||
Fusion provides a few predefined sequences out of the box. These <span class="emphasis"><em>containers</em></span>
|
Fusion provides a few predefined sequences out of the box. These <span class="emphasis"><em>containers</em></span>
|
||||||
actually hold heterogenously typed data; unlike <a href="views.html" title="Views">Views</a>.
|
actually hold heterogenously typed data; unlike <a href="views.html" title="Views">Views</a>.
|
||||||
|
@ -25,6 +25,10 @@
|
|||||||
<div class="section" lang="en">
|
<div class="section" lang="en">
|
||||||
<div class="titlepage"><div><div><h3 class="title">
|
<div class="titlepage"><div><div><h3 class="title">
|
||||||
<a name="fusion.sequences.conversion"></a><a href="conversion.html" title="Conversion">Conversion</a></h3></div></div></div>
|
<a name="fusion.sequences.conversion"></a><a href="conversion.html" title="Conversion">Conversion</a></h3></div></div></div>
|
||||||
|
<div class="toc"><dl>
|
||||||
|
<dt><span class="section"><a href="conversion/functions.html">Functions</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="conversion/metafunctions.html">Metafunctions</a></span></dt>
|
||||||
|
</dl></div>
|
||||||
<p>
|
<p>
|
||||||
All fusion sequences can be converted to one of the <a href="containers.html" title="Containers">Containers</a>
|
All fusion sequences can be converted to one of the <a href="containers.html" title="Containers">Containers</a>
|
||||||
types using one of these conversion functions.
|
types using one of these conversion functions.
|
||||||
|
@ -22,8 +22,16 @@
|
|||||||
<div class="spirit-nav">
|
<div class="spirit-nav">
|
||||||
<a accesskey="p" href="../conversion.html"><img src="../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../conversion.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="functions/as_list.html"><img src="../../../images/next.png" alt="Next"></a>
|
<a accesskey="p" href="../conversion.html"><img src="../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../conversion.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="functions/as_list.html"><img src="../../../images/next.png" alt="Next"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" lang="en"><div class="titlepage"><div><div><h4 class="title">
|
<div class="section" lang="en">
|
||||||
<a name="fusion.sequences.conversion.functions"></a><a href="functions.html" title="Functions">Functions</a></h4></div></div></div></div>
|
<div class="titlepage"><div><div><h4 class="title">
|
||||||
|
<a name="fusion.sequences.conversion.functions"></a><a href="functions.html" title="Functions">Functions</a></h4></div></div></div>
|
||||||
|
<div class="toc"><dl>
|
||||||
|
<dt><span class="section"><a href="functions/as_list.html">as_list</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="functions/as_vector.html">as_vector</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="functions/as_set.html">as_set</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="functions/as_map.html">as_map</a></span></dt>
|
||||||
|
</dl></div>
|
||||||
|
</div>
|
||||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||||
<td align="left"></td>
|
<td align="left"></td>
|
||||||
<td align="right"><small>Copyright <20> 2001-2005 Joel de Guzman, Dan Marsden</small></td>
|
<td align="right"><small>Copyright <20> 2001-2005 Joel de Guzman, Dan Marsden</small></td>
|
||||||
|
@ -22,8 +22,16 @@
|
|||||||
<div class="spirit-nav">
|
<div class="spirit-nav">
|
||||||
<a accesskey="p" href="functions/as_map.html"><img src="../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../conversion.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="metafunctions/as_list.html"><img src="../../../images/next.png" alt="Next"></a>
|
<a accesskey="p" href="functions/as_map.html"><img src="../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../conversion.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="metafunctions/as_list.html"><img src="../../../images/next.png" alt="Next"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" lang="en"><div class="titlepage"><div><div><h4 class="title">
|
<div class="section" lang="en">
|
||||||
<a name="fusion.sequences.conversion.metafunctions"></a><a href="metafunctions.html" title="Metafunctions">Metafunctions</a></h4></div></div></div></div>
|
<div class="titlepage"><div><div><h4 class="title">
|
||||||
|
<a name="fusion.sequences.conversion.metafunctions"></a><a href="metafunctions.html" title="Metafunctions">Metafunctions</a></h4></div></div></div>
|
||||||
|
<div class="toc"><dl>
|
||||||
|
<dt><span class="section"><a href="metafunctions/as_list.html">as_list</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="metafunctions/as_vector.html">as_vector</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="metafunctions/as_set.html">as_set</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="metafunctions/as_map.html">as_map</a></span></dt>
|
||||||
|
</dl></div>
|
||||||
|
</div>
|
||||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||||
<td align="left"></td>
|
<td align="left"></td>
|
||||||
<td align="right"><small>Copyright <20> 2001-2005 Joel de Guzman, Dan Marsden</small></td>
|
<td align="right"><small>Copyright <20> 2001-2005 Joel de Guzman, Dan Marsden</small></td>
|
||||||
|
@ -25,6 +25,10 @@
|
|||||||
<div class="section" lang="en">
|
<div class="section" lang="en">
|
||||||
<div class="titlepage"><div><div><h3 class="title">
|
<div class="titlepage"><div><div><h3 class="title">
|
||||||
<a name="fusion.sequences.generation"></a><a href="generation.html" title="Generation">Generation</a></h3></div></div></div>
|
<a name="fusion.sequences.generation"></a><a href="generation.html" title="Generation">Generation</a></h3></div></div></div>
|
||||||
|
<div class="toc"><dl>
|
||||||
|
<dt><span class="section"><a href="generation/functions.html">Functions</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="generation/metafunctions.html">MetaFunctions</a></span></dt>
|
||||||
|
</dl></div>
|
||||||
<p>
|
<p>
|
||||||
These are the functions that you can use to generate various forms of <a href="containers.html" title="Containers">Containers</a> from elemental values.
|
These are the functions that you can use to generate various forms of <a href="containers.html" title="Containers">Containers</a> from elemental values.
|
||||||
</p>
|
</p>
|
||||||
|
@ -22,8 +22,20 @@
|
|||||||
<div class="spirit-nav">
|
<div class="spirit-nav">
|
||||||
<a accesskey="p" href="../generation.html"><img src="../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../generation.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="functions/make_list.html"><img src="../../../images/next.png" alt="Next"></a>
|
<a accesskey="p" href="../generation.html"><img src="../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../generation.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="functions/make_list.html"><img src="../../../images/next.png" alt="Next"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" lang="en"><div class="titlepage"><div><div><h4 class="title">
|
<div class="section" lang="en">
|
||||||
<a name="fusion.sequences.generation.functions"></a><a href="functions.html" title="Functions">Functions</a></h4></div></div></div></div>
|
<div class="titlepage"><div><div><h4 class="title">
|
||||||
|
<a name="fusion.sequences.generation.functions"></a><a href="functions.html" title="Functions">Functions</a></h4></div></div></div>
|
||||||
|
<div class="toc"><dl>
|
||||||
|
<dt><span class="section"><a href="functions/make_list.html">make_list</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="functions/make_cons.html">make_cons</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="functions/make_vector.html">make_vector</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="functions/make_set.html">make_set</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="functions/make_map.html">make_map</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="functions/tiers.html">Tiers</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="functions/list_tie.html">list_tie</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="functions/vector_tie.html">vector_tie</a></span></dt>
|
||||||
|
</dl></div>
|
||||||
|
</div>
|
||||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||||
<td align="left"></td>
|
<td align="left"></td>
|
||||||
<td align="right"><small>Copyright <20> 2001-2005 Joel de Guzman, Dan Marsden</small></td>
|
<td align="right"><small>Copyright <20> 2001-2005 Joel de Guzman, Dan Marsden</small></td>
|
||||||
|
@ -22,8 +22,19 @@
|
|||||||
<div class="spirit-nav">
|
<div class="spirit-nav">
|
||||||
<a accesskey="p" href="functions/vector_tie.html"><img src="../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../generation.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="metafunctions/make_list.html"><img src="../../../images/next.png" alt="Next"></a>
|
<a accesskey="p" href="functions/vector_tie.html"><img src="../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../generation.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="metafunctions/make_list.html"><img src="../../../images/next.png" alt="Next"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" lang="en"><div class="titlepage"><div><div><h4 class="title">
|
<div class="section" lang="en">
|
||||||
<a name="fusion.sequences.generation.metafunctions"></a><a href="metafunctions.html" title="MetaFunctions">MetaFunctions</a></h4></div></div></div></div>
|
<div class="titlepage"><div><div><h4 class="title">
|
||||||
|
<a name="fusion.sequences.generation.metafunctions"></a><a href="metafunctions.html" title="MetaFunctions">MetaFunctions</a></h4></div></div></div>
|
||||||
|
<div class="toc"><dl>
|
||||||
|
<dt><span class="section"><a href="metafunctions/make_list.html">make_list</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="metafunctions/make_cons.html">make_cons</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="metafunctions/make_vector.html">make_vector</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="metafunctions/make_set.html">make_set</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="metafunctions/make_map.html">make_map</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="metafunctions/list_tie.html">list_tie</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="metafunctions/vector_tie.html">vector_tie</a></span></dt>
|
||||||
|
</dl></div>
|
||||||
|
</div>
|
||||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||||
<td align="left"></td>
|
<td align="left"></td>
|
||||||
<td align="right"><small>Copyright <20> 2001-2005 Joel de Guzman, Dan Marsden</small></td>
|
<td align="right"><small>Copyright <20> 2001-2005 Joel de Guzman, Dan Marsden</small></td>
|
||||||
|
@ -25,6 +25,10 @@
|
|||||||
<div class="section" lang="en">
|
<div class="section" lang="en">
|
||||||
<div class="titlepage"><div><div><h3 class="title">
|
<div class="titlepage"><div><div><h3 class="title">
|
||||||
<a name="fusion.sequences.intrinsics"></a><a href="intrinsics.html" title="Intrinsics">Intrinsics</a></h3></div></div></div>
|
<a name="fusion.sequences.intrinsics"></a><a href="intrinsics.html" title="Intrinsics">Intrinsics</a></h3></div></div></div>
|
||||||
|
<div class="toc"><dl>
|
||||||
|
<dt><span class="section"><a href="intrinsics/functions.html">Functions</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="intrinsics/metafunctions.html">Metafunctions</a></span></dt>
|
||||||
|
</dl></div>
|
||||||
<p>
|
<p>
|
||||||
Intrinsics form the essential interface of Fusion <span class="underline">_sequence</span>_s.
|
Intrinsics form the essential interface of Fusion <span class="underline">_sequence</span>_s.
|
||||||
<a href="http://en.wikipedia.org/wiki/Standard_Template_Library" target="_top">STL</a>
|
<a href="http://en.wikipedia.org/wiki/Standard_Template_Library" target="_top">STL</a>
|
||||||
|
@ -22,8 +22,22 @@
|
|||||||
<div class="spirit-nav">
|
<div class="spirit-nav">
|
||||||
<a accesskey="p" href="../intrinsics.html"><img src="../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../intrinsics.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="functions/begin.html"><img src="../../../images/next.png" alt="Next"></a>
|
<a accesskey="p" href="../intrinsics.html"><img src="../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../intrinsics.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="functions/begin.html"><img src="../../../images/next.png" alt="Next"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" lang="en"><div class="titlepage"><div><div><h4 class="title">
|
<div class="section" lang="en">
|
||||||
<a name="fusion.sequences.intrinsics.functions"></a><a href="functions.html" title="Functions">Functions</a></h4></div></div></div></div>
|
<div class="titlepage"><div><div><h4 class="title">
|
||||||
|
<a name="fusion.sequences.intrinsics.functions"></a><a href="functions.html" title="Functions">Functions</a></h4></div></div></div>
|
||||||
|
<div class="toc"><dl>
|
||||||
|
<dt><span class="section"><a href="functions/begin.html">begin</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="functions/end.html">end</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="functions/empty.html">empty</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="functions/front.html">front</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="functions/back.html">back</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="functions/size.html">size</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="functions/at.html">at</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="functions/at_c.html">at_c</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="functions/has_key.html">has_key</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="functions/at_key.html">at_key</a></span></dt>
|
||||||
|
</dl></div>
|
||||||
|
</div>
|
||||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||||
<td align="left"></td>
|
<td align="left"></td>
|
||||||
<td align="right"><small>Copyright <20> 2001-2005 Joel de Guzman, Dan Marsden</small></td>
|
<td align="right"><small>Copyright <20> 2001-2005 Joel de Guzman, Dan Marsden</small></td>
|
||||||
|
@ -22,8 +22,25 @@
|
|||||||
<div class="spirit-nav">
|
<div class="spirit-nav">
|
||||||
<a accesskey="p" href="functions/at_key.html"><img src="../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../intrinsics.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="metafunctions/begin.html"><img src="../../../images/next.png" alt="Next"></a>
|
<a accesskey="p" href="functions/at_key.html"><img src="../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../intrinsics.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="metafunctions/begin.html"><img src="../../../images/next.png" alt="Next"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" lang="en"><div class="titlepage"><div><div><h4 class="title">
|
<div class="section" lang="en">
|
||||||
<a name="fusion.sequences.intrinsics.metafunctions"></a><a href="metafunctions.html" title="Metafunctions">Metafunctions</a></h4></div></div></div></div>
|
<div class="titlepage"><div><div><h4 class="title">
|
||||||
|
<a name="fusion.sequences.intrinsics.metafunctions"></a><a href="metafunctions.html" title="Metafunctions">Metafunctions</a></h4></div></div></div>
|
||||||
|
<div class="toc"><dl>
|
||||||
|
<dt><span class="section"><a href="metafunctions/begin.html">begin</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="metafunctions/end.html">end</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="metafunctions/empty.html">empty</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="metafunctions/front.html">front</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="metafunctions/back.html">back</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="metafunctions/size.html">size</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="metafunctions/at.html">at</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="metafunctions/at_c.html">at_c</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="metafunctions/value_at.html">value_at</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="metafunctions/value_at_c.html">value_at_c</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="metafunctions/has_key.html">has_key</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="metafunctions/at_key.html">at_key</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="metafunctions/value_at_key.html">value_at_key</a></span></dt>
|
||||||
|
</dl></div>
|
||||||
|
</div>
|
||||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||||
<td align="left"></td>
|
<td align="left"></td>
|
||||||
<td align="right"><small>Copyright <20> 2001-2005 Joel de Guzman, Dan Marsden</small></td>
|
<td align="right"><small>Copyright <20> 2001-2005 Joel de Guzman, Dan Marsden</small></td>
|
||||||
|
@ -25,6 +25,10 @@
|
|||||||
<div class="section" lang="en">
|
<div class="section" lang="en">
|
||||||
<div class="titlepage"><div><div><h3 class="title">
|
<div class="titlepage"><div><div><h3 class="title">
|
||||||
<a name="fusion.sequences.operators"></a><a href="operators.html" title="Operators">Operators</a></h3></div></div></div>
|
<a name="fusion.sequences.operators"></a><a href="operators.html" title="Operators">Operators</a></h3></div></div></div>
|
||||||
|
<div class="toc"><dl>
|
||||||
|
<dt><span class="section"><a href="operators/i_o.html">I/O</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="operators/comparison.html">Comparison</a></span></dt>
|
||||||
|
</dl></div>
|
||||||
<p>
|
<p>
|
||||||
These operators, like the <a href="../algorithms.html" title="Algorithms">Algorithms</a>,
|
These operators, like the <a href="../algorithms.html" title="Algorithms">Algorithms</a>,
|
||||||
work generically on all Fusion sequences. All conforming Fusion sequences
|
work generically on all Fusion sequences. All conforming Fusion sequences
|
||||||
|
@ -25,6 +25,19 @@
|
|||||||
<div class="section" lang="en">
|
<div class="section" lang="en">
|
||||||
<div class="titlepage"><div><div><h4 class="title">
|
<div class="titlepage"><div><div><h4 class="title">
|
||||||
<a name="fusion.sequences.operators.comparison"></a><a href="comparison.html" title="Comparison">Comparison</a></h4></div></div></div>
|
<a name="fusion.sequences.operators.comparison"></a><a href="comparison.html" title="Comparison">Comparison</a></h4></div></div></div>
|
||||||
|
<div class="toc"><dl>
|
||||||
|
<dt><span class="section"><a href="comparison/equal.html">equal</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="comparison/not_equal.html">not
|
||||||
|
equal</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="comparison/less_than.html">less
|
||||||
|
than</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="comparison/less_than_equal.html">less
|
||||||
|
than equal</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="comparison/greater_than.html">greater
|
||||||
|
than</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="comparison/greater_than_equal.html">greater
|
||||||
|
than equal</a></span></dt>
|
||||||
|
</dl></div>
|
||||||
<p>
|
<p>
|
||||||
The Comparison operators: <code class="computeroutput"><span class="special">==</span></code>,
|
The Comparison operators: <code class="computeroutput"><span class="special">==</span></code>,
|
||||||
<code class="computeroutput"><span class="special">!=</span></code>, <code class="computeroutput"><span class="special"><</span></code>,
|
<code class="computeroutput"><span class="special">!=</span></code>, <code class="computeroutput"><span class="special"><</span></code>,
|
||||||
|
@ -25,6 +25,10 @@
|
|||||||
<div class="section" lang="en">
|
<div class="section" lang="en">
|
||||||
<div class="titlepage"><div><div><h4 class="title">
|
<div class="titlepage"><div><div><h4 class="title">
|
||||||
<a name="fusion.sequences.operators.i_o"></a><a href="i_o.html" title="I/O">I/O</a></h4></div></div></div>
|
<a name="fusion.sequences.operators.i_o"></a><a href="i_o.html" title="I/O">I/O</a></h4></div></div></div>
|
||||||
|
<div class="toc"><dl>
|
||||||
|
<dt><span class="section"><a href="i_o/in.html">in</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="i_o/out.html">out</a></span></dt>
|
||||||
|
</dl></div>
|
||||||
<p>
|
<p>
|
||||||
The I/O operators: <code class="computeroutput"><span class="special"><<</span></code>
|
The I/O operators: <code class="computeroutput"><span class="special"><<</span></code>
|
||||||
and <code class="computeroutput"><span class="special">>></span></code> work generically
|
and <code class="computeroutput"><span class="special">>></span></code> work generically
|
||||||
|
@ -25,6 +25,15 @@
|
|||||||
<div class="section" lang="en">
|
<div class="section" lang="en">
|
||||||
<div class="titlepage"><div><div><h3 class="title">
|
<div class="titlepage"><div><div><h3 class="title">
|
||||||
<a name="fusion.sequences.views"></a><a href="views.html" title="Views">Views</a></h3></div></div></div>
|
<a name="fusion.sequences.views"></a><a href="views.html" title="Views">Views</a></h3></div></div></div>
|
||||||
|
<div class="toc"><dl>
|
||||||
|
<dt><span class="section"><a href="views/single_view.html">single_view</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="views/filter_view.html">filter_view</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="views/iterator_range.html">iterator_range</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="views/joint_view.html">joint_view</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="views/zip_view.html">zip_view</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="views/transform_view.html">transform_view</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="views/reverse_view.html">reverse_view</a></span></dt>
|
||||||
|
</dl></div>
|
||||||
<p>
|
<p>
|
||||||
Views are sequences that do not actually contain data, but instead impart
|
Views are sequences that do not actually contain data, but instead impart
|
||||||
an alternative presentation over the data from one or more underlying sequences.
|
an alternative presentation over the data from one or more underlying sequences.
|
||||||
|
@ -25,6 +25,17 @@
|
|||||||
<div class="section" lang="en">
|
<div class="section" lang="en">
|
||||||
<div class="titlepage"><div><div><h3 class="title">
|
<div class="titlepage"><div><div><h3 class="title">
|
||||||
<a name="fusion.tuples.class_template_tuple"></a><a href="class_template_tuple.html" title="Class template tuple">Class template tuple</a></h3></div></div></div>
|
<a name="fusion.tuples.class_template_tuple"></a><a href="class_template_tuple.html" title="Class template tuple">Class template tuple</a></h3></div></div></div>
|
||||||
|
<div class="toc"><dl>
|
||||||
|
<dt><span class="section"><a href="class_template_tuple/construction.html">Construction</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="class_template_tuple/tuple_creation_functions.html">Tuple
|
||||||
|
creation functions</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="class_template_tuple/tuple_helper_classes.html">Tuple
|
||||||
|
helper classes</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="class_template_tuple/element_access.html">Element
|
||||||
|
access</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="class_template_tuple/relational_operators.html">Relational
|
||||||
|
operators</a></span></dt>
|
||||||
|
</dl></div>
|
||||||
<p>
|
<p>
|
||||||
Fusion's implementation of the <a href="http://std.dkuug.dk/jtc1/sc22/wg21/docs/papers/2002/n1403.pdf" target="_top">TR1
|
Fusion's implementation of the <a href="http://std.dkuug.dk/jtc1/sc22/wg21/docs/papers/2002/n1403.pdf" target="_top">TR1
|
||||||
Tuple</a> is also a fusion <a href="../sequences/concepts/forward_sequence.html" title="Forward
|
Tuple</a> is also a fusion <a href="../sequences/concepts/forward_sequence.html" title="Forward
|
||||||
|
@ -200,7 +200,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||||
<td align="left"><small><p>Last revised: January 27, 2007 at 10:20:52 GMT</p></small></td>
|
<td align="left"><small><p>Last revised: January 27, 2007 at 12:44:16 GMT</p></small></td>
|
||||||
<td align="right"><small></small></td>
|
<td align="right"><small></small></td>
|
||||||
</tr></table>
|
</tr></table>
|
||||||
<hr>
|
<hr>
|
||||||
|
Reference in New Issue
Block a user