std::const_mem_fun_t< void, _Tp > Class Template Reference
[Adaptors for pointers to members]

One of the adaptors for member pointers. More...

#include <stl_function.h>

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

std::unary_function< const _Tp *, void > List of all members.

Public Member Functions

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

Private Attributes

void(_Tp::* _M_f )() const

Detailed Description

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

One of the adaptors for member pointers.

Definition at line 735 of file stl_function.h.


Member Function Documentation

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

Definition at line 739 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 743 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 on Tue Jan 30 17:32:15 2007 for GNU C++ STL by doxygen 1.3.6