|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include <ahFunction.H>
Public Member Functions | |
| pointer_to_unary_function () | |
| pointer_to_unary_function (_Result(*__x)(_Arg)) | |
| _Result | operator() (_Arg __x) const |
Protected Attributes | |
| _Result(* | _M_ptr )(_Arg) |
Additional Inherited Members | |
Public Types inherited from Aleph::unary_function< _Arg, _Result > | |
| typedef _Arg | argument_type |
| typedef _Result | result_type |
Definition at line 384 of file ahFunction.H.
|
inline |
Definition at line 392 of file ahFunction.H.
|
inlineexplicit |
Definition at line 394 of file ahFunction.H.
|
inline |
Definition at line 397 of file ahFunction.H.
References Aleph::pointer_to_unary_function< _Arg, _Result >::_M_ptr, and Aleph::maps().
|
protected |
Definition at line 388 of file ahFunction.H.
Referenced by Aleph::pointer_to_unary_function< _Arg, _Result >::operator()().