TIBCO Adapter SDK C++ Reference
MDataFactory::create
MDataFactory
Creates an MInstance, MAssocList, MUnion, or MSequence from the MTree that is passed in.
Remarks
It is the caller's responsibility to delete the MData pointer returned by this method.
Parameters
Parameters Description
const MTree & pTree MTree to be converted to an MInstance, MAssocList, MUnion, or MSequence.
MDataDeserializer* deser = NULL Users should ignore this parameter. It is for internal use by the SDK.
imlp The MInstance's implementation type.
Declaration
MData* create(const MTree & pTree, MDataDeserializer* deser = NULL, MInstanceImplSelector impl = M_INSTANCE_DEFAULT_IMPL);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.