TIBCO Adapter SDK C++ Reference
MUnion::set
MUnion
Make the specified member name as the active member and set the value for it.
Parameters
Parameters Description
const MString& rsMemberName Name of the member you want to use as the active member in this MUnion.
const MData& rValue Reference to the data you want to use.
Declaration
virtual void set(const MString& rsMemberName, const MData& rValue) throw(MException);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.