#include <sysc/packages/boost/bind/make_adaptable.hpp>

Public Types | |
| typedef R | result_type |
| typedef A1 | first_argument_type |
| typedef A2 | second_argument_type |
| typedef A1 | arg1_type |
| typedef A2 | arg2_type |
Public Member Functions | |
| af2 (F f) | |
| result_type | operator() (A1 a1, A2 a2) |
| result_type | operator() (A1 a1, A2 a2) const |
Definition at line 72 of file make_adaptable.hpp.
| typedef R boost::_bi::af2< R, A1, A2, F >::result_type |
Definition at line 76 of file make_adaptable.hpp.
| typedef A1 boost::_bi::af2< R, A1, A2, F >::first_argument_type |
Definition at line 77 of file make_adaptable.hpp.
| typedef A2 boost::_bi::af2< R, A1, A2, F >::second_argument_type |
Definition at line 78 of file make_adaptable.hpp.
| typedef A1 boost::_bi::af2< R, A1, A2, F >::arg1_type |
Definition at line 79 of file make_adaptable.hpp.
| typedef A2 boost::_bi::af2< R, A1, A2, F >::arg2_type |
Definition at line 80 of file make_adaptable.hpp.
| boost::_bi::af2< R, A1, A2, F >::af2 | ( | F | f | ) | [inline, explicit] |
Definition at line 82 of file make_adaptable.hpp.
| result_type boost::_bi::af2< R, A1, A2, F >::operator() | ( | A1 | a1, | |
| A2 | a2 | |||
| ) | [inline] |
Definition at line 86 of file make_adaptable.hpp.
| result_type boost::_bi::af2< R, A1, A2, F >::operator() | ( | A1 | a1, | |
| A2 | a2 | |||
| ) | const [inline] |
Definition at line 91 of file make_adaptable.hpp.
1.5.5