Tizen Native API
Dali::Any::AnyContainerBase Struct Reference

Base container to hold type for match verification and instance cloning function. More...

Inheritance diagram for Dali::Any::AnyContainerBase:
Dali::Any::AnyContainerImpl< Type >

Public Member Functions

 AnyContainerBase (const std::type_info &type, CloneFunc cloneFunc, DeleteFunc deleteFunc)
 Constructor of base container.
const std::type_info & GetType () const
 Get the typeid of this container.

Detailed Description

Base container to hold type for match verification and instance cloning function.

Since :
2.4

Constructor & Destructor Documentation

Dali::Any::AnyContainerBase::AnyContainerBase ( const std::type_info &  type,
CloneFunc  cloneFunc,
DeleteFunc  deleteFunc 
)

Constructor of base container.

Since :
2.4
Parameters:
typetypeid of container
cloneFuncCloning function to replicate this container type
deleteFuncDeleting function to destroy this container type

Member Function Documentation

const std::type_info& Dali::Any::AnyContainerBase::GetType ( ) const

Get the typeid of this container.

Since :
2.4
Returns:
type