Tizen Native API  6.5
Dali::DispatcherReturn2< T, R, P1, P2 > Struct Template Reference

Dispatcher to call the actual member function. More...

Static Public Member Functions

static R Dispatch (CallbackBase &callback, P1 param1, P2 param2)
 Calls an actual member function.

Detailed Description

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

Dispatcher to call the actual member function.

Since:
2.4, DALi version 1.0.0

Member Function Documentation

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

Calls an actual member function.

Since:
2.4, DALi version 1.0.0
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
Returns:
The return value from the function