Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::const_mem_fun1_ref_t< void, _Tp, _Arg > Class Template Reference

#include <stl_function.h>

Inheritance diagram for std::const_mem_fun1_ref_t< void, _Tp, _Arg >:

Inheritance graph
[legend]
Collaboration diagram for std::const_mem_fun1_ref_t< void, _Tp, _Arg >:

Collaboration graph
[legend]
List of all members.

Public Methods

 const_mem_fun1_ref_t (void(_Tp::*__pf)(_Arg) const)
void operator() (const _Tp &__r, _Arg __x) const

Private Attributes

void (_Tp::* _M_f )(_Arg) const

template<class _Tp, class _Arg> class std::const_mem_fun1_ref_t< void, _Tp, _Arg >


Member Function Documentation

template<class _Tp, class _Arg>
std::const_mem_fun1_ref_t< void, _Tp, _Arg >::const_mem_fun1_ref_t< void, _Tp, _Arg > ( void(_Tp::* const)(_Arg) __pf ) [inline, explicit]
 

Definition at line 662 of file stl_function.h.

template<class _Tp, class _Arg>
void std::const_mem_fun1_ref_t< void, _Tp, _Arg >::operator() ( const _Tp & __r,
_Arg __x ) const [inline]
 

Definition at line 663 of file stl_function.h.


Member Data Documentation

template<class _Tp, class _Arg>
void (_Tp::* std::const_mem_fun1_ref_t< void, _Tp, _Arg >::_M_f)(_Arg) const [private]
 


The documentation for this class was generated from the following file:
Generated at Tue May 1 16:30:11 2001 for libstdc++-v3 by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001