Tizen Native API
4.0
|
Base container to hold type for match verification and instance cloning function. More...
Public Member Functions | |
AnyContainerBase (const std::type_info &type, CloneFunc cloneFunc, DeleteFunc deleteFunc) | |
Constructor of base container. | |
const std::type_info & | GetType () const |
Gets the typeid of this container. |
Base container to hold type for match verification and instance cloning function.
Dali::Any::AnyContainerBase::AnyContainerBase | ( | const std::type_info & | type, |
CloneFunc | cloneFunc, | ||
DeleteFunc | deleteFunc | ||
) |
Constructor of base container.
[in] | type | typeid of container |
[in] | cloneFunc | Cloning function to replicate this container type |
[in] | deleteFunc | Deleting function to destroy this container type |
const std::type_info& Dali::Any::AnyContainerBase::GetType | ( | ) | const |
Gets the typeid of this container.