TIBCO Adapter SDK C++ Reference
MAssocList::remove
MAssocList
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.
Parameters
Parameters Description
const MString& rsName Name of the attribute to remove from the association list.
unsigned long Position = 0 Occurrence of the attribute to remove from this association list. The default value, zero, indicates that the first occurrence of rsName should be removed.
Declaration
virtual Mboolean remove(const MString& rsName, unsigned long Position = 0);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.