TIBCO Adapter SDK C++ Reference
Contents
|
Index
|
Reference
Up
|
Previous
|
Next
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
MInstance
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.
Contents
|
Index
|
Reference