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

Public Types | |
| typedef R | result_type |
| typedef A1 | argument_type |
| typedef A1 | arg1_type |
Public Member Functions | |
| af1 (F f) | |
| result_type | operator() (A1 a1) |
| result_type | operator() (A1 a1) const |
Definition at line 45 of file make_adaptable.hpp.
| typedef R boost::_bi::af1< R, A1, F >::result_type |
Definition at line 49 of file make_adaptable.hpp.
| typedef A1 boost::_bi::af1< R, A1, F >::argument_type |
Definition at line 50 of file make_adaptable.hpp.
| typedef A1 boost::_bi::af1< R, A1, F >::arg1_type |
Definition at line 51 of file make_adaptable.hpp.
| boost::_bi::af1< R, A1, F >::af1 | ( | F | f | ) | [inline, explicit] |
Definition at line 53 of file make_adaptable.hpp.
| result_type boost::_bi::af1< R, A1, F >::operator() | ( | A1 | a1 | ) | [inline] |
Definition at line 57 of file make_adaptable.hpp.
| result_type boost::_bi::af1< R, A1, F >::operator() | ( | A1 | a1 | ) | const [inline] |
Definition at line 62 of file make_adaptable.hpp.
1.5.5