#include <function-adapter.h>
Collaboration diagram for unary_map_composition:

Public Types | |
| typedef M2::argument_type | argument_type |
| typedef M1::result_type | result_type |
| typedef M2::domain_type | domain_type |
| typedef M1::range_type | range_type |
Public Methods | |
| unary_map_composition (M1 const &mm1, M2 const &mm2) | |
this =
. More... | |
| result_type | operator() (argument_type const &x) const |
. More... | |
| domain_type const & | domain () const |
. More... | |
| range_type const & | range () const |
| range = m1( m1.domain()). More... | |
, model of Adaptable Unary Function.
Definition at line 80 of file function-adapter.h.
|
|||||
|
Definition at line 86 of file function-adapter.h. Referenced by operator(). |
|
|||||
|
Definition at line 87 of file function-adapter.h. Referenced by operator(). |
|
|||||
|
Definition at line 88 of file function-adapter.h. Referenced by domain. |
|
|||||
|
Definition at line 89 of file function-adapter.h. Referenced by range. |
|
||||||||||||||||
|
this =
Definition at line 92 of file function-adapter.h. |
|
||||||||||
|
Definition at line 95 of file function-adapter.h. References argument_type, and result_type. |
|
|||||||||
|
Only correct if Definition at line 102 of file function-adapter.h. References domain_type. |
|
|||||||||
|
range = m1( m1.domain()).
Definition at line 105 of file function-adapter.h. References range_type. |
1.2.11-20011104 written by Dimitri van Heesch,
© 1997-2000