set_factory_type
Description:
Associate an ObjectFactory subclass with a Type.
Note: The associated factory_type
will thereafter be responsible for the creation of new
Object implementations for instances appropriate for type
.
Parameters:
this |
the Registry in which to register the type association |
type |
an Object type |
factory_type |
an ObjectFactory type to associate with |