2009-10-30 00:19:19 +00:00
|
|
|
<html>
|
|
|
|
<head>
|
2009-12-11 21:01:22 +00:00
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
2009-10-30 00:19:19 +00:00
|
|
|
<title>deref_data</title>
|
|
|
|
<link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
|
2010-04-10 18:55:44 +00:00
|
|
|
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
|
2009-12-11 21:01:22 +00:00
|
|
|
<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
|
2009-10-30 00:19:19 +00:00
|
|
|
<link rel="up" href="../functions.html" title="Functions">
|
|
|
|
<link rel="prev" href="advance_c.html" title="advance_c">
|
|
|
|
<link rel="next" href="../operator.html" title="Operator">
|
|
|
|
</head>
|
|
|
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
|
|
|
<table cellpadding="2" width="100%"><tr>
|
|
|
|
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../../boost.png"></td>
|
|
|
|
<td align="center"><a href="../../../../../../../index.html">Home</a></td>
|
|
|
|
<td align="center"><a href="../../../../../../libraries.htm">Libraries</a></td>
|
|
|
|
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
|
|
|
|
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
|
|
|
|
<td align="center"><a href="../../../../../../../more/index.htm">More</a></td>
|
|
|
|
</tr></table>
|
|
|
|
<hr>
|
|
|
|
<div class="spirit-nav">
|
|
|
|
<a accesskey="p" href="advance_c.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../operator.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
|
|
|
|
</div>
|
2010-06-03 08:29:23 +00:00
|
|
|
<div class="section">
|
2009-10-30 00:19:19 +00:00
|
|
|
<div class="titlepage"><div><div><h4 class="title">
|
|
|
|
<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>
|
2010-06-03 08:29:23 +00:00
|
|
|
<a name="id889443"></a>
|
2009-10-30 00:19:19 +00:00
|
|
|
<a class="link" href="deref_data.html#fusion.iterator.functions.deref_data.description">Description</a>
|
|
|
|
</h6>
|
|
|
|
<p>
|
|
|
|
Deferences the data property associated with the element referenced by
|
|
|
|
an associative iterator.
|
|
|
|
</p>
|
|
|
|
<a name="fusion.iterator.functions.deref_data.synopsis"></a><h6>
|
2010-06-03 08:29:23 +00:00
|
|
|
<a name="id889460"></a>
|
2009-10-30 00:19:19 +00:00
|
|
|
<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"><</span>
|
|
|
|
<span class="keyword">typename</span> <span class="identifier">I</span>
|
|
|
|
<span class="special">></span>
|
|
|
|
<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"><</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">
|
2010-06-03 08:29:23 +00:00
|
|
|
<a name="id889560"></a><p class="title"><b>Table 1.8. Parameters</b></p>
|
2009-10-30 00:19:19 +00:00
|
|
|
<div class="table-contents"><table class="table" summary="Parameters">
|
|
|
|
<colgroup>
|
|
|
|
<col>
|
|
|
|
<col>
|
|
|
|
<col>
|
|
|
|
</colgroup>
|
|
|
|
<thead><tr>
|
|
|
|
<th>
|
2010-04-10 18:55:44 +00:00
|
|
|
<p>
|
|
|
|
Parameter
|
|
|
|
</p>
|
|
|
|
</th>
|
2009-10-30 00:19:19 +00:00
|
|
|
<th>
|
2010-04-10 18:55:44 +00:00
|
|
|
<p>
|
|
|
|
Requirement
|
|
|
|
</p>
|
|
|
|
</th>
|
2009-10-30 00:19:19 +00:00
|
|
|
<th>
|
2010-04-10 18:55:44 +00:00
|
|
|
<p>
|
|
|
|
Description
|
|
|
|
</p>
|
|
|
|
</th>
|
2009-10-30 00:19:19 +00:00
|
|
|
</tr></thead>
|
|
|
|
<tbody><tr>
|
|
|
|
<td>
|
2010-04-10 18:55:44 +00:00
|
|
|
<p>
|
|
|
|
<code class="computeroutput"><span class="identifier">i</span></code>
|
|
|
|
</p>
|
|
|
|
</td>
|
2009-10-30 00:19:19 +00:00
|
|
|
<td>
|
2010-04-10 18:55:44 +00:00
|
|
|
<p>
|
|
|
|
Model of <a class="link" href="../concepts/associative_iterator.html" title="Associative Iterator">Associative
|
|
|
|
Iterator</a>
|
|
|
|
</p>
|
|
|
|
</td>
|
2009-10-30 00:19:19 +00:00
|
|
|
<td>
|
2010-04-10 18:55:44 +00:00
|
|
|
<p>
|
|
|
|
Operation's argument
|
|
|
|
</p>
|
|
|
|
</td>
|
2009-10-30 00:19:19 +00:00
|
|
|
</tr></tbody>
|
|
|
|
</table></div>
|
|
|
|
</div>
|
|
|
|
<br class="table-break"><a name="fusion.iterator.functions.deref_data.expression_semantics"></a><h6>
|
2010-06-03 08:29:23 +00:00
|
|
|
<a name="id889650"></a>
|
2009-10-30 00:19:19 +00:00
|
|
|
<a class="link" href="deref_data.html#fusion.iterator.functions.deref_data.expression_semantics">Expression
|
|
|
|
Semantics</a>
|
|
|
|
</h6>
|
|
|
|
<pre class="programlisting"><a class="link" href="deref_data.html" title="deref_data"><code class="computeroutput"><span class="identifier">deref_data</span></code></a><span class="special">(</span><span class="identifier">i</span><span class="special">);</span>
|
|
|
|
</pre>
|
|
|
|
<p>
|
|
|
|
<span class="bold"><strong>Return type</strong></span>: <code class="computeroutput"><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"><</span><span class="identifier">I</span><span class="special">>::</span><span class="identifier">type</span></code>
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
<span class="bold"><strong>Semantics</strong></span>: Dereferences the data property
|
|
|
|
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>
|
2010-06-03 08:29:23 +00:00
|
|
|
<a name="id889748"></a>
|
2009-10-30 00:19:19 +00:00
|
|
|
<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"><</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">></span>
|
|
|
|
<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">include</span><span class="special">/</span><span class="identifier">deref_data</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
|
|
|
</pre>
|
|
|
|
<a name="fusion.iterator.functions.deref_data.example"></a><h6>
|
2010-06-03 08:29:23 +00:00
|
|
|
<a name="id889856"></a>
|
2009-10-30 00:19:19 +00:00
|
|
|
<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"><</span><a class="link" href="../../support/pair.html" title="pair"><code class="computeroutput"><span class="identifier">pair</span></code></a><span class="special"><</span><span class="keyword">float</span><span class="special">,</span><span class="keyword">int</span><span class="special">&></span> <span class="special">></span> <span class="identifier">map</span><span class="special">;</span>
|
|
|
|
|
|
|
|
<span class="keyword">int</span> <span class="identifier">i</span><span class="special">(</span><span class="number">0</span><span class="special">);</span>
|
|
|
|
<span class="identifier">map</span> <span class="identifier">m</span><span class="special">(</span><span class="number">1.0f</span><span class="special">,</span><span class="identifier">i</span><span class="special">);</span>
|
|
|
|
<span class="identifier">assert</span><span class="special">(</span><a class="link" href="deref_data.html" title="deref_data"><code class="computeroutput"><span class="identifier">deref_data</span></code></a><span class="special">(</span><a class="link" href="../../sequence/intrinsic/functions/begin.html" title="begin"><code class="computeroutput"><span class="identifier">begin</span></code></a><span class="special">(</span><span class="identifier">m</span><span class="special">))</span> <span class="special">==</span> <span class="number">0</span><span class="special">);</span>
|
|
|
|
<span class="identifier">assert</span><span class="special">(&(</span><a class="link" href="deref_data.html" title="deref_data"><code class="computeroutput"><span class="identifier">deref_data</span></code></a><span class="special">(</span><a class="link" href="../../sequence/intrinsic/functions/begin.html" title="begin"><code class="computeroutput"><span class="identifier">begin</span></code></a><span class="special">(</span><span class="identifier">m</span><span class="special">)))</span> <span class="special">==</span> <span class="special">&</span><span class="identifier">i</span><span class="special">);</span>
|
|
|
|
</pre>
|
|
|
|
</div>
|
|
|
|
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
|
|
|
<td align="left"></td>
|
2009-12-11 21:01:22 +00:00
|
|
|
<td align="right"><div class="copyright-footer">Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
|
2009-10-30 00:19:19 +00:00
|
|
|
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>
|
|
|
|
</div></td>
|
|
|
|
</tr></table>
|
|
|
|
<hr>
|
|
|
|
<div class="spirit-nav">
|
|
|
|
<a accesskey="p" href="advance_c.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../operator.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|