TIBCO Adapter SDK C++ Reference
|
The set() method always makes a copy of the MData passed (or any of its subclasses). Note, however, that the content of MInstance, MSequence, and MAssocList is reference counted. Therefore, a copy of an MInstance, Msequence, or MAssocList still references the same contents (use MInstance::deepCopy() for a completely independent copy).
virtual void set(const MString& rsAttributeName, const MData& refMData) throw(MException);