Tizen Native API
4.0
|
Dispatcher to call a functor. More...
Static Public Member Functions | |
static R | Dispatch (CallbackBase &callback, P1 param1) |
Calls a function object. |
Dispatcher to call a functor.
static R Dali::FunctorDispatcherReturn1< T, R, P1 >::Dispatch | ( | CallbackBase & | callback, |
P1 | param1 | ||
) | [static] |
Calls a function object.
[in] | callback | The callback information |
[in] | param1 | The first parameter to pass to the real member function |