Tizen Native API
Dali::FunctorDispatcherReturn3< T, R, P1, P2, P3 > Struct Template Reference

Dispatcher to call a functor. More...

Static Public Member Functions

static R Dispatch (CallbackBase &callback, P1 param1, P2 param2, P3 param3)
 Call a function object.

Detailed Description

template<class T, typename R, typename P1, typename P2, typename P3>
struct Dali::FunctorDispatcherReturn3< T, R, P1, P2, P3 >

Dispatcher to call a functor.

Since :
2.4

Member Function Documentation

template<class T , typename R , typename P1 , typename P2 , typename P3 >
static R Dali::FunctorDispatcherReturn3< T, R, P1, P2, P3 >::Dispatch ( CallbackBase callback,
P1  param1,
P2  param2,
P3  param3 
) [static]

Call a function object.

Since :
2.4
Parameters:
[in]callbackThe callback information.
[in]param1The first parameter to pass to the real member function.
[in]param2The second parameter to pass to the real member function.
[in]param3The third parameter to pass to the real member function.
Returns:
The return value from the function