Tizen Native API  6.5
Dali::FunctorDispatcher< T > Struct Template Reference

Dispatcher to call a functor. More...

Static Public Member Functions

static void Dispatch (void *functorPtr)
 Calls a function object.

Detailed Description

template<typename T>
struct Dali::FunctorDispatcher< T >

Dispatcher to call a functor.

Since:
2.4, DALi version 1.0.0

Member Function Documentation

template<typename T >
static void Dali::FunctorDispatcher< T >::Dispatch ( void *  functorPtr) [static]

Calls a function object.

Since:
2.4, DALi version 1.0.0
Parameters:
[in]functorPtrThe functor to call