TIBCO Adapter SDK C++ Reference
MModeledClassDescription::isSubclassOf
MModeledClassDescription
Return true if this class description is a (direct or indirect) subclass of pOther according to superclass relation defined in the metadata description. This method traverses the class hierarchy to the top to determine whether the specified class is a parent.
Parameters
Parameters Description
const MModeledClassDescription* pOther The superclass used to check for subclass.
Declaration
virtual Mboolean isSubclassOf(const MModeledClassDescription* pOther) const;
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.