| 
    Tizen Native API
    5.0
    
   
   | 
  
  
  
 
Dali::FunctorDispatcher2< T, P1, P2 > Struct Template Reference
  Dispatcher to call a functor. More...
Static Public Member Functions | |
| static void | Dispatch (CallbackBase &callback, P1 param1, P2 param2) | 
| Calls a function object.   | |
Detailed Description
template<class T, typename P1, typename P2>
struct Dali::FunctorDispatcher2< T, P1, P2 >
Dispatcher to call a functor.
- Since:
 - 3.0, DALi version 1.0.0
 
Member Function Documentation
template<class T , typename P1 , typename P2 > 
      | static void Dali::FunctorDispatcher2< T, P1, P2 >::Dispatch | ( | CallbackBase & | callback, | 
| P1 | param1, | ||
| P2 | param2 | ||
| ) |  [static] | 
        
Calls a function object.
- Since:
 - 3.0, DALi version 1.0.0
 
- Parameters:
 - 
  
[in] callback The callback information [in] param1 The first parameter to pass to the real member function [in] param2 The second parameter to pass to the real member function