Update of /cvsroot/boost/boost/libs/fusion/doc/html/fusion/iterators/functions
In directory
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv27920/html/fusion/iterators/functions
Modified Files:
advance.html advance_c.html deref.html distance.html next.html
prior.html
Log Message:
some updates
Index: advance.html
===================================================================
RCS file:
/cvsroot/boost/boost/libs/fusion/doc/html/fusion/iterators/functions/advance.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- advance.html 14 Dec 2006 08:39:37 -0000 1.6
+++ advance.html 1 Jan 2007 02:22:55 -0000 1.7
@@ -26,14 +26,14 @@
<div class="titlepage"><div><div><h4 class="title">
<a name="fusion.iterators.functions.advance"></a><a href="advance.html"
title="advance">advance</a></h4></div></div></div>
<a name="fusion.iterators.functions.advance.description"></a><h5>
-<a name="id465445"></a>
+<a name="id465416"></a>
<a
href="advance.html#fusion.iterators.functions.advance.description">Description</a>
</h5>
<p>
Moves an iterator by a specified distance.
</p>
<a name="fusion.iterators.functions.advance.synopsis"></a><h5>
-<a name="id465475"></a>
+<a name="id465445"></a>
<a
href="advance.html#fusion.iterators.functions.advance.synopsis">Synopsis</a>
</h5>
<pre class="programlisting">
@@ -44,7 +44,7 @@
<span class="keyword">typename</span> <a href="../metafunctions/advance.html"
title="advance"><tt class="computeroutput"><span
class="identifier">result_of</span><span class="special">::</span><span
class="identifier">advance</span></tt></a><span
class="special"><</span><span class="identifier">I</span><span
class="special">,</span> <span class="identifier">M</span><span
class="special">>::</span><span class="identifier">type</span> <span
class="identifier">advance</span><span class="special">(</span><span
class="identifier">I</span> <span class="keyword">const</span><span
class="special">&</span> <span class="identifier">i</span><span
class="special">);</span>
</pre>
<div class="table">
-<a name="id465646"></a><p class="title"><b>Table 1.6. Parameters</b></p>
+<a name="id465617"></a><p class="title"><b>Table 1.6. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -76,7 +76,7 @@
</table>
</div>
<a name="fusion.iterators.functions.advance.expression_semantics"></a><h5>
-<a name="id465739"></a>
+<a name="id465710"></a>
<a
href="advance.html#fusion.iterators.functions.advance.expression_semantics">Expression
Semantics</a>
</h5>
@@ -97,14 +97,14 @@
may be negative.
</p>
<a name="fusion.iterators.functions.advance.header"></a><h5>
-<a name="id465896"></a>
+<a name="id465867"></a>
<a
href="advance.html#fusion.iterators.functions.advance.header">Header</a>
</h5>
<pre class="programlisting">
<span class="preprocessor">#include</span> <span
class="special"><</span><span class="identifier">boost</span><span
class="special">/</span><span class="identifier">fusion</span><span
class="special">/</span><span class="identifier">iterator</span><span
class="special">/</span><span class="identifier">advance</span><span
class="special">.</span><span class="identifier">hpp</span><span
class="special">></span>
</pre>
<a name="fusion.iterators.functions.advance.example"></a><h5>
-<a name="id465991"></a>
+<a name="id465961"></a>
<a
href="advance.html#fusion.iterators.functions.advance.example">Example</a>
</h5>
<pre class="programlisting">
Index: advance_c.html
===================================================================
RCS file:
/cvsroot/boost/boost/libs/fusion/doc/html/fusion/iterators/functions/advance_c.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- advance_c.html 14 Dec 2006 08:39:37 -0000 1.6
+++ advance_c.html 1 Jan 2007 02:22:55 -0000 1.7
@@ -26,14 +26,14 @@
<div class="titlepage"><div><div><h4 class="title">
<a name="fusion.iterators.functions.advance_c"></a><a href="advance_c.html"
title="advance_c">advance_c</a></h4></div></div></div>
<a name="fusion.iterators.functions.advance_c.description"></a><h5>
-<a name="id466287"></a>
+<a name="id466258"></a>
<a
href="advance_c.html#fusion.iterators.functions.advance_c.description">Description</a>
</h5>
<p>
Moves an iterator by a specified distance.
</p>
<a name="fusion.iterators.functions.advance_c.synopsis"></a><h5>
-<a name="id466319"></a>
+<a name="id466289"></a>
<a
href="advance_c.html#fusion.iterators.functions.advance_c.synopsis">Synopsis</a>
</h5>
<pre class="programlisting">
@@ -44,7 +44,7 @@
<span class="keyword">typename</span> <a
href="../metafunctions/advance_c.html" title="advance_c"><tt
class="computeroutput"><span class="identifier">result_of</span><span
class="special">::</span><span
class="identifier">advance_c</span></tt></a><span
class="special"><</span><span class="identifier">I</span><span
class="special">,</span> <span class="identifier">N</span><span
class="special">>::</span><span class="identifier">type</span> <span
class="identifier">advance_c</span><span class="special">(</span><span
class="identifier">I</span> <span class="keyword">const</span><span
class="special">&</span> <span class="identifier">i</span><span
class="special">);</span>
</pre>
<div class="table">
-<a name="id466491"></a><p class="title"><b>Table 1.7. Parameters</b></p>
+<a name="id466462"></a><p class="title"><b>Table 1.7. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -76,7 +76,7 @@
</table>
</div>
<a name="fusion.iterators.functions.advance_c.expression_semantics"></a><h5>
-<a name="id466585"></a>
+<a name="id466555"></a>
<a
href="advance_c.html#fusion.iterators.functions.advance_c.expression_semantics">Expression
Semantics</a>
</h5>
@@ -97,14 +97,14 @@
may be negative.
</p>
<a name="fusion.iterators.functions.advance_c.header"></a><h5>
-<a name="id466741"></a>
+<a name="id466712"></a>
<a
href="advance_c.html#fusion.iterators.functions.advance_c.header">Header</a>
</h5>
<pre class="programlisting">
<span class="preprocessor">#include</span> <span
class="special"><</span><span class="identifier">boost</span><span
class="special">/</span><span class="identifier">fusion</span><span
class="special">/</span><span class="identifier">iterator</span><span
class="special">/</span><span class="identifier">advance</span><span
class="special">.</span><span class="identifier">hpp</span><span
class="special">></span>
</pre>
<a name="fusion.iterators.functions.advance_c.example"></a><h5>
-<a name="id466835"></a>
+<a name="id466806"></a>
<a
href="advance_c.html#fusion.iterators.functions.advance_c.example">Example</a>
</h5>
<pre class="programlisting">
Index: deref.html
===================================================================
RCS file:
/cvsroot/boost/boost/libs/fusion/doc/html/fusion/iterators/functions/deref.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- deref.html 14 Dec 2006 08:39:37 -0000 1.6
+++ deref.html 1 Jan 2007 02:22:55 -0000 1.7
@@ -26,14 +26,14 @@
<div class="titlepage"><div><div><h4 class="title">
<a name="fusion.iterators.functions.deref"></a><a href="deref.html"
title="deref">deref</a></h4></div></div></div>
<a name="fusion.iterators.functions.deref.description"></a><h5>
-<a name="id461984"></a>
+<a name="id461955"></a>
<a
href="deref.html#fusion.iterators.functions.deref.description">Description</a>
</h5>
<p>
Deferences an iterator.
</p>
<a name="fusion.iterators.functions.deref.synopsis"></a><h5>
-<a name="id462014"></a>
+<a name="id461985"></a>
<a
href="deref.html#fusion.iterators.functions.deref.synopsis">Synopsis</a>
</h5>
<pre class="programlisting">
@@ -43,7 +43,7 @@
<span class="keyword">typename</span> <a href="../metafunctions/deref.html"
title="deref"><tt class="computeroutput"><span
class="identifier">result_of</span><span class="special">::</span><span
class="identifier">deref</span></tt></a><span class="special"><</span><span
class="identifier">I</span><span class="special">>::</span><span
class="identifier">type</span> <span class="identifier">deref</span><span
class="special">(</span><span class="identifier">I</span> <span
class="keyword">const</span><span class="special">&</span> <span
class="identifier">i</span><span class="special">);</span>
</pre>
<div class="table">
-<a name="id462157"></a><p class="title"><b>Table 1.2. Parameters</b></p>
+<a name="id462128"></a><p class="title"><b>Table 1.2. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -67,7 +67,7 @@
</table>
</div>
<a name="fusion.iterators.functions.deref.expression_semantics"></a><h5>
-<a name="id462230"></a>
+<a name="id462202"></a>
<a
href="deref.html#fusion.iterators.functions.deref.expression_semantics">Expression
Semantics</a>
</h5>
@@ -82,14 +82,14 @@
<tt class="computeroutput"><span class="identifier">i</span></tt>.
</p>
<a name="fusion.iterators.functions.deref.header"></a><h5>
-<a name="id462374"></a>
+<a name="id462345"></a>
<a
href="deref.html#fusion.iterators.functions.deref.header">Header</a>
</h5>
<pre class="programlisting">
<span class="preprocessor">#include</span> <span
class="special"><</span><span class="identifier">boost</span><span
class="special">/</span><span class="identifier">fusion</span><span
class="special">/</span><span class="identifier">iterator</span><span
class="special">/</span><span class="identifier">deref</span><span
class="special">.</span><span class="identifier">hpp</span><span
class="special">></span>
</pre>
<a name="fusion.iterators.functions.deref.example"></a><h5>
-<a name="id462468"></a>
+<a name="id462439"></a>
<a
href="deref.html#fusion.iterators.functions.deref.example">Example</a>
</h5>
<pre class="programlisting">
Index: distance.html
===================================================================
RCS file:
/cvsroot/boost/boost/libs/fusion/doc/html/fusion/iterators/functions/distance.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- distance.html 14 Dec 2006 08:39:37 -0000 1.6
+++ distance.html 1 Jan 2007 02:22:55 -0000 1.7
@@ -26,14 +26,14 @@
<div class="titlepage"><div><div><h4 class="title">
<a name="fusion.iterators.functions.distance"></a><a href="distance.html"
title="distance">distance</a></h4></div></div></div>
<a name="fusion.iterators.functions.distance.description"></a><h5>
-<a name="id464603"></a>
+<a name="id464574"></a>
<a
href="distance.html#fusion.iterators.functions.distance.description">Description</a>
</h5>
<p>
Returns the distance between 2 iterators.
</p>
<a name="fusion.iterators.functions.distance.synopsis"></a><h5>
-<a name="id464632"></a>
+<a name="id464603"></a>
<a
href="distance.html#fusion.iterators.functions.distance.synopsis">Synopsis</a>
</h5>
<pre class="programlisting">
@@ -44,7 +44,7 @@
<span class="keyword">typename</span> <a href="../metafunctions/distance.html"
title="distance"><tt class="computeroutput"><span
class="identifier">result_of</span><span class="special">::</span><span
class="identifier">distance</span></tt></a><span
class="special"><</span><span class="identifier">I</span><span
class="special">,</span> <span class="identifier">J</span><span
class="special">>::</span><span class="identifier">type</span> <span
class="identifier">distance</span><span class="special">(</span><span
class="identifier">I</span> <span class="keyword">const</span><span
class="special">&</span> <span class="identifier">i</span><span
class="special">,</span> <span class="identifier">J</span> <span
class="keyword">const</span><span class="special">&</span> <span
class="identifier">j</span><span class="special">);</span>
</pre>
<div class="table">
-<a name="id464832"></a><p class="title"><b>Table 1.5. Parameters</b></p>
+<a name="id464803"></a><p class="title"><b>Table 1.5. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -69,7 +69,7 @@
</table>
</div>
<a name="fusion.iterators.functions.distance.expression_semantics"></a><h5>
-<a name="id464916"></a>
+<a name="id464887"></a>
<a
href="distance.html#fusion.iterators.functions.distance.expression_semantics">Expression
Semantics</a>
</h5>
@@ -84,14 +84,14 @@
iterators <tt class="computeroutput"><span
class="identifier">i</span></tt> and <tt class="computeroutput"><span
class="identifier">j</span></tt>.
</p>
<a name="fusion.iterators.functions.distance.header"></a><h5>
-<a name="id465041"></a>
+<a name="id465012"></a>
<a
href="distance.html#fusion.iterators.functions.distance.header">Header</a>
</h5>
<pre class="programlisting">
<span class="preprocessor">#include</span> <span
class="special"><</span><span class="identifier">boost</span><span
class="special">/</span><span class="identifier">fusion</span><span
class="special">/</span><span class="identifier">iterator</span><span
class="special">/</span><span class="identifier">distance</span><span
class="special">.</span><span class="identifier">hpp</span><span
class="special">></span>
</pre>
<a name="fusion.iterators.functions.distance.example"></a><h5>
-<a name="id465136"></a>
+<a name="id465106"></a>
<a
href="distance.html#fusion.iterators.functions.distance.example">Example</a>
</h5>
<pre class="programlisting">
Index: next.html
===================================================================
RCS file:
/cvsroot/boost/boost/libs/fusion/doc/html/fusion/iterators/functions/next.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- next.html 14 Dec 2006 08:39:37 -0000 1.6
+++ next.html 1 Jan 2007 02:22:55 -0000 1.7
@@ -26,14 +26,14 @@
<div class="titlepage"><div><div><h4 class="title">
<a name="fusion.iterators.functions.next"></a><a href="next.html"
title="next">next</a></h4></div></div></div>
<a name="fusion.iterators.functions.next.description"></a><h5>
-<a name="id462914"></a>
+<a name="id462885"></a>
<a
href="next.html#fusion.iterators.functions.next.description">Description</a>
</h5>
<p>
Moves an iterator 1 position forwards.
</p>
<a name="fusion.iterators.functions.next.synopsis"></a><h5>
-<a name="id462944"></a>
+<a name="id462915"></a>
<a
href="next.html#fusion.iterators.functions.next.synopsis">Synopsis</a>
</h5>
<pre class="programlisting">
@@ -43,7 +43,7 @@
<span class="keyword">typename</span> <a href="../metafunctions/next.html"
title="next"><tt class="computeroutput"><span
class="identifier">result_of</span><span class="special">::</span><span
class="identifier">next</span></tt></a><span class="special"><</span><span
class="identifier">I</span><span class="special">>::</span><span
class="identifier">type</span> <span class="identifier">next</span><span
class="special">(</span><span class="identifier">I</span> <span
class="keyword">const</span><span class="special">&</span> <span
class="identifier">i</span><span class="special">);</span>
</pre>
<div class="table">
-<a name="id463088"></a><p class="title"><b>Table 1.3. Parameters</b></p>
+<a name="id463059"></a><p class="title"><b>Table 1.3. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -67,7 +67,7 @@
</table>
</div>
<a name="fusion.iterators.functions.next.expression_semantics"></a><h5>
-<a name="id463160"></a>
+<a name="id463131"></a>
<a
href="next.html#fusion.iterators.functions.next.expression_semantics">Expression
Semantics</a>
</h5>
@@ -83,14 +83,14 @@
next element after <tt class="computeroutput"><span
class="identifier">i</span></tt>.
</p>
<a name="fusion.iterators.functions.next.header"></a><h5>
-<a name="id463254"></a>
+<a name="id463225"></a>
<a href="next.html#fusion.iterators.functions.next.header">Header</a>
</h5>
<pre class="programlisting">
<span class="preprocessor">#include</span> <span
class="special"><</span><span class="identifier">boost</span><span
class="special">/</span><span class="identifier">fusion</span><span
class="special">/</span><span class="identifier">iterator</span><span
class="special">/</span><span class="identifier">next</span><span
class="special">.</span><span class="identifier">hpp</span><span
class="special">></span>
</pre>
<a name="fusion.iterators.functions.next.example"></a><h5>
-<a name="id463347"></a>
+<a name="id463319"></a>
<a
href="next.html#fusion.iterators.functions.next.example">Example</a>
</h5>
<pre class="programlisting">
Index: prior.html
===================================================================
RCS file:
/cvsroot/boost/boost/libs/fusion/doc/html/fusion/iterators/functions/prior.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- prior.html 14 Dec 2006 08:39:37 -0000 1.6
+++ prior.html 1 Jan 2007 02:22:55 -0000 1.7
@@ -26,14 +26,14 @@
<div class="titlepage"><div><div><h4 class="title">
<a name="fusion.iterators.functions.prior"></a><a href="prior.html"
title="prior">prior</a></h4></div></div></div>
<a name="fusion.iterators.functions.prior.description"></a><h5>
-<a name="id463801"></a>
+<a name="id463772"></a>
<a
href="prior.html#fusion.iterators.functions.prior.description">Description</a>
</h5>
<p>
Moves an iterator 1 position backwards.
</p>
<a name="fusion.iterators.functions.prior.synopsis"></a><h5>
-<a name="id463831"></a>
+<a name="id463802"></a>
<a
href="prior.html#fusion.iterators.functions.prior.synopsis">Synopsis</a>
</h5>
<pre class="programlisting">
@@ -43,7 +43,7 @@
<span class="keyword">typename</span> <a href="../metafunctions/prior.html"
title="prior"><tt class="computeroutput"><span
class="identifier">result_of</span><span class="special">::</span><span
class="identifier">prior</span></tt></a><span class="special"><</span><span
class="identifier">I</span><span class="special">>::</span><span
class="identifier">type</span> <span class="identifier">prior</span><span
class="special">(</span><span class="identifier">I</span> <span
class="keyword">const</span><span class="special">&</span> <span
class="identifier">i</span><span class="special">);</span>
</pre>
<div class="table">
-<a name="id463974"></a><p class="title"><b>Table 1.4. Parameters</b></p>
+<a name="id463945"></a><p class="title"><b>Table 1.4. Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@@ -67,7 +67,7 @@
</table>
</div>
<a name="fusion.iterators.functions.prior.expression_semantics"></a><h5>
-<a name="id464048"></a>
+<a name="id464019"></a>
<a
href="prior.html#fusion.iterators.functions.prior.expression_semantics">Expression
Semantics</a>
</h5>
@@ -83,14 +83,14 @@
element prior to <tt class="computeroutput"><span
class="identifier">i</span></tt>.
</p>
<a name="fusion.iterators.functions.prior.header"></a><h5>
-<a name="id464152"></a>
+<a name="id464123"></a>
<a
href="prior.html#fusion.iterators.functions.prior.header">Header</a>
</h5>
<pre class="programlisting">
<span class="preprocessor">#include</span> <span
class="special"><</span><span class="identifier">boost</span><span
class="special">/</span><span class="identifier">fusion</span><span
class="special">/</span><span class="identifier">iterator</span><span
class="special">/</span><span class="identifier">prior</span><span
class="special">.</span><span class="identifier">hpp</span><span
class="special">></span>
</pre>
<a name="fusion.iterators.functions.prior.example"></a><h5>
-<a name="id464247"></a>
+<a name="id464218"></a>
<a
href="prior.html#fusion.iterators.functions.prior.example">Example</a>
</h5>
<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