#include <ElementProperties.h>
Public Types | |
enum | { hasTrivialDefaultConstructor = false } |
enum | { hasTrivialDestructor = false } |
enum | { concrete = false } |
enum | { basicType = false } |
typedef T | This_t |
Static Public Member Functions | |
static void | construct (This_t *addr) |
static void | construct (This_t *addr, const This_t &model) |
static This_t * | clone (const This_t &model) |
static void | destruct (This_t *addr) |
typedef T MakeOwnCopyProperties< T >::This_t |
static void MakeOwnCopyProperties< T >::construct | ( | This_t * | addr | ) | [inline, static] |
static void MakeOwnCopyProperties< T >::construct | ( | This_t * | addr, | |
const This_t & | model | |||
) | [inline, static] |
static This_t* MakeOwnCopyProperties< T >::clone | ( | const This_t & | model | ) | [inline, static] |
static void MakeOwnCopyProperties< T >::destruct | ( | This_t * | addr | ) | [inline, static] |