Method | Description |
![]() | Return the data element at the specified position in the MSequence. |
![]() | Return true if this MSequence instance is equal to the MSequence passed in as an argument, false otherwise. Equal means that all elements of the MSequence are equal. |
![]() ![]() | Inserts the data encapsulated by pMData at the end of the list encapsulated by this MSequence. The caller keeps the ownership. |
![]() ![]() | Inserts the data encapsulated by pMData at the end of the list encapsulated by this MSequence. The caller keeps the ownership. |
![]() ![]() | Clears this MSequence. Applications can then call MSequence::append() to populate the MSequence. |
![]() ![]() | Makes an independent deep copy. All other copy operations are reference counted; this method allows you to make an independent copy as needed. |
![]() | Safe cast operation for MSequence instances. |
![]() | Safe cast operation for MSequence instances. |
![]() ![]() | Return the MSequenceClassDescription (subclass of MBaseClassDescription) for this MSequence. |
![]() ![]() | Return the name of this class as a char*. |
![]() | 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. |
![]() |
Creates a named empty MSequence with no data in the named class registry. 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. |
![]() | 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. |
![]() ![]() | Removes the element at the specified position from this MSequence. |
![]() ![]() |
Convert this MSequence instance to an MTree that can be sent on the network. By default, messages are sent in MMessageFormat.AERV. The default can be overridden by the command line. See "Transports, Wire Formats, and Message Formats" in TIBCO Adapter SDK Programmer's Guide. See also MMessageFormat. |
![]() ![]() |
Serializes this MSequence so it can be sent out as an MTree over the network. By default, messages are sent in MMessageFormat.AERV. The default can be overridden by the command line. See "Transports, Wire Formats, and Message Formats" in TIBCO Adapter SDK Programmer's Guide. See also MMessageFormat. |
![]() ![]() | Returns the number of elements in the MSequence. |
![]() ![]() | Converts this MSequence to an MString. |