TIBCO Adapter SDK C++ Reference
MAssocList::append
MAssocList
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.
Parameters
Parameters Description
const MString& rsName Name of the attribute you want to append to this association list.
const MData* pValue Pointer to the value of the attribute you want to append to this MAssocList.
Exceptions
MException if the attribute name is NULL.
Declaration
virtual void append(const MString& rsName, const MData* pValue) throw(MException);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.