Default error policy for ObjectFactory: return 0. More...
#include "utl/ObjectFactory.h"
Static Public Member Functions | |
static ObjectPtrType | Unregistered (const IdentifierType &) |
template<typename ArgumentType > | |
static ObjectPtrType | Unregistered (const IdentifierType &, const ArgumentType &) |
template<typename Argument1Type , typename Argument2Type > | |
static ObjectPtrType | Unregistered (const IdentifierType &, const Argument1Type &, const Argument2Type &) |
Default error policy for ObjectFactory: return 0.
The policy is defined by the implementation of the static function Unregistered
.
In alternative inmplementations, this functions could throw an exception or try to load a library dynamically.
Definition at line 26 of file ObjectFactory.h.
|
inlinestatic |
Definition at line 29 of file ObjectFactory.h.
|
inlinestatic |
Definition at line 33 of file ObjectFactory.h.
|
inlinestatic |
Definition at line 38 of file ObjectFactory.h.