Whole document tree
    

Whole document tree

Templatestd::mem_fun_ref_t< void, _Tp > 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< void, _Tp > Class Template Reference

#include <stl_function.h>

Inheritance diagram for std::mem_fun_ref_t< void, _Tp >:

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

Collaboration graph
[legend]
List of all members.

Public Methods

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

Private Attributes

void(_Tp::* _M_f )()

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


Member Function Documentation

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

Definition at line 657 of file stl_function.h.

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

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

Definition at line 658 of file stl_function.h.

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


Member Data Documentation

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


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