|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include <ahFunction.H>
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 |
Definition at line 484 of file ahFunction.H.
|
inlineexplicit |
Definition at line 488 of file ahFunction.H.
|
inline |
Definition at line 491 of file ahFunction.H.
References Aleph::mem_fun_t< _Ret, _Tp >::_M_f, and Aleph::maps().
Definition at line 498 of file ahFunction.H.
Referenced by Aleph::mem_fun_t< _Ret, _Tp >::operator()(), and Aleph::mem_fun_t< void, _Tp >::operator()().