Update of /cvsroot/boost/boost/libs/fusion/doc/html/fusion/algorithms
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv14230/fusion/algorithms
Modified Files:
iteration.html query.html transformation.html
Log Message:
adds documentation for functional module
Index: iteration.html
===================================================================
RCS file:
/cvsroot/boost/boost/libs/fusion/doc/html/fusion/algorithms/iteration.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- iteration.html 7 Feb 2007 22:59:21 -0000 1.12
+++ iteration.html 15 Feb 2007 23:10:52 -0000 1.13
@@ -3,11 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Iteration</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 1. Fusion 2.0">
<link rel="up" href="../algorithms.html" title="Algorithms">
-<link rel="prev" href="concepts/poly.html" title=" Polymorphic Function
- Object">
+<link rel="prev" href="../algorithms.html" title="Algorithms">
<link rel="next" href="iteration/functions.html" title="Functions">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084"
alink="#0000FF">
@@ -21,21 +20,31 @@
</table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="concepts/poly.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="iteration/functions.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="iteration/functions.html"><img src="../../images/next.png"
alt="Next"></a>
</div>
<div class="section" lang="en">
<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>
<div class="toc"><dl>
<dt><span class="section"><a
href="iteration/functions.html">Functions</a></span></dt>
+<dd><dl>
+<dt><span class="section"><a
href="iteration/functions/fold.html">fold</a></span></dt>
+<dt><span class="section"><a
href="iteration/functions/accumulate.html">accumulate</a></span></dt>
+<dt><span class="section"><a
href="iteration/functions/for_each.html">for_each</a></span></dt>
+</dl></dd>
<dt><span class="section"><a
href="iteration/metafunctions.html">Metafunctions</a></span></dt>
+<dd><dl>
+<dt><span class="section"><a
href="iteration/metafunctions/fold.html">fold</a></span></dt>
+<dt><span class="section"><a
href="iteration/metafunctions/accumulate.html">accumulate</a></span></dt>
+<dt><span class="section"><a
href="iteration/metafunctions/for_each.html">for_each</a></span></dt>
+</dl></dd>
</dl></div>
<p>
The iteration algorithms provide the fundamental algorithms for
traversing
a sequence repeatedly applying an operation to its elements.
</p>
<a name="fusion.algorithms.iteration.header"></a><h4>
-<a name="id553535"></a>
+<a name="id1080628"></a>
<a href="iteration.html#fusion.algorithms.iteration.header">Header</a>
</h4>
<pre class="programlisting">
@@ -48,7 +57,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="concepts/poly.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="iteration/functions.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="iteration/functions.html"><img src="../../images/next.png"
alt="Next"></a>
</div>
</body>
</html>
Index: query.html
===================================================================
RCS file:
/cvsroot/boost/boost/libs/fusion/doc/html/fusion/algorithms/query.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- query.html 7 Feb 2007 22:59:21 -0000 1.12
+++ query.html 15 Feb 2007 23:10:52 -0000 1.13
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Query</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 1. Fusion 2.0">
<link rel="up" href="../algorithms.html" title="Algorithms">
<link rel="prev" href="iteration/metafunctions/for_each.html" title="for_each">
@@ -27,13 +27,31 @@
<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>
+<dd><dl>
+<dt><span class="section"><a
href="query/functions/any.html">any</a></span></dt>
+<dt><span class="section"><a
href="query/functions/all.html">all</a></span></dt>
+<dt><span class="section"><a
href="query/functions/none.html">none</a></span></dt>
+<dt><span class="section"><a
href="query/functions/find.html">find</a></span></dt>
+<dt><span class="section"><a
href="query/functions/find_if.html">find_if</a></span></dt>
+<dt><span class="section"><a
href="query/functions/count.html">count</a></span></dt>
+<dt><span class="section"><a
href="query/functions/count_if.html">count_if</a></span></dt>
+</dl></dd>
<dt><span class="section"><a
href="query/metafunctions.html">Metafunctions</a></span></dt>
+<dd><dl>
+<dt><span class="section"><a
href="query/metafunctions/any.html">any</a></span></dt>
+<dt><span class="section"><a
href="query/metafunctions/all.html">all</a></span></dt>
+<dt><span class="section"><a
href="query/metafunctions/none.html">none</a></span></dt>
+<dt><span class="section"><a
href="query/metafunctions/find.html">find</a></span></dt>
+<dt><span class="section"><a
href="query/metafunctions/find_if.html">find_if</a></span></dt>
+<dt><span class="section"><a
href="query/metafunctions/count.html">count</a></span></dt>
+<dt><span class="section"><a
href="query/metafunctions/count_if.html">count_if</a></span></dt>
+</dl></dd>
</dl></div>
<p>
The query algorithms provide support for searching and analyzing
sequences.
</p>
<a name="fusion.algorithms.query.header"></a><h4>
-<a name="id559831"></a>
+<a name="id1103657"></a>
<a href="query.html#fusion.algorithms.query.header">Header</a>
</h4>
<pre class="programlisting">
Index: transformation.html
===================================================================
RCS file:
/cvsroot/boost/boost/libs/fusion/doc/html/fusion/algorithms/transformation.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- transformation.html 7 Feb 2007 22:59:21 -0000 1.12
+++ transformation.html 15 Feb 2007 23:10:52 -0000 1.13
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Transformation</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 1. Fusion 2.0">
<link rel="up" href="../algorithms.html" title="Algorithms">
<link rel="prev" href="query/metafunctions/count_if.html" title="count_if">
@@ -27,7 +27,49 @@
<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>
+<dd><dl>
+<dt><span class="section"><a
href="transformation/functions/filter.html">filter</a></span></dt>
+<dt><span class="section"><a
href="transformation/functions/filter_if.html">filter_if</a></span></dt>
+<dt><span class="section"><a
href="transformation/functions/transform.html">transform</a></span></dt>
+<dt><span class="section"><a
href="transformation/functions/replace.html">replace</a></span></dt>
+<dt><span class="section"><a
href="transformation/functions/replace_if.html">replace_if</a></span></dt>
+<dt><span class="section"><a
href="transformation/functions/remove.html">remove</a></span></dt>
+<dt><span class="section"><a
href="transformation/functions/remove_if.html">remove_if</a></span></dt>
+<dt><span class="section"><a
href="transformation/functions/reverse.html">reverse</a></span></dt>
+<dt><span class="section"><a
href="transformation/functions/clear.html">clear</a></span></dt>
+<dt><span class="section"><a
href="transformation/functions/erase.html">erase</a></span></dt>
+<dt><span class="section"><a
href="transformation/functions/erase_key.html">erase_key</a></span></dt>
+<dt><span class="section"><a
href="transformation/functions/insert.html">insert</a></span></dt>
+<dt><span class="section"><a
href="transformation/functions/insert_range.html">insert_range</a></span></dt>
+<dt><span class="section"><a
href="transformation/functions/join.html">join</a></span></dt>
+<dt><span class="section"><a
href="transformation/functions/zip.html">zip</a></span></dt>
+<dt><span class="section"><a
href="transformation/functions/pop_back.html">pop_back</a></span></dt>
+<dt><span class="section"><a
href="transformation/functions/pop_front.html">pop_front</a></span></dt>
+<dt><span class="section"><a
href="transformation/functions/push_back.html">push_back</a></span></dt>
+<dt><span class="section"><a
href="transformation/functions/push_front.html">push_front</a></span></dt>
+</dl></dd>
<dt><span class="section"><a
href="transformation/metafunctions.html">Metafunctions</a></span></dt>
+<dd><dl>
+<dt><span class="section"><a
href="transformation/metafunctions/filter.html">filter</a></span></dt>
+<dt><span class="section"><a
href="transformation/metafunctions/filter_if.html">filter_if</a></span></dt>
+<dt><span class="section"><a
href="transformation/metafunctions/transform.html">transform</a></span></dt>
+<dt><span class="section"><a
href="transformation/metafunctions/replace.html">replace</a></span></dt>
+<dt><span class="section"><a
href="transformation/metafunctions/replace_if.html">replace_if</a></span></dt>
+<dt><span class="section"><a
href="transformation/metafunctions/remove.html">remove</a></span></dt>
+<dt><span class="section"><a
href="transformation/metafunctions/remove_if.html">remove_if</a></span></dt>
+<dt><span class="section"><a
href="transformation/metafunctions/reverse.html">reverse</a></span></dt>
+<dt><span class="section"><a
href="transformation/metafunctions/clear.html">clear</a></span></dt>
+<dt><span class="section"><a
href="transformation/metafunctions/erase.html">erase</a></span></dt>
+<dt><span class="section"><a
href="transformation/metafunctions/erase_key.html">erase_key</a></span></dt>
+<dt><span class="section"><a
href="transformation/metafunctions/insert.html">insert</a></span></dt>
+<dt><span class="section"><a
href="transformation/metafunctions/insert_range.html">insert_range</a></span></dt>
+<dt><span class="section"><a
href="transformation/metafunctions/join.html">join</a></span></dt>
+<dt><span class="section"><a
href="transformation/metafunctions/zip.html">zip</a></span></dt>
+<dt><span class="section"><a
href="transformation/metafunctions/pop_back.html">pop_back</a></span></dt>
+<dt><span class="section"><a
href="transformation/metafunctions/pop_front.html">pop_front</a></span></dt>
+<dt><span class="section"><a
href="transformation/metafunctions/push_back.html">push_back</a></span></dt>
+<dt><span class="section"><a
href="transformation/metafunctions/push_front.html">push_front</a></span></dt>
+</dl></dd>
</dl></div>
<p>
The transformation algorithms create new sequences out of existing
sequences
@@ -39,14 +81,14 @@
<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]"
src="../../images/note.png"></td>
<th align="left">Note</th>
</tr>
-<tr><td colspan="2" align="left" valign="top"><p>
+<tr><td align="left" valign="top"><p>
As the transformation algorithms return views onto their input
arguments,
it is important that the lifetime of the input arguments is greater
than
the period during which you wish to use the results.
</p></td></tr>
</table></div>
<a name="fusion.algorithms.transformation.header"></a><h4>
-<a name="id571652"></a>
+<a name="id1114131"></a>
<a
href="transformation.html#fusion.algorithms.transformation.header">Header</a>
</h4>
<pre class="programlisting">
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs