Public Types | |
typedef functor_impl< RetT, ArgT > | impl_type |
typedef shared_ptr< impl_type > | invoker_type |
Public Member Functions | |
template<typename FunctorT> | functor (const FunctorT &fun) |
RetT | operator() (ArgT arg) |
template<typename FunctorT> functor< RetT, ArgT > & | operator= (const FunctorT fun) |
Public Attributes | |
invoker_type | invoker_ |
|
< generalized functor for ndk++ callbacks |
|
|
|
< initialize with functor type |
|
|
|
|
|
|