Tizen Native API
Dali::FunctorDispatcher0< T > Struct Template Reference

Dispatcher to call a functor. More...

Static Public Member Functions

static void Dispatch (CallbackBase &callback)
 Call a function object.

Detailed Description

template<class T>
struct Dali::FunctorDispatcher0< T >

Dispatcher to call a functor.

Since :
2.4

Member Function Documentation

template<class T >
static void Dali::FunctorDispatcher0< T >::Dispatch ( CallbackBase callback) [static]

Call a function object.

Since :
2.4
Parameters:
[in]callbackThe callback information.