FreePOOMA
2.4.1
|
Concrete types that have trivial default construction and destruction semantics can just inherit from this: More...
#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 *) |
Concrete types that have trivial default construction and destruction semantics can just inherit from this:
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] |