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