Tizen Native API
Dali::DispatcherReturn0< T, R > Struct Template Reference

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

Static Public Member Functions

static R Dispatch (CallbackBase &callback)
 Call an actual member function.

Detailed Description

template<class T, typename R>
struct Dali::DispatcherReturn0< T, R >

Dispatcher to call the actual member function.

Since :
2.4

Member Function Documentation

template<class T , typename R >
static R Dali::DispatcherReturn0< T, R >::Dispatch ( CallbackBase callback) [static]

Call an actual member function.

Since :
2.4
Parameters:
[in]callbackThe callback information.
Returns:
the value.