DUECA/DUSIME
|
Base subcontractor for the ConglomerateFactory. More...
#include <ConglomerateFactory.hxx>
Public Member Functions | |
virtual Xbase::ProductBase | create (const typename Xbase::Key &key, const typename Xbase::SpecBase &spec)=0 |
Only function to implement. | |
virtual void | print (std::ostream &os) |
Print debug information to the given stream. | |
Base subcontractor for the ConglomerateFactory.
|
pure virtual |
Only function to implement.
Return a pointer to an object
key | Type of object (useful for cascading |
spec | Specification |
Implemented in CFSubcontractor< Xbase, Derived, Conglomerate >.
|
inlinevirtual |
Print debug information to the given stream.
os | Output stream |
Reimplemented in CFSubcontractor< Xbase, Derived, Conglomerate >.