11.10.2 Construct

BaseClass* Construct(const ClassIdType& classid)

Constructs an implimentation of BaseClass and returns a BaseClass pointer to that object. The memory pointed to is not owned by the OEFactory and is the responsibility of whatever function called Construct. The specified subclass of BaseClass created is the ImplClass registered with classid. If no ImplClass is associated with classid a NULL pointer is returned and a warning is issued.