TIBCO Adapter SDK C++ Reference
MInstance::deepCopy
MInstance
Makes a deep copy of this MInstance.
Remarks
As a rule, MInstance is reference counted and copying therefore points back to the same place. This method allows you to make an actual copy if you need it.
Declaration
virtual MInstance* deepCopy() const;
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.