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