Tizen Native API
4.0
|
Dali::VoidFunctorDispatcher3< T, P1, P2, P3 > Struct Template Reference
Dispatcher to call a functor. More...
Static Public Member Functions | |
static void | Dispatch (CallbackBase &callback, P1 param1, P2 param2, P3 param3) |
Calls a function object. |
Detailed Description
template<class T, typename P1, typename P2, typename P3>
struct Dali::VoidFunctorDispatcher3< T, P1, P2, P3 >
Dispatcher to call a functor.
This variant calls a void() member, ignoring any signal parameters.
- Since:
- 2.4, DALi version 1.0.0
Member Function Documentation
template<class T , typename P1 , typename P2 , typename P3 >
static void Dali::VoidFunctorDispatcher3< T, P1, P2, P3 >::Dispatch | ( | CallbackBase & | callback, |
P1 | param1, | ||
P2 | param2, | ||
P3 | param3 | ||
) | [static] |
Calls a function object.
- Since:
- 2.4, DALi version 1.0.0
- Parameters:
-
[in] callback The callback information [in] param1 The first parameter to pass to the real member function [in] param2 The second parameter to pass to the real member function [in] param3 The third parameter to pass to the real member function