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

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

Static Public Member Functions

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

Detailed Description

template<class T, typename P1>
struct Dali::Dispatcher1< T, P1 >

Dispatcher to call the actual member function.

Since:
3.0, DALi version 1.0.0

Member Function Documentation

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

Calls an actual member function.

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