Tizen Native API
6.0
|
Function object callback for matching callbacks to signal signature. More...
Inheritance diagram for Dali::CallbackFunctor2< T, P1, P2 >:
Public Member Functions | |
CallbackFunctor2 (const T &object) | |
Constructor which copies a function object. |
Detailed Description
template<class T, typename P1, typename P2>
class Dali::CallbackFunctor2< T, P1, P2 >
Function object callback for matching callbacks to signal signature.
- Since:
- 2.4, DALi version 1.0.0
Constructor & Destructor Documentation
template<class T , typename P1 , typename P2 >
Dali::CallbackFunctor2< T, P1, P2 >::CallbackFunctor2 | ( | const T & | object | ) |
Constructor which copies a function object.
- Since:
- 2.4, DALi version 1.0.0
- Parameters:
-
[in] object The object to copy