| Tizen Native API
    4.0
    | 
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] functorPtr The functor to call