TIBCO Adapter SDK C++ Reference
MDataFactory::createSequence
MDataFactory
Create an MSequence from an MTree.
Parameters
Parameters Description
const MTree& pTree MTree to create from.
MDataDeserializer* pDeserializer = NULL Users should ignore this parameter.
MInstanceImplSelector impl = M_INSTANCE_DEFAULT_IMPL The MInstance's implementation type.
Declaration
MSequence* createSequence(const MTree& pTree, MDataDeserializer* pDeserializer = NULL, MInstanceImplSelector impl = M_INSTANCE_DEFAULT_IMPL) throw(MException);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.