TIBCO Adapter SDK C++ Reference
MUnion::get
MUnion
Retrieve the specified attribute from this union.
Parameters
Parameters Description
const MString& rsMemberName Name of the member you want to use as the active member in this MUnion.
Mboolean rsMemberNameIsAPath = Mfalse This parameter is not supported. This is for internal use only by the SDK.
Return Value
Return NULL if the member name is not an active member.
Declaration
virtual const MData* get(const MString& rsMemberName, Mboolean rsMemberNameIsAPath = Mfalse) const throw(MException);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.