cisst-saw
|
#include <cmnClassServices.h>
Static Public Member Functions | |
static cmnGenericObject * | Create (const cmnGenericObject &CMN_UNUSED(other)) |
static bool | Create (cmnGenericObject *CMN_UNUSED(existing), const cmnGenericObject &CMN_UNUSED(other)) |
static cmnGenericObject * | CreateArray (size_t CMN_UNUSED(size), const cmnGenericObject &CMN_UNUSED(other)) |
static bool | CopyConstructorAvailable (void) |
Default implementation of cmnConditionalObjectFactoryCopy with disabled dynamic creation.
|
inlinestatic |
|
inlinestatic |
Specialization of create when dynamic create is disabled. Returns 0 (null pointer) .
|
inlinestatic |
Specialization of create for in place new with copy constructor
|
inlinestatic |
Specialization of create when dynamic creation is disabled. Returns 0 (null pointer).