TIBCO Adapter SDK C++ Reference
Contents
|
Index
|
Reference
Up
|
Previous
|
Next
MModeledClassDescription::getAssociations
MModeledClassDescription
Return the associations encapsulated by this object as a table of association names and
MAssociationDescription
pointers. Return the associations that are directly defined for this class (that is, not those that are inherited from a superclass).
Remarks
Do not delete the item returned by the method.
Declaration
virtual
const
MMap
<
MString
,
MAssociationDescription
*>* getAssociations()
const
;
Links
MModeledClassDescription
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.
Contents
|
Index
|
Reference