Sophie

Sophie

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

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_cxx::unary_compose&lt; _Operation1, _Operation2 &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('a00078.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="#pro-attribs">Protected Attributes</a>  </div>
  <div class="headertitle">
<div class="title">__gnu_cxx::unary_compose&lt; _Operation1, _Operation2 &gt; Class Template Reference<div class="ingroups"><a class="el" href="a01157.html">SGI</a></div></div>  </div>
</div>
<div class="contents">
<!-- doxytag: class="__gnu_cxx::unary_compose" --><!-- doxytag: inherits="std::unary_function" -->
<p>An <a class="el" href="a01157.html">SGI extension </a>.  
 <a href="a00078.html#details">More...</a></p>
<div class="dynheader">
Inheritance diagram for __gnu_cxx::unary_compose&lt; _Operation1, _Operation2 &gt;:</div>
<div class="dyncontent">
<div class="center"><img src="a01500.png" border="0" usemap="#____gnu__cxx_1_1unary__compose_3_01___operation1_00_01___operation2_01_4_inherit__map" alt="Inheritance graph"/></div>
<map name="____gnu__cxx_1_1unary__compose_3_01___operation1_00_01___operation2_01_4_inherit__map" id="____gnu__cxx_1_1unary__compose_3_01___operation1_00_01___operation2_01_4_inherit__map">
<area shape="rect" id="node2" href="a00723.html" title="std::unary_function\&lt; _Operation2::argument_type, _Operation1::result_type \&gt;" alt="" coords="5,5,445,35"/></map>
<center><span class="legend">[<a target="top" href="graph_legend.html">legend</a>]</span></center></div>

<p><a href="a01501.html">List of all members.</a></p>
<h2><a name="pub-types"></a>
Public Types</h2>
<ul>
<li>typedef _Arg <a class="el" href="a00723.html#a6e96c92b2592035c938f85ab1da1c876">argument_type</a>
<li>typedef _Result <a class="el" href="a00723.html#a70d48de710aa15c5e811cbcf6c8bdd61">result_type</a>
</ul>
<h2><a name="pub-methods"></a>
Public Member Functions</h2>
<ul>
<li><a class="anchor" id="a87475e41db889ae7c8ce58be09b105b7"></a><!-- doxytag: member="__gnu_cxx::unary_compose::unary_compose" ref="a87475e41db889ae7c8ce58be09b105b7" args="(const _Operation1 &amp;__x, const _Operation2 &amp;__y)" -->
<b>unary_compose</b> (const _Operation1 &amp;__x, const _Operation2 &amp;__y)
<li><a class="anchor" id="a1cd02c18ebfb91d22b67a3afc4797f84"></a><!-- doxytag: member="__gnu_cxx::unary_compose::operator()" ref="a1cd02c18ebfb91d22b67a3afc4797f84" args="(const typename _Operation2::argument_type &amp;__x) const " -->
_Operation1::result_type <b>operator()</b> (const typename _Operation2::argument_type &amp;__x) const 
</ul>
<h2><a name="pro-attribs"></a>
Protected Attributes</h2>
<ul>
<li><a class="anchor" id="a9486a4a2180fdc5a635e88c1844bde16"></a><!-- doxytag: member="__gnu_cxx::unary_compose::_M_fn1" ref="a9486a4a2180fdc5a635e88c1844bde16" args="" -->
_Operation1 <b>_M_fn1</b>
<li><a class="anchor" id="ac84be88b5186e88bab840950c5bf7d81"></a><!-- doxytag: member="__gnu_cxx::unary_compose::_M_fn2" ref="ac84be88b5186e88bab840950c5bf7d81" args="" -->
_Operation2 <b>_M_fn2</b>
</ul>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><h3>template&lt;class _Operation1, class _Operation2&gt;<br/>
class __gnu_cxx::unary_compose&lt; _Operation1, _Operation2 &gt;</h3>

<p>An <a class="el" href="a01157.html">SGI extension </a>. </p>

<p>Definition at line <a class="el" href="a00885_source.html#l00126">126</a> of file <a class="el" href="a00885_source.html">ext/functional</a>.</p>
</div><hr/><h2>Member Typedef Documentation</h2>
<a class="anchor" id="a6e96c92b2592035c938f85ab1da1c876"></a><!-- doxytag: member="__gnu_cxx::unary_compose::argument_type" ref="a6e96c92b2592035c938f85ab1da1c876" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename _Arg, typename _Result&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname">typedef _Arg <a class="el" href="a00723.html">std::unary_function</a>&lt; _Arg, _Result &gt;::<a class="el" href="a00723.html#a6e96c92b2592035c938f85ab1da1c876">argument_type</a><code> [inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p><code>argument_type</code> is the type of the argument </p>

<p>Definition at line <a class="el" href="a01050_source.html#l00105">105</a> of file <a class="el" href="a01050_source.html">stl_function.h</a>.</p>

</div>
</div>
<a class="anchor" id="a70d48de710aa15c5e811cbcf6c8bdd61"></a><!-- doxytag: member="__gnu_cxx::unary_compose::result_type" ref="a70d48de710aa15c5e811cbcf6c8bdd61" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename _Arg, typename _Result&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname">typedef _Result <a class="el" href="a00723.html">std::unary_function</a>&lt; _Arg, _Result &gt;::<a class="el" href="a00723.html#a70d48de710aa15c5e811cbcf6c8bdd61">result_type</a><code> [inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p><code>result_type</code> is the return type </p>

<p>Definition at line <a class="el" href="a01050_source.html#l00108">108</a> of file <a class="el" href="a01050_source.html">stl_function.h</a>.</p>

</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="a00885_source.html">ext/functional</a></li>
</ul>
</div>
</div>
  <div id="nav-path" class="navpath">
    <ul>
      <li class="navelem"><a class="el" href="a01125.html">__gnu_cxx</a>      </li>
      <li class="navelem"><a class="el" href="a00078.html">unary_compose</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>