Tizen Native API  5.5
Dali::FunctorDispatcherReturn1< T, R, P1 > Struct Template Reference

Dispatcher to call a functor. More...

Static Public Member Functions

static R Dispatch (CallbackBase &callback, P1 param1)
 Calls a function object.

Detailed Description

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

Dispatcher to call a functor.

Since:
3.0, DALi version 1.0.0

Member Function Documentation

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

Calls a function object.

Since:
3.0, DALi version 1.0.0
Parameters:
[in]callbackThe callback information
[in]param1The first parameter to pass to the real member function
Returns:
The return value from the function