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