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

Public Types | |
| typedef R | result_type |
| typedef A1 | arg1_type |
| typedef A2 | arg2_type |
| typedef A3 | arg3_type |
Public Member Functions | |
| af3 (F f) | |
| result_type | operator() (A1 a1, A2 a2, A3 a3) |
| result_type | operator() (A1 a1, A2 a2, A3 a3) const |
Definition at line 101 of file make_adaptable.hpp.
| typedef R boost::_bi::af3< R, A1, A2, A3, F >::result_type |
Definition at line 105 of file make_adaptable.hpp.
| typedef A1 boost::_bi::af3< R, A1, A2, A3, F >::arg1_type |
Definition at line 106 of file make_adaptable.hpp.
| typedef A2 boost::_bi::af3< R, A1, A2, A3, F >::arg2_type |
Definition at line 107 of file make_adaptable.hpp.
| typedef A3 boost::_bi::af3< R, A1, A2, A3, F >::arg3_type |
Definition at line 108 of file make_adaptable.hpp.
| boost::_bi::af3< R, A1, A2, A3, F >::af3 | ( | F | f | ) | [inline, explicit] |
Definition at line 110 of file make_adaptable.hpp.
| result_type boost::_bi::af3< R, A1, A2, A3, F >::operator() | ( | A1 | a1, | |
| A2 | a2, | |||
| A3 | a3 | |||
| ) | [inline] |
Definition at line 114 of file make_adaptable.hpp.
| result_type boost::_bi::af3< R, A1, A2, A3, F >::operator() | ( | A1 | a1, | |
| A2 | a2, | |||
| A3 | a3 | |||
| ) | const [inline] |
Definition at line 119 of file make_adaptable.hpp.
1.5.5