Tizen Native API
5.5
|
Templated class to hold value for type. More...
Public Member Functions | |
AnyContainerImpl (const Type &value) | |
Constructor to create container holding value of type Type. | |
AnyContainerImpl (const AnyContainerBase &base) | |
Constructor to create new container of type from and existing container (cloning). | |
const Type & | GetValue () const |
Gets the container's stored value. | |
void | SetValue (const Type &value) |
Sets the container's stored value. | |
Type * | GetPointerToValue () |
Gets a pointer to the value held. | |
const Type * | GetPointerToValue () const |
Gets a pointer to the value held. |
Templated class to hold value for type.
Dali::Any::AnyContainerImpl< Type >::AnyContainerImpl | ( | const Type & | value | ) |
Constructor to create container holding value of type Type.
[in] | value | Value of Type |
Dali::Any::AnyContainerImpl< Type >::AnyContainerImpl | ( | const AnyContainerBase & | base | ) |
Constructor to create new container of type from and existing container (cloning).
[in] | base | The reference to base container to copy from |
Type* Dali::Any::AnyContainerImpl< Type >::GetPointerToValue | ( | ) |
Gets a pointer to the value held.
const Type* Dali::Any::AnyContainerImpl< Type >::GetPointerToValue | ( | ) | const |
Gets a pointer to the value held.
const Type& Dali::Any::AnyContainerImpl< Type >::GetValue | ( | ) | const |
Gets the container's stored value.
void Dali::Any::AnyContainerImpl< Type >::SetValue | ( | const Type & | value | ) |
Sets the container's stored value.
[in] | value | Value of type Type |