TIBCO Adapter SDK C++ Reference
MSequence::append
MSequence
Inserts the data encapsulated by pMData at the end of the list encapsulated by this MSequence. The caller keeps the ownership.
Parameters
Parameters Description
const MData& refMData Reference to the MData instance you want to add to this sequence.

Exceptions
MException is thrown if the MSequence was created using a data copy, for example, with the copy constructor.
Declaration
virtual void append(const MData& refMData) throw(MException);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.