Fix headers for set_fwd and map_fwd. Fixes #3237

[SVN r62891]
This commit is contained in:
Steven Watanabe
2010-06-13 01:45:12 +00:00
parent 9b7b9db979
commit 378858f270
269 changed files with 2768 additions and 2562 deletions

View File

@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>deref_data</title>
<link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
<link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.0">
<link rel="up" href="../functions.html" title="Functions">
<link rel="prev" href="advance_c.html" title="advance_c">
@ -27,7 +27,7 @@
<a name="fusion.iterator.functions.deref_data"></a><a class="link" href="deref_data.html" title="deref_data">deref_data</a>
</h4></div></div></div>
<a name="fusion.iterator.functions.deref_data.description"></a><h6>
<a name="id889443"></a>
<a name="id772296"></a>
<a class="link" href="deref_data.html#fusion.iterator.functions.deref_data.description">Description</a>
</h6>
<p>
@ -35,7 +35,7 @@
an associative iterator.
</p>
<a name="fusion.iterator.functions.deref_data.synopsis"></a><h6>
<a name="id889460"></a>
<a name="id772327"></a>
<a class="link" href="deref_data.html#fusion.iterator.functions.deref_data.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
@ -44,7 +44,7 @@
<span class="keyword">typename</span> <a class="link" href="../metafunctions/deref_data.html" title="deref_data"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">deref_data</span></code></a><span class="special">&lt;</span><span class="identifier">I</span><span class="special">&gt;::</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">&amp;</span> <span class="identifier">i</span><span class="special">);</span>
</pre>
<div class="table">
<a name="id889560"></a><p class="title"><b>Table&#160;1.8.&#160;Parameters</b></p>
<a name="id772470"></a><p class="title"><b>Table&#160;1.8.&#160;Parameters</b></p>
<div class="table-contents"><table class="table" summary="Parameters">
<colgroup>
<col>
@ -89,7 +89,7 @@
</table></div>
</div>
<br class="table-break"><a name="fusion.iterator.functions.deref_data.expression_semantics"></a><h6>
<a name="id889650"></a>
<a name="id772576"></a>
<a class="link" href="deref_data.html#fusion.iterator.functions.deref_data.expression_semantics">Expression
Semantics</a>
</h6>
@ -103,14 +103,14 @@
associated with the element referenced by an associative iterator <code class="computeroutput"><span class="identifier">i</span></code>.
</p>
<a name="fusion.iterator.functions.deref_data.header"></a><h6>
<a name="id889748"></a>
<a name="id772723"></a>
<a class="link" href="deref_data.html#fusion.iterator.functions.deref_data.header">Header</a>
</h6>
<pre class="programlisting"><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">iterator</span><span class="special">/</span><span class="identifier">deref_data</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
<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">deref_data</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
</pre>
<a name="fusion.iterator.functions.deref_data.example"></a><h6>
<a name="id889856"></a>
<a name="id772879"></a>
<a class="link" href="deref_data.html#fusion.iterator.functions.deref_data.example">Example</a>
</h6>
<pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../../container/map.html" title="map"><code class="computeroutput"><span class="identifier">map</span></code></a><span class="special">&lt;</span><a class="link" href="../../support/pair.html" title="pair"><code class="computeroutput"><span class="identifier">pair</span></code></a><span class="special">&lt;</span><span class="keyword">float</span><span class="special">,</span><span class="keyword">int</span><span class="special">&amp;&gt;</span> <span class="special">&gt;</span> <span class="identifier">map</span><span class="special">;</span>