The <cxxClassInheritsDetail> element provides details about the inherited members of a C++ class.
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.
<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>
cxxClassEnumerationInherited cxxClassEnumeratorInherited cxxClassFunctionInherited cxxClassVariableInherited
(cxxClassFunctionInherited or cxxClassVariableInherited or cxxClassEnumerationInherited or cxxClassEnumeratorInherited (any number) )