Tizen Native API  5.5
Dali::BasicTypes< Type > Struct Template Reference

Basic type traits that every type has by default. More...

Inheritance diagram for Dali::BasicTypes< Type >:
Dali::TypeTraits< Type >

Public Types

enum  
 This flag tells Dali if a class can be considered POD. More...

Detailed Description

template<typename Type>
struct Dali::BasicTypes< Type >

Basic type traits that every type has by default.

This allows specializations to not have to repeat all flags.

Since:
3.0, DALi version 1.0.0

Member Enumeration Documentation

template<typename Type>
anonymous enum

This flag tells Dali if a class can be considered POD.

If it declares copy constructor and/or destructor, its not considered trivial and cannot be copied by using memcpy etc.

Since:
3.0, DALi version 1.0.0