Tizen Native API
Dali::VoidFunctorDispatcher0< 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::VoidFunctorDispatcher0< T >

Dispatcher to call a functor.

This variant calls a specific void() member function.

Since :
2.4

Member Function Documentation

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

Call a function object.

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