Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::mem_fun_t< _Ret, _Tp > Class Template Reference

#include <ahFunction.H>

Inheritance diagram for Aleph::mem_fun_t< _Ret, _Tp >:
[legend]
Collaboration diagram for Aleph::mem_fun_t< _Ret, _Tp >:
[legend]

Public Member Functions

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

Private Attributes

_Ret(_Tp::* _M_f )()
 

Additional Inherited Members

- Public Types inherited from Aleph::unary_function< _Tp *, _Ret >
typedef _Tp * argument_type
 
typedef _Ret result_type
 

Detailed Description

template<class _Ret, class _Tp>
class Aleph::mem_fun_t< _Ret, _Tp >

Definition at line 484 of file ahFunction.H.

Constructor & Destructor Documentation

◆ mem_fun_t()

template<class _Ret , class _Tp >
Aleph::mem_fun_t< _Ret, _Tp >::mem_fun_t ( _Ret(_Tp::*)()  __pf)
inlineexplicit

Definition at line 488 of file ahFunction.H.

Member Function Documentation

◆ operator()()

template<class _Ret , class _Tp >
_Ret Aleph::mem_fun_t< _Ret, _Tp >::operator() ( _Tp __p) const
inline

Definition at line 491 of file ahFunction.H.

References Aleph::mem_fun_t< _Ret, _Tp >::_M_f, and Aleph::maps().

Member Data Documentation

◆ _M_f

template<class _Ret , class _Tp >
_Ret(_Tp::* Aleph::mem_fun_t< _Ret, _Tp >::_M_f) ()
private

The documentation for this class was generated from the following file: