|
FreePOOMA
2.4.1
|
Classes that have shallow copy semantics and "makeOwnCopy" methods can specialize ElementProperties<T> by simply inheriting from this. More...
#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) |
Classes that have shallow copy semantics and "makeOwnCopy" methods can specialize ElementProperties<T> by simply inheriting from this.
| 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] |
1.7.6.1