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

std::mem_fun_t< void, _Tp > Class Template Reference

#include <stl_function.h>

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

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

Collaboration graph
[legend]
List of all members.

Public Methods

 mem_fun_t (void(_Tp::*__pf)())
void operator() (_Tp *__p) const

Private Attributes

void (_Tp::* _M_f )()

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


Member Function Documentation

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

Definition at line 596 of file stl_function.h.

template<class _Tp>
void std::mem_fun_t< void, _Tp >::operator() ( _Tp * __p ) const [inline]
 

Definition at line 597 of file stl_function.h.


Member Data Documentation

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


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