Tizen Native API
|
Dali::FunctorDispatcher1< T, P1 > Struct Template Reference
Dispatcher to call a functor. More...
Static Public Member Functions | |
static void | Dispatch (CallbackBase &callback, P1 param1) |
Call a function object. |
Detailed Description
template<class T, typename P1>
struct Dali::FunctorDispatcher1< T, P1 >
Dispatcher to call a functor.
- Since :
- 2.4
Member Function Documentation
template<class T , typename P1 >
static void Dali::FunctorDispatcher1< T, P1 >::Dispatch | ( | CallbackBase & | callback, |
P1 | param1 | ||
) | [static] |
Call a function object.
- Since :
- 2.4
- Parameters:
-
[in] callback The callback information. [in] param1 The first parameter to pass to the real member function.