<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
All rights reserved.
-->
<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "reference.dtd">
<reference xml:lang="en-us" outputclass="element" id="cxxClassInherits">
<title>cxxClassInherits</title>
<shortdesc>
The <cxxClassInherits> element is inside the <cxxClass> element. It contains <cxxClassInheritsDetail> which gives details of inherited members of the C++ class
</shortdesc>
<refbody>
<section>
<title>Description</title>
<p>
<cxxClassInherits> contains one mandatory <cxxClassInheritsDetail> element and no attributes.
</p>
</section>
<example>
<title>Example</title>
<codeblock><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></codeblock>
</example>
<section conref="../packagedef.dita#cxxClassInherits-reference/cxxClassInherits-containedBy-section"/>
<section conref="../packagedef.dita#cxxClassInherits-reference/cxxClassInherits-contains-section"/>
<section conref="../packagedef.dita#cxxClassInherits-reference/cxxClassInherits-contentModel-section"/>
<section conref="../packagedef.dita#cxxClassInherits-reference/cxxClassInherits-attList-section"/>
<section conref="../packagedef.dita#cxxClassInherits-reference/cxxClassInherits-classValue-section"/>
</refbody>
</reference>