3.7.2 CreateCopy

virtual OEConfTest *CreateCopy() const = 0

This pure virtual copy constructor should return a deep copy of the OEConfTest object. The copy of the object returned is in memory now owned by the user making the function call. Thus if you use this function, you must subsequently call delete on the pointer.