Feel++
0.91.4
|
Implements a generic cloning object Factory. More...
#include <factory.hpp>
Public Types | |
Typedefs | |
typedef FactoryErrorPolicy < TypeInfo, AbstractProduct > | super |
Public Member Functions | |
Methods | |
bool | registerProduct (const TypeInfo &id, ProductCreator creator) |
bool | unregisterProduct (const TypeInfo &id) |
AbstractProduct * | createObject (const AbstractProduct *model) |
Implements a generic cloning object Factory.