Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > c74ab286c3d46f9b82671d206e43a74b > files > 131

libstdc++-docs-4.6.3-2.fc15.i686.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>libstdc++: __gnu_parallel::_IteratorPair&lt; _Iterator1, _Iterator2, _IteratorCategory &gt; Class Template Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.4 -->
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">libstdc++</div>
  </td>
 </tr>
 </tbody>
</table>
</div>
</div>
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
  initNavTree('a00125.html','');
</script>
<div id="doc-content">
<div class="header">
  <div class="summary">
<a href="#pub-types">Public Types</a> &#124;
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="#pub-attribs">Public Attributes</a>  </div>
  <div class="headertitle">
<div class="title">__gnu_parallel::_IteratorPair&lt; _Iterator1, _Iterator2, _IteratorCategory &gt; Class Template Reference</div>  </div>
</div>
<div class="contents">
<!-- doxytag: class="__gnu_parallel::_IteratorPair" --><!-- doxytag: inherits="pair&lt; _Iterator1, _Iterator2 &gt;" -->
<p>A pair of iterators. The usual iterator operations are applied to both child iterators.  
 <a href="a00125.html#details">More...</a></p>
<div class="dynheader">
Inheritance diagram for __gnu_parallel::_IteratorPair&lt; _Iterator1, _Iterator2, _IteratorCategory &gt;:</div>
<div class="dyncontent">
<div class="center"><img src="a01581.png" border="0" usemap="#____gnu__parallel_1_1___iterator_pair_3_01___iterator1_00_01___iterator2_00_01___iterator_category_01_4_inherit__map" alt="Inheritance graph"/></div>
<map name="____gnu__parallel_1_1___iterator_pair_3_01___iterator1_00_01___iterator2_00_01___iterator_category_01_4_inherit__map" id="____gnu__parallel_1_1___iterator_pair_3_01___iterator1_00_01___iterator2_00_01___iterator_category_01_4_inherit__map">
<area shape="rect" id="node2" href="a00263.html" title="std::pair\&lt; _Iterator1, _Iterator2 \&gt;" alt="" coords="112,101,307,131"/><area shape="rect" id="node4" href="a00263.html" title="Struct holding two objects of arbitrary type." alt="" coords="143,5,276,35"/></map>
<center><span class="legend">[<a target="top" href="graph_legend.html">legend</a>]</span></center></div>

<p><a href="a01582.html">List of all members.</a></p>
<h2><a name="pub-types"></a>
Public Types</h2>
<ul>
<li><a class="anchor" id="a51d2066ffde62cf5e0e41003aec1e356"></a><!-- doxytag: member="__gnu_parallel::_IteratorPair::_TraitsType" ref="a51d2066ffde62cf5e0e41003aec1e356" args="" -->
typedef std::iterator_traits<br class="typebreak"/>
&lt; _Iterator1 &gt; <b>_TraitsType</b>
<li><a class="anchor" id="aef6281cf64805f90a82676e8eb8b70e0"></a><!-- doxytag: member="__gnu_parallel::_IteratorPair::difference_type" ref="aef6281cf64805f90a82676e8eb8b70e0" args="" -->
typedef <br class="typebreak"/>
_TraitsType::difference_type <b>difference_type</b>
<li><a class="anchor" id="a323660e5704618c07b0d1d38f3f9ff02"></a><!-- doxytag: member="__gnu_parallel::_IteratorPair::first_type" ref="a323660e5704618c07b0d1d38f3f9ff02" args="" -->
typedef _Iterator1 <b>first_type</b>
<li><a class="anchor" id="adb2e9619613378d65e7fab5b0fd1c439"></a><!-- doxytag: member="__gnu_parallel::_IteratorPair::iterator_category" ref="adb2e9619613378d65e7fab5b0fd1c439" args="" -->
typedef _IteratorCategory <b>iterator_category</b>
<li><a class="anchor" id="a8ce986b5c61ef39e265a1e7c771a0d44"></a><!-- doxytag: member="__gnu_parallel::_IteratorPair::pointer" ref="a8ce986b5c61ef39e265a1e7c771a0d44" args="" -->
typedef <a class="el" href="a00125.html">_IteratorPair</a> * <b>pointer</b>
<li><a class="anchor" id="a45e2cae7c57cbd176a85b2431274ca88"></a><!-- doxytag: member="__gnu_parallel::_IteratorPair::reference" ref="a45e2cae7c57cbd176a85b2431274ca88" args="" -->
typedef <a class="el" href="a00125.html">_IteratorPair</a> &amp; <b>reference</b>
<li>typedef _Iterator2 <a class="el" href="a00263.html#a6d205c1eab800cb27d82060d11d531a3">second_type</a>
<li><a class="anchor" id="a7ef6963d8d0a44bd9c5682d235c04fa7"></a><!-- doxytag: member="__gnu_parallel::_IteratorPair::value_type" ref="a7ef6963d8d0a44bd9c5682d235c04fa7" args="" -->
typedef void <b>value_type</b>
</ul>
<h2><a name="pub-methods"></a>
Public Member Functions</h2>
<ul>
<li><a class="anchor" id="ae8d51e75ac62361e42ea62dfedefded1"></a><!-- doxytag: member="__gnu_parallel::_IteratorPair::_IteratorPair" ref="ae8d51e75ac62361e42ea62dfedefded1" args="(const _Iterator1 &amp;__first, const _Iterator2 &amp;__second)" -->
<b>_IteratorPair</b> (const _Iterator1 &amp;__first, const _Iterator2 &amp;__second)
<li><a class="anchor" id="ad23d51cd81a0c26c99b8e2d6840e6698"></a><!-- doxytag: member="__gnu_parallel::_IteratorPair::operator _Iterator2" ref="ad23d51cd81a0c26c99b8e2d6840e6698" args="() const " -->
<b>operator _Iterator2</b> () const 
<li><a class="anchor" id="a70e3ea83a22ecb41e5bb01e0fc31fb39"></a><!-- doxytag: member="__gnu_parallel::_IteratorPair::operator+" ref="a70e3ea83a22ecb41e5bb01e0fc31fb39" args="(difference_type __delta) const " -->
<a class="el" href="a00125.html">_IteratorPair</a> <b>operator+</b> (difference_type __delta) const 
<li><a class="anchor" id="a51a7456bb4a3264bf4dfffd76d4f754d"></a><!-- doxytag: member="__gnu_parallel::_IteratorPair::operator++" ref="a51a7456bb4a3264bf4dfffd76d4f754d" args="(int)" -->
const <a class="el" href="a00125.html">_IteratorPair</a> <b>operator++</b> (int)
<li><a class="anchor" id="ab26e550a074cdbbb02e5512b76bccba8"></a><!-- doxytag: member="__gnu_parallel::_IteratorPair::operator++" ref="ab26e550a074cdbbb02e5512b76bccba8" args="()" -->
<a class="el" href="a00125.html">_IteratorPair</a> &amp; <b>operator++</b> ()
<li><a class="anchor" id="afa3f189a0310762961250e2e78b6e5ac"></a><!-- doxytag: member="__gnu_parallel::_IteratorPair::operator&#45;" ref="afa3f189a0310762961250e2e78b6e5ac" args="(const _IteratorPair &amp;__other) const " -->
difference_type <b>operator-</b> (const <a class="el" href="a00125.html">_IteratorPair</a> &amp;__other) const 
<li><a class="anchor" id="a820638c8bb723bac97bfd0fb5f923f5b"></a><!-- doxytag: member="__gnu_parallel::_IteratorPair::operator&#45;&#45;" ref="a820638c8bb723bac97bfd0fb5f923f5b" args="(int)" -->
const <a class="el" href="a00125.html">_IteratorPair</a> <b>operator--</b> (int)
<li><a class="anchor" id="af9cd3cba49c8f75118b97ede0d44963d"></a><!-- doxytag: member="__gnu_parallel::_IteratorPair::operator&#45;&#45;" ref="af9cd3cba49c8f75118b97ede0d44963d" args="()" -->
<a class="el" href="a00125.html">_IteratorPair</a> &amp; <b>operator--</b> ()
<li><a class="anchor" id="a580a22ad1b21c62a8c0615bdd5a699b2"></a><!-- doxytag: member="__gnu_parallel::_IteratorPair::operator=" ref="a580a22ad1b21c62a8c0615bdd5a699b2" args="(const _IteratorPair &amp;__other)" -->
<a class="el" href="a00125.html">_IteratorPair</a> &amp; <b>operator=</b> (const <a class="el" href="a00125.html">_IteratorPair</a> &amp;__other)
<li><a class="anchor" id="a786a298eb39215993453f1299b02c9e3"></a><!-- doxytag: member="__gnu_parallel::_IteratorPair::swap" ref="a786a298eb39215993453f1299b02c9e3" args="(pair &amp;__p)" -->
void <b>swap</b> (pair &amp;__p)
</ul>
<h2><a name="pub-attribs"></a>
Public Attributes</h2>
<ul>
<li>_Iterator1 <a class="el" href="a00263.html#a198b03cffc037835dc1dc01c926ce251">first</a>
<li>_Iterator2 <a class="el" href="a00263.html#a91179413226db12e66346d3673b7835f">second</a>
</ul>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><h3>template&lt;typename _Iterator1, typename _Iterator2, typename _IteratorCategory&gt;<br/>
class __gnu_parallel::_IteratorPair&lt; _Iterator1, _Iterator2, _IteratorCategory &gt;</h3>

<p>A pair of iterators. The usual iterator operations are applied to both child iterators. </p>

<p>Definition at line <a class="el" href="a00916_source.html#l00045">45</a> of file <a class="el" href="a00916_source.html">iterator.h</a>.</p>
</div><hr/><h2>Member Typedef Documentation</h2>
<a class="anchor" id="a6d205c1eab800cb27d82060d11d531a3"></a><!-- doxytag: member="__gnu_parallel::_IteratorPair::second_type" ref="a6d205c1eab800cb27d82060d11d531a3" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef _Iterator2  <a class="el" href="a00263.html">std::pair</a>&lt; _Iterator1 , _Iterator2  &gt;::<a class="el" href="a00263.html#a6d205c1eab800cb27d82060d11d531a3">second_type</a><code> [inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p><code>first_type</code> is the first bound type </p>

<p>Definition at line <a class="el" href="a01060_source.html#l00090">90</a> of file <a class="el" href="a01060_source.html">stl_pair.h</a>.</p>

</div>
</div>
<hr/><h2>Member Data Documentation</h2>
<a class="anchor" id="a198b03cffc037835dc1dc01c926ce251"></a><!-- doxytag: member="__gnu_parallel::_IteratorPair::first" ref="a198b03cffc037835dc1dc01c926ce251" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">_Iterator1  <a class="el" href="a00263.html">std::pair</a>&lt; _Iterator1 , _Iterator2  &gt;::<a class="el" href="a00263.html#a198b03cffc037835dc1dc01c926ce251">first</a><code> [inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p><code>second_type</code> is the second bound type </p>

<p>Definition at line <a class="el" href="a01060_source.html#l00092">92</a> of file <a class="el" href="a01060_source.html">stl_pair.h</a>.</p>

</div>
</div>
<a class="anchor" id="a91179413226db12e66346d3673b7835f"></a><!-- doxytag: member="__gnu_parallel::_IteratorPair::second" ref="a91179413226db12e66346d3673b7835f" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">_Iterator2  <a class="el" href="a00263.html">std::pair</a>&lt; _Iterator1 , _Iterator2  &gt;::<a class="el" href="a00263.html#a91179413226db12e66346d3673b7835f">second</a><code> [inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p><code>first</code> is a copy of the first object </p>

<p>Definition at line <a class="el" href="a01060_source.html#l00093">93</a> of file <a class="el" href="a01060_source.html">stl_pair.h</a>.</p>

</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="a00916_source.html">iterator.h</a></li>
</ul>
</div>
</div>
  <div id="nav-path" class="navpath">
    <ul>
      <li class="navelem"><a class="el" href="a01131.html">__gnu_parallel</a>      </li>
      <li class="navelem"><a class="el" href="a00125.html">_IteratorPair</a>      </li>
      <li class="footer">Generated by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.4 </li>
    </ul>
  </div>

</body>
</html>