added copyright and license info for each page.

[SVN r40863]
This commit is contained in:
Joel de Guzman
2007-11-07 02:12:28 +00:00
parent 0acc783f19
commit e10f3e17b3
280 changed files with 3238 additions and 2282 deletions

View File

@ -26,14 +26,14 @@
<div class="titlepage"><div><div><h4 class="title">
<a name="fusion.iterator.metafunctions.advance"></a><a href="advance.html" title="advance">advance</a></h4></div></div></div>
<a name="fusion.iterator.metafunctions.advance.description"></a><h5>
<a name="id485402"></a>
<a name="id485504"></a>
<a href="advance.html#fusion.iterator.metafunctions.advance.description">Description</a>
</h5>
<p>
Moves an iterator a specified distance.
</p>
<a name="fusion.iterator.metafunctions.advance.synopsis"></a><h5>
<a name="id485433"></a>
<a name="id485535"></a>
<a href="advance.html#fusion.iterator.metafunctions.advance.synopsis">Synopsis</a>
</h5>
<pre class="programlisting">
@ -47,7 +47,7 @@
<span class="special">};</span>
</pre>
<div class="table">
<a name="id485551"></a><p class="title"><b>Table<EFBFBD>1.17.<2E>Parameters</b></p>
<a name="id485653"></a><p class="title"><b>Table<EFBFBD>1.17.<2E>Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@ -113,7 +113,7 @@
</table>
</div>
<a name="fusion.iterator.metafunctions.advance.expression_semantics"></a><h5>
<a name="id485697"></a>
<a name="id485798"></a>
<a href="advance.html#fusion.iterator.metafunctions.advance.expression_semantics">Expression
Semantics</a>
</h5>
@ -136,7 +136,7 @@
/iterator/advance.hpp&gt;
</p>
<a name="fusion.iterator.metafunctions.advance.example"></a><h5>
<a name="id485880"></a>
<a name="id485982"></a>
<a href="advance.html#fusion.iterator.metafunctions.advance.example">Example</a>
</h5>
<pre class="programlisting">
@ -150,8 +150,11 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><small>Copyright <20> 2001-2007 Joel de Guzman, Dan Marsden, Tobias
Schwinger</small></td>
<td align="right"><div class="copyright-footer"><small>Copyright <20> 2001-2007 Joel de Guzman, Dan Marsden, Tobias
Schwinger<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p></small></div></td>
</tr></table>
<hr>
<div class="spirit-nav">

View File

@ -26,14 +26,14 @@
<div class="titlepage"><div><div><h4 class="title">
<a name="fusion.iterator.metafunctions.advance_c"></a><a href="advance_c.html" title="advance_c">advance_c</a></h4></div></div></div>
<a name="fusion.iterator.metafunctions.advance_c.description"></a><h5>
<a name="id486342"></a>
<a name="id486444"></a>
<a href="advance_c.html#fusion.iterator.metafunctions.advance_c.description">Description</a>
</h5>
<p>
Moves an iterator by a specified distance.
</p>
<a name="fusion.iterator.metafunctions.advance_c.synopsis"></a><h5>
<a name="id486373"></a>
<a name="id486475"></a>
<a href="advance_c.html#fusion.iterator.metafunctions.advance_c.synopsis">Synopsis</a>
</h5>
<pre class="programlisting">
@ -47,7 +47,7 @@
<span class="special">};</span>
</pre>
<div class="table">
<a name="id486492"></a><p class="title"><b>Table<EFBFBD>1.18.<2E>Parameters</b></p>
<a name="id486593"></a><p class="title"><b>Table<EFBFBD>1.18.<2E>Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@ -112,7 +112,7 @@
</table>
</div>
<a name="fusion.iterator.metafunctions.advance_c.expression_semantics"></a><h5>
<a name="id486630"></a>
<a name="id486732"></a>
<a href="advance_c.html#fusion.iterator.metafunctions.advance_c.expression_semantics">Expression
Semantics</a>
</h5>
@ -135,7 +135,7 @@
/iterator/advance.hpp&gt;
</p>
<a name="fusion.iterator.metafunctions.advance_c.example"></a><h5>
<a name="id486916"></a>
<a name="id487018"></a>
<a href="advance_c.html#fusion.iterator.metafunctions.advance_c.example">Example</a>
</h5>
<pre class="programlisting">
@ -149,8 +149,11 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><small>Copyright <20> 2001-2007 Joel de Guzman, Dan Marsden, Tobias
Schwinger</small></td>
<td align="right"><div class="copyright-footer"><small>Copyright <20> 2001-2007 Joel de Guzman, Dan Marsden, Tobias
Schwinger<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p></small></div></td>
</tr></table>
<hr>
<div class="spirit-nav">

View File

@ -26,14 +26,14 @@
<div class="titlepage"><div><div><h4 class="title">
<a name="fusion.iterator.metafunctions.deref"></a><a href="deref.html" title="deref">deref</a></h4></div></div></div>
<a name="fusion.iterator.metafunctions.deref.description"></a><h5>
<a name="id481262"></a>
<a name="id481364"></a>
<a href="deref.html#fusion.iterator.metafunctions.deref.description">Description</a>
</h5>
<p>
Returns the type that will be returned by dereferencing an iterator.
</p>
<a name="fusion.iterator.metafunctions.deref.synposis"></a><h5>
<a name="id481293"></a>
<a name="id481395"></a>
<a href="deref.html#fusion.iterator.metafunctions.deref.synposis">Synposis</a>
</h5>
<pre class="programlisting">
@ -46,7 +46,7 @@
<span class="special">};</span>
</pre>
<div class="table">
<a name="id481393"></a><p class="title"><b>Table<EFBFBD>1.12.<2E>Parameters</b></p>
<a name="id481495"></a><p class="title"><b>Table<EFBFBD>1.12.<2E>Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@ -92,7 +92,7 @@
</table>
</div>
<a name="fusion.iterator.metafunctions.deref.expression_semantics"></a><h5>
<a name="id481495"></a>
<a name="id481597"></a>
<a href="deref.html#fusion.iterator.metafunctions.deref.expression_semantics">Expression
Semantics</a>
</h5>
@ -110,7 +110,7 @@
/iterator/deref.hpp&gt;
</p>
<a name="fusion.iterator.metafunctions.deref.example"></a><h5>
<a name="id481615"></a>
<a name="id481717"></a>
<a href="deref.html#fusion.iterator.metafunctions.deref.example">Example</a>
</h5>
<pre class="programlisting">
@ -128,8 +128,11 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><small>Copyright <20> 2001-2007 Joel de Guzman, Dan Marsden, Tobias
Schwinger</small></td>
<td align="right"><div class="copyright-footer"><small>Copyright <20> 2001-2007 Joel de Guzman, Dan Marsden, Tobias
Schwinger<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p></small></div></td>
</tr></table>
<hr>
<div class="spirit-nav">

View File

@ -26,14 +26,14 @@
<div class="titlepage"><div><div><h4 class="title">
<a name="fusion.iterator.metafunctions.distance"></a><a href="distance.html" title="distance">distance</a></h4></div></div></div>
<a name="fusion.iterator.metafunctions.distance.description"></a><h5>
<a name="id484556"></a>
<a name="id484658"></a>
<a href="distance.html#fusion.iterator.metafunctions.distance.description">Description</a>
</h5>
<p>
Returns the distance between two iterators.
</p>
<a name="fusion.iterator.metafunctions.distance.synopsis"></a><h5>
<a name="id484587"></a>
<a name="id484689"></a>
<a href="distance.html#fusion.iterator.metafunctions.distance.synopsis">Synopsis</a>
</h5>
<pre class="programlisting">
@ -47,7 +47,7 @@
<span class="special">};</span>
</pre>
<div class="table">
<a name="id484705"></a><p class="title"><b>Table<EFBFBD>1.16.<2E>Parameters</b></p>
<a name="id484807"></a><p class="title"><b>Table<EFBFBD>1.16.<2E>Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@ -93,7 +93,7 @@
</table>
</div>
<a name="fusion.iterator.metafunctions.distance.expression_semantics"></a><h5>
<a name="id484819"></a>
<a name="id484921"></a>
<a href="distance.html#fusion.iterator.metafunctions.distance.expression_semantics">Expression
Semantics</a>
</h5>
@ -113,7 +113,7 @@
/iterator/distance.hpp&gt;
</p>
<a name="fusion.iterator.metafunctions.distance.example"></a><h5>
<a name="id484969"></a>
<a name="id485071"></a>
<a href="distance.html#fusion.iterator.metafunctions.distance.example">Example</a>
</h5>
<pre class="programlisting">
@ -128,8 +128,11 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><small>Copyright <20> 2001-2007 Joel de Guzman, Dan Marsden, Tobias
Schwinger</small></td>
<td align="right"><div class="copyright-footer"><small>Copyright <20> 2001-2007 Joel de Guzman, Dan Marsden, Tobias
Schwinger<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p></small></div></td>
</tr></table>
<hr>
<div class="spirit-nav">

View File

@ -26,7 +26,7 @@
<div class="titlepage"><div><div><h4 class="title">
<a name="fusion.iterator.metafunctions.equal_to"></a><a href="equal_to.html" title="equal_to">equal_to</a></h4></div></div></div>
<a name="fusion.iterator.metafunctions.equal_to.description"></a><h5>
<a name="id483695"></a>
<a name="id483797"></a>
<a href="equal_to.html#fusion.iterator.metafunctions.equal_to.description">Description</a>
</h5>
<p>
@ -35,7 +35,7 @@
and <tt class="computeroutput"><span class="identifier">J</span></tt> are equal.
</p>
<a name="fusion.iterator.metafunctions.equal_to.synopsis"></a><h5>
<a name="id483758"></a>
<a name="id483860"></a>
<a href="equal_to.html#fusion.iterator.metafunctions.equal_to.synopsis">Synopsis</a>
</h5>
<pre class="programlisting">
@ -49,7 +49,7 @@
<span class="special">};</span>
</pre>
<div class="table">
<a name="id483875"></a><p class="title"><b>Table<EFBFBD>1.15.<2E>Parameters</b></p>
<a name="id483977"></a><p class="title"><b>Table<EFBFBD>1.15.<2E>Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@ -93,7 +93,7 @@
</table>
</div>
<a name="fusion.iterator.metafunctions.equal_to.expression_semantics"></a><h5>
<a name="id483979"></a>
<a name="id484081"></a>
<a href="equal_to.html#fusion.iterator.metafunctions.equal_to.expression_semantics">Expression
Semantics</a>
</h5>
@ -113,7 +113,7 @@
/iterator/equal_to.hpp&gt;
</p>
<a name="fusion.iterator.metafunctions.equal_to.example"></a><h5>
<a name="id484192"></a>
<a name="id484294"></a>
<a href="equal_to.html#fusion.iterator.metafunctions.equal_to.example">Example</a>
</h5>
<pre class="programlisting">
@ -126,8 +126,11 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><small>Copyright <20> 2001-2007 Joel de Guzman, Dan Marsden, Tobias
Schwinger</small></td>
<td align="right"><div class="copyright-footer"><small>Copyright <20> 2001-2007 Joel de Guzman, Dan Marsden, Tobias
Schwinger<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p></small></div></td>
</tr></table>
<hr>
<div class="spirit-nav">

View File

@ -26,14 +26,14 @@
<div class="titlepage"><div><div><h4 class="title">
<a name="fusion.iterator.metafunctions.next"></a><a href="next.html" title="next">next</a></h4></div></div></div>
<a name="fusion.iterator.metafunctions.next.description"></a><h5>
<a name="id482197"></a>
<a name="id482299"></a>
<a href="next.html#fusion.iterator.metafunctions.next.description">Description</a>
</h5>
<p>
Returns the type of the next iterator in a sequence.
</p>
<a name="fusion.iterator.metafunctions.next.synposis"></a><h5>
<a name="id482227"></a>
<a name="id482329"></a>
<a href="next.html#fusion.iterator.metafunctions.next.synposis">Synposis</a>
</h5>
<pre class="programlisting">
@ -46,7 +46,7 @@
<span class="special">};</span>
</pre>
<div class="table">
<a name="id482328"></a><p class="title"><b>Table<EFBFBD>1.13.<2E>Parameters</b></p>
<a name="id482430"></a><p class="title"><b>Table<EFBFBD>1.13.<2E>Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@ -92,7 +92,7 @@
</table>
</div>
<a name="fusion.iterator.metafunctions.next.expression_semantics"></a><h5>
<a name="id482430"></a>
<a name="id482531"></a>
<a href="next.html#fusion.iterator.metafunctions.next.expression_semantics">Expression
Semantics</a>
</h5>
@ -111,7 +111,7 @@
/iterator/next.hpp&gt;
</p>
<a name="fusion.iterator.metafunctions.next.example"></a><h5>
<a name="id482560"></a>
<a name="id482662"></a>
<a href="next.html#fusion.iterator.metafunctions.next.example">Example</a>
</h5>
<pre class="programlisting">
@ -123,8 +123,11 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><small>Copyright <20> 2001-2007 Joel de Guzman, Dan Marsden, Tobias
Schwinger</small></td>
<td align="right"><div class="copyright-footer"><small>Copyright <20> 2001-2007 Joel de Guzman, Dan Marsden, Tobias
Schwinger<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p></small></div></td>
</tr></table>
<hr>
<div class="spirit-nav">

View File

@ -26,14 +26,14 @@
<div class="titlepage"><div><div><h4 class="title">
<a name="fusion.iterator.metafunctions.prior"></a><a href="prior.html" title="prior">prior</a></h4></div></div></div>
<a name="fusion.iterator.metafunctions.prior.description"></a><h5>
<a name="id482867"></a>
<a name="id482969"></a>
<a href="prior.html#fusion.iterator.metafunctions.prior.description">Description</a>
</h5>
<p>
Returns the type of the previous iterator in a sequence.
</p>
<a name="fusion.iterator.metafunctions.prior.synopsis"></a><h5>
<a name="id482897"></a>
<a name="id482999"></a>
<a href="prior.html#fusion.iterator.metafunctions.prior.synopsis">Synopsis</a>
</h5>
<pre class="programlisting">
@ -46,7 +46,7 @@
<span class="special">};</span>
</pre>
<div class="table">
<a name="id482998"></a><p class="title"><b>Table<EFBFBD>1.14.<2E>Parameters</b></p>
<a name="id483100"></a><p class="title"><b>Table<EFBFBD>1.14.<2E>Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@ -92,7 +92,7 @@
</table>
</div>
<a name="fusion.iterator.metafunctions.prior.expression_semantics"></a><h5>
<a name="id483099"></a>
<a name="id483201"></a>
<a href="prior.html#fusion.iterator.metafunctions.prior.expression_semantics">Expression
Semantics</a>
</h5>
@ -111,7 +111,7 @@
/iterator/prior.hpp&gt;
</p>
<a name="fusion.iterator.metafunctions.prior.example"></a><h5>
<a name="id483231"></a>
<a name="id483333"></a>
<a href="prior.html#fusion.iterator.metafunctions.prior.example">Example</a>
</h5>
<pre class="programlisting">
@ -126,8 +126,11 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><small>Copyright <20> 2001-2007 Joel de Guzman, Dan Marsden, Tobias
Schwinger</small></td>
<td align="right"><div class="copyright-footer"><small>Copyright <20> 2001-2007 Joel de Guzman, Dan Marsden, Tobias
Schwinger<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p></small></div></td>
</tr></table>
<hr>
<div class="spirit-nav">

View File

@ -26,14 +26,14 @@
<div class="titlepage"><div><div><h4 class="title">
<a name="fusion.iterator.metafunctions.value_of"></a><a href="value_of.html" title="value_of">value_of</a></h4></div></div></div>
<a name="fusion.iterator.metafunctions.value_of.description"></a><h5>
<a name="id480308"></a>
<a name="id480410"></a>
<a href="value_of.html#fusion.iterator.metafunctions.value_of.description">Description</a>
</h5>
<p>
Returns the type stored at the position of an iterator.
</p>
<a name="fusion.iterator.metafunctions.value_of.synopsis"></a><h5>
<a name="id480339"></a>
<a name="id480441"></a>
<a href="value_of.html#fusion.iterator.metafunctions.value_of.synopsis">Synopsis</a>
</h5>
<pre class="programlisting">
@ -46,7 +46,7 @@
<span class="special">};</span>
</pre>
<div class="table">
<a name="id480438"></a><p class="title"><b>Table<EFBFBD>1.11.<2E>Parameters</b></p>
<a name="id480540"></a><p class="title"><b>Table<EFBFBD>1.11.<2E>Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@ -92,7 +92,7 @@
</table>
</div>
<a name="fusion.iterator.metafunctions.value_of.expression_semantics"></a><h5>
<a name="id480539"></a>
<a name="id480640"></a>
<a href="value_of.html#fusion.iterator.metafunctions.value_of.expression_semantics">Expression
Semantics</a>
</h5>
@ -110,7 +110,7 @@
/iterator/value_of.hpp&gt;
</p>
<a name="fusion.iterator.metafunctions.value_of.example"></a><h5>
<a name="id480658"></a>
<a name="id480760"></a>
<a href="value_of.html#fusion.iterator.metafunctions.value_of.example">Example</a>
</h5>
<pre class="programlisting">
@ -126,8 +126,11 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><small>Copyright <20> 2001-2007 Joel de Guzman, Dan Marsden, Tobias
Schwinger</small></td>
<td align="right"><div class="copyright-footer"><small>Copyright <20> 2001-2007 Joel de Guzman, Dan Marsden, Tobias
Schwinger<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p></small></div></td>
</tr></table>
<hr>
<div class="spirit-nav">