TIBCO Adapter SDK C++ Reference
MSequence::MSequence
MSequence
Constructs an instance of MSequence. This constructor creates an MSequence that encapsulates the data passed in. The constructor does not make a copy of the list of data. The caller is responsible for freeing the data once this MSequence instance is destroyed.
Parameters
Parameters Description
MClassRegistry* pMClassRegistry Class registry for which you want to create this MSequence.
const MString& rsSequenceName Name of the sequence to be created.
const MList<MData*>& refMDataList List of MData instances to encapsulate as an MSequence.
Declaration
MSequence(MClassRegistry* pMClassRegistry, const MString& rsSequenceName, const MList<MData*>& refMDataList) throw(MException);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.