cxxClassInheritsDetail

The <cxxClassInheritsDetail> element provides details about the inherited members of a C++ class.

Description

In the <cxxClassInheritsDetail> element, the <cxxClassFunctionInherited>, <cxxClassVariableInherited>, <cxxClassEnumerationInherited> and <cxxClassEnumeratorInherited> elements are provided to indicate the members that are inherited by a C++ class. <cxxClassInheritsDetail> must have at least one of these child elements and each one can occur multiple times.

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

Contains

cxxClassEnumerationInherited cxxClassEnumeratorInherited cxxClassFunctionInherited cxxClassVariableInherited

Content Model

(cxxClassFunctionInherited or cxxClassVariableInherited or cxxClassEnumerationInherited or cxxClassEnumeratorInherited (any number) )

Inheritance

topic/body reference/refbody apiRef/apiDetail apiClassifier/apiDetail cxxClass/cxxClassInheritsDetail