TIBCO Adapter SDK C++ Reference
Contents
|
Index
|
Reference
Up
|
Previous
|
Next
MSequence::MSequence
MSequence
Constructs an instance of MSequence. The copy constructor makes a copy of an existing MSequence. This copy points to a reference-counted sequence. The actual sequence data is not copied.
Parameters
Parameters
Description
const MSequence& refMSequence
MSequence of which you want to make a copy.
Declaration
MSequence(
const
MSequence& refMSequence)
throw
(
MException
);
Links
MSequence
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.
Contents
|
Index
|
Reference