TIBCO Adapter SDK C++ Reference
MAssocList Members
MAssocList | Legend
Members
Methods
Method Description
[] Return the item at the specified position in the association list.

~MAssocList Destructor.
append Map the specified key to the specified value in the association as an additional value to any existing ones already in the association. The attribute name cannot be NULL.
append Map the specified key to the specified value in the association as an additional value to any existing ones already in the association. The attribute name cannot be NULL.
clear Remove all attributes from this association list.
downCast Smart cast operation for MAssocList classes.
downCast Smart cast operation for MAssocList classes.
get Accesses the association list.
getAt Accesses the list by index and returns the name and value of the attribute at the specified position. An exception is thrown if index is out of range.
isNullData Determine whether the value of the named attribute has been explicitly set to NULL.
MAssocList Copy constructor.
MAssocList Creates an association list.
newEnumerator Create an enumerator for iterating through the association list.

This method iterates the association list for a given name.

remove Rremoves the entry specified by the given name. The method removes the first match or returns false if nothing matched. If position is specified, the method removes the Nth element with that name, or returns false if there are not that many elements with that name.
removeAt Removes the entry based on position. It returns false if the specified position is out of bounds.
serialize Serializes this MAssocList so it can be sent out as an MTree over the network.

By default, messages are sent in M_AERV_MESSAGE_FORMAT. The default can be overridden by the command line.

See "Transports, Wire Formats, and Message Formats" in TIBCO Adapter SDK Programmer's Guide.

serialize Serializes this MAssocList so it can be sent out as an MTree over the network.

See "Transports, Wire Formats, and Message Formats" in TIBCO Adapter SDK Programmer's Guide.

See also MMessageFormat.

set Assign the specified value to the specified attribute. The new value overwrites any existing value.

The method replaces the value of the attribute at the specified position if the attribute is present, else it appends the attribute with the specified name and value to the list.

setAt Assign the specified value to the specified attribute. The new value overwrites any existing value.

The method replaces the value of the attribute if it is present, if the index is out of bounds, it throws an exception.

setNullData Set the value of the named attribute explicitly to NULL.
size Return the number of entries in this MAssocList. This method returns the number of all entries in this association and in all the contained or nested associations.
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.