cisst-saw
|
#include <cmnClassServices.h>
Static Public Member Functions | |
static cmnGenericObject * | Create (void) |
static cmnGenericObject * | CreateArray (size_t CMN_UNUSED(size)) |
static bool | DefaultConstructorAvailable (void) |
These classes are helpers for cmnClassServices. Their goal is to specialize the various Create methods based on the first template parameter to either create a new object of type _class or do nothing and return 0 (null pointer). The latter means that dynamic creation is disabled.
Default implementation of cmnConditionalObjectFactoryDefault with disabled dynamic creation.
|
inlinestatic |
Specialization of create when dynamic creation is disabled. Returns 0 (null pointer).
|
inlinestatic |
Specialization of create when dynamic creation is disabled. Returns 0 (null pointer).
|
inlinestatic |