cxxClassInherits

The <cxxClassInherits> element is inside the <cxxClass> element. It contains <cxxClassInheritsDetail> which gives details of inherited members of the C++ class

Description

<cxxClassInherits> contains one mandatory <cxxClassInheritsDetail> element and no attributes.

Example

<cxxClassInherits>
    <cxxClassInheritsDetail>
        <cxxClassFunctionInherited href="file.xml">CActive::CActive(TInt)</cxxClassFunctionInherited>
        <cxxClassEnumeratorInherited href="file.xml">CActive::EPriorityHigh</cxxClassEnumeratorInherited>
        <cxxClassVariableInherited href="file.xml">CActive::iStatus</cxxClassVariableInherited>
        <cxxClassEnumerationInherited href="file.xml">CActive:TPriority</cxxClassEnumerationInherited>        
    </cxxClassInheritsDetail>
</cxxClassInherits>

Contained by

cxxClass

Contains

Content Model

No content.

Inheritance