|
Tizen Native API
5.0
|
Weak handle for the given type of DALi object. More...
Public Member Functions | |
| WeakHandle () | |
| WeakHandle (T &handle) | |
| ~WeakHandle () | |
| WeakHandle (const WeakHandle &handle) | |
| WeakHandle & | operator= (const WeakHandle &rhs) |
| bool | operator== (const WeakHandle &rhs) const |
| bool | operator!= (const WeakHandle &rhs) const |
| T | GetHandle () const |
Weak handle for the given type of DALi object.
| Dali::WeakHandle< T >::WeakHandle | ( | ) |
Default constructor which provides an uninitialized Dali::WeakHandleBase.
| Dali::WeakHandle< T >::WeakHandle | ( | T & | handle | ) |
This constructor creates a weak handle of the DALi object.
| [in] | handle | A reference to the handle of the DALi object |
| Dali::WeakHandle< T >::~WeakHandle | ( | ) |
Destructor to free resources.
| Dali::WeakHandle< T >::WeakHandle | ( | const WeakHandle< T > & | handle | ) |
Copy constructor.
| [in] | handle | A reference to the copied WeakHandleBase |
| T Dali::WeakHandle< T >::GetHandle | ( | ) | const |
Gets the handle to the DALi object.
| bool Dali::WeakHandle< T >::operator!= | ( | const WeakHandle< T > & | rhs | ) | const |
Inequality operator overload.
| [in] | rhs | A reference to the compared WeakHandleBase |
| WeakHandle& Dali::WeakHandle< T >::operator= | ( | const WeakHandle< T > & | rhs | ) |
Assignment operator.
It makes this WeakHandleBase point to the same internal DALi object as the copied WeakHandleBase
| [in] | rhs | A reference to the copied WeakHandleBase |
| bool Dali::WeakHandle< T >::operator== | ( | const WeakHandle< T > & | rhs | ) | const |
Equality operator overload.
| [in] | rhs | A reference to the compared WeakHandleBase |