Sophie

Sophie

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

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++: std::const_mem_fun1_t&lt; _Ret, _Tp, _Arg &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('a00439.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>  </div>
  <div class="headertitle">
<div class="title">std::const_mem_fun1_t&lt; _Ret, _Tp, _Arg &gt; Class Template Reference<div class="ingroups"><a class="el" href="a01199.html">Adaptors for pointers to members</a></div></div>  </div>
</div>
<div class="contents">
<!-- doxytag: class="std::const_mem_fun1_t" --><!-- doxytag: inherits="binary_function&lt; const _Tp *, _Arg, _Ret &gt;" -->
<p>One of the <a class="el" href="a01199.html">adaptors for member pointers</a>.  
 <a href="a00439.html#details">More...</a></p>
<div class="dynheader">
Inheritance diagram for std::const_mem_fun1_t&lt; _Ret, _Tp, _Arg &gt;:</div>
<div class="dyncontent">
<div class="center"><img src="a01967.png" border="0" usemap="#std_1_1const__mem__fun1__t_3_01___ret_00_01___tp_00_01___arg_01_4_inherit__map" alt="Inheritance graph"/></div>
<map name="std_1_1const__mem__fun1__t_3_01___ret_00_01___tp_00_01___arg_01_4_inherit__map" id="std_1_1const__mem__fun1__t_3_01___ret_00_01___tp_00_01___arg_01_4_inherit__map">
<area shape="rect" id="node2" href="a00254.html" title="std::binary_function\&lt; const _Tp *, _Arg, _Ret \&gt;" alt="" coords="5,101,277,131"/><area shape="rect" id="node4" href="a00254.html" title="std::binary_function\&lt; _Arg1, _Arg2, _Result \&gt;" alt="" coords="8,5,275,35"/></map>
<center><span class="legend">[<a target="top" href="graph_legend.html">legend</a>]</span></center></div>

<p><a href="a01968.html">List of all members.</a></p>
<h2><a name="pub-types"></a>
Public Types</h2>
<ul>
<li>typedef const _Tp * <a class="el" href="a00254.html#ad907337549df2e1a3c3dbca8e0693dba">first_argument_type</a>
<li>typedef _Ret <a class="el" href="a00254.html#a5fe0082d5851e1be6383ad8d8493264e">result_type</a>
<li>typedef _Arg <a class="el" href="a00254.html#aae0f69fe498930627177ff1f06d0ef9f">second_argument_type</a>
</ul>
<h2><a name="pub-methods"></a>
Public Member Functions</h2>
<ul>
<li><a class="anchor" id="ab4afd58c58a8f41bed3bf3d014b0ac3a"></a><!-- doxytag: member="std::const_mem_fun1_t::const_mem_fun1_t" ref="ab4afd58c58a8f41bed3bf3d014b0ac3a" args="(_Ret(_Tp::*__pf)(_Arg) const)" -->
<b>const_mem_fun1_t</b> (_Ret(_Tp::*__pf)(_Arg) const)
<li><a class="anchor" id="a45903c3c8582db0d3d9709fa3bc083ee"></a><!-- doxytag: member="std::const_mem_fun1_t::operator()" ref="a45903c3c8582db0d3d9709fa3bc083ee" args="(const _Tp *__p, _Arg __x) const " -->
_Ret <b>operator()</b> (const _Tp *__p, _Arg __x) const 
</ul>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><h3>template&lt;typename _Ret, typename _Tp, typename _Arg&gt;<br/>
class std::const_mem_fun1_t&lt; _Ret, _Tp, _Arg &gt;</h3>

<p>One of the <a class="el" href="a01199.html">adaptors for member pointers</a>. </p>

<p>Definition at line <a class="el" href="a01050_source.html#l00632">632</a> of file <a class="el" href="a01050_source.html">stl_function.h</a>.</p>
</div><hr/><h2>Member Typedef Documentation</h2>
<a class="anchor" id="ad907337549df2e1a3c3dbca8e0693dba"></a><!-- doxytag: member="std::const_mem_fun1_t::first_argument_type" ref="ad907337549df2e1a3c3dbca8e0693dba" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef const _Tp *  <a class="el" href="a00254.html">std::binary_function</a>&lt; const _Tp * , _Arg , _Ret  &gt;::<a class="el" href="a00254.html#ad907337549df2e1a3c3dbca8e0693dba">first_argument_type</a><code> [inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p><code>first_argument_type</code> is the type of the first argument </p>

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

</div>
</div>
<a class="anchor" id="a5fe0082d5851e1be6383ad8d8493264e"></a><!-- doxytag: member="std::const_mem_fun1_t::result_type" ref="a5fe0082d5851e1be6383ad8d8493264e" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef _Ret  <a class="el" href="a00254.html">std::binary_function</a>&lt; const _Tp * , _Arg , _Ret  &gt;::<a class="el" href="a00254.html#a5fe0082d5851e1be6383ad8d8493264e">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#l00124">124</a> of file <a class="el" href="a01050_source.html">stl_function.h</a>.</p>

</div>
</div>
<a class="anchor" id="aae0f69fe498930627177ff1f06d0ef9f"></a><!-- doxytag: member="std::const_mem_fun1_t::second_argument_type" ref="aae0f69fe498930627177ff1f06d0ef9f" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef _Arg  <a class="el" href="a00254.html">std::binary_function</a>&lt; const _Tp * , _Arg , _Ret  &gt;::<a class="el" href="a00254.html#aae0f69fe498930627177ff1f06d0ef9f">second_argument_type</a><code> [inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p><code>second_argument_type</code> is the type of the second argument </p>

<p>Definition at line <a class="el" href="a01050_source.html#l00121">121</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="a01050_source.html">stl_function.h</a></li>
</ul>
</div>
</div>
  <div id="nav-path" class="navpath">
    <ul>
      <li class="navelem"><a class="el" href="a01137.html">std</a>      </li>
      <li class="navelem"><a class="el" href="a00439.html">const_mem_fun1_t</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>