|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include <ahFunction.H>
Public Member Functions | |
| const_mem_fun_t (_Ret(_Tp::*__pf)() const) | |
| _Ret | operator() (const _Tp *__p) const |
Private Attributes | |
| _Ret(_Tp::* | _M_f )() const |
Additional Inherited Members | |
Public Types inherited from Aleph::unary_function< const _Tp *, _Ret > | |
| typedef const _Tp * | argument_type |
| typedef _Ret | result_type |
Definition at line 503 of file ahFunction.H.
|
inlineexplicit |
Definition at line 507 of file ahFunction.H.
|
inline |
Definition at line 510 of file ahFunction.H.
References Aleph::const_mem_fun_t< _Ret, _Tp >::_M_f, and Aleph::maps().
|
private |
Definition at line 517 of file ahFunction.H.
Referenced by Aleph::const_mem_fun_t< _Ret, _Tp >::operator()(), and Aleph::const_mem_fun_t< void, _Tp >::operator()().