Tizen Native API
6.0
|
Dispatcher to call the actual member function. More...
Static Public Member Functions | |
static R | Dispatch (CallbackBase &callback, P1 param1) |
Calls an actual member function. |
Detailed Description
template<class T, typename R, typename P1>
struct Dali::DispatcherReturn1< T, R, P1 >
Dispatcher to call the actual member function.
- Since:
- 3.0, DALi version 1.0.0
Member Function Documentation
template<class T , typename R , typename P1 >
static R Dali::DispatcherReturn1< T, R, P1 >::Dispatch | ( | CallbackBase & | callback, |
P1 | param1 | ||
) | [static] |
Calls an actual member function.
- Since:
- 3.0, DALi version 1.0.0
- Parameters:
-
[in] callback The callback information [in] param1 The first parameter to pass to the real member function
- Returns:
- The return value from the function