added copyright and license info for each page.

[SVN r40873]
This commit is contained in:
Joel de Guzman
2007-11-07 03:46:23 +00:00
parent 9f2f31c8ec
commit ac449e933d
261 changed files with 1500 additions and 2057 deletions

View File

@ -2,7 +2,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>list</title>
<link rel="stylesheet" href="../../boostbook.css" type="text/css">
<link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.66.1">
<link rel="start" href="../../index.html" title="Chapter<65>1.<2E>Fusion 2.0">
<link rel="up" href="../container.html" title="Container">
@ -26,7 +26,7 @@
<div class="titlepage"><div><div><h3 class="title">
<a name="fusion.container.list"></a><a href="list.html" title="list">list</a></h3></div></div></div>
<a name="fusion.container.list.description"></a><h4>
<a name="id529361"></a>
<a name="id529379"></a>
<a href="list.html#fusion.container.list.description">Description</a>
</h4>
<p>
@ -38,7 +38,7 @@
runtime cost of access to each element is peculiarly constant (see <a href="../notes.html#fusion.notes.recursive_inlined_functions">Recursive Inlined Functions</a>).
</p>
<a name="fusion.container.list.header"></a><h4>
<a name="id529459"></a>
<a name="id529476"></a>
<a href="list.html#fusion.container.list.header">Header</a>
</h4>
<pre class="programlisting">
@ -48,7 +48,7 @@
<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">list_fwd</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
</pre>
<a name="fusion.container.list.synopsis"></a><h4>
<a name="id529752"></a>
<a name="id529769"></a>
<a href="list.html#fusion.container.list.synopsis">Synopsis</a>
</h4>
<pre class="programlisting">
@ -79,7 +79,7 @@
<span class="preprocessor">#define</span> <span class="identifier">FUSION_MAX_LIST_SIZE</span> <span class="number">20</span>
</pre>
<a name="fusion.container.list.template_parameters"></a><h4>
<a name="id530083"></a>
<a name="id530100"></a>
<a href="list.html#fusion.container.list.template_parameters">Template parameters</a>
</h4>
<div class="informaltable"><table class="table">
@ -124,7 +124,7 @@
</tr></tbody>
</table></div>
<a name="fusion.container.list.model_of"></a><h4>
<a name="id530201"></a>
<a name="id530219"></a>
<a href="list.html#fusion.container.list.model_of">Model of</a>
</h4>
<div class="itemizedlist"><ul type="disc"><li><a href="../sequence/concepts/forward_sequence.html" title="Forward
@ -157,7 +157,7 @@
</dl>
</div>
<a name="fusion.container.list.expression_semantics"></a><h4>
<a name="id530414"></a>
<a name="id530432"></a>
<a href="list.html#fusion.container.list.expression_semantics">Expression Semantics</a>
</h4>
<p>
@ -265,7 +265,7 @@
Inlined Functions</a>).
</p></div>
<a name="fusion.container.list.example"></a><h4>
<a name="id530991"></a>
<a name="id531008"></a>
<a href="list.html#fusion.container.list.example">Example</a>
</h4>
<pre class="programlisting">