| 
    Tizen Native API
    5.0
    
   
   | 
  
  
  
 
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:
 - 3.0, 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:
 - 3.0, DALi version 1.0.0
 
- Parameters:
 - 
  
[in] functorPtr The functor to call