TIBCO Adapter SDK C++ Reference
Contents
|
Index
|
Reference
Up
|
Previous
|
Next
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* pMData
Pointer 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
* pMData)
throw
(
MException
);
Links
MSequence
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.
Contents
|
Index
|
Reference