Whole document tree
    

Whole document tree

Templatestd::mem_fun_ref_t class Reference
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::mem_fun_ref_t< _Ret, _Tp > Class Template Reference

#include <stl_function.h>

Inheritance diagram for std::mem_fun_ref_t:

Inheritance graph
[legend]
Collaboration diagram for std::mem_fun_ref_t< _Ret, _Tp >:

Collaboration graph
[legend]
List of all members.

Public Methods

 mem_fun_ref_t (_Ret(_Tp::*__pf)())
_Ret operator() (_Tp &__r) const

Private Attributes

_Ret(_Tp::* _M_f )()

template<class _Ret, class _Tp>
class std::mem_fun_ref_t< _Ret, _Tp >


Constructor & Destructor Documentation

template<class _Ret, class _Tp>
std::mem_fun_ref_t< _Ret, _Tp >::mem_fun_ref_t _Ret(_Tp::*    __pf)() [inline, explicit]
 

Definition at line 584 of file stl_function.h.

References std::mem_fun_ref_t< _Ret, _Tp >::_M_f.


Member Function Documentation

template<class _Ret, class _Tp>
_Ret std::mem_fun_ref_t< _Ret, _Tp >::operator() _Tp &    __r const [inline]
 

Definition at line 585 of file stl_function.h.

References std::mem_fun_ref_t< _Ret, _Tp >::_M_f.


Member Data Documentation

template<class _Ret, class _Tp>
_Ret(_Tp::* std::mem_fun_ref_t< _Ret, _Tp >::_M_f)() [private]
 

Referenced by std::mem_fun_ref_t< void, _Tp >::mem_fun_ref_t(), std::mem_fun_ref_t< _Ret, _Tp >::mem_fun_ref_t(), std::mem_fun_ref_t< void, _Tp >::operator()(), and std::mem_fun_ref_t< _Ret, _Tp >::operator()().


The documentation for this class was generated from the following file:
Generated on Mon Apr 8 03:19:06 2002 for libstdc++-v3 Source by doxygen1.2.15