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

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

#include <stl_function.h>

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

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

Collaboration graph
[legend]
List of all members.

Public Methods

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

Private Attributes

void (_Tp::* _M_f )() const

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


Member Function Documentation

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

Definition at line 605 of file stl_function.h.

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

Definition at line 606 of file stl_function.h.


Member Data Documentation

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


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