|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <!-- |
|
3 Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). |
|
4 All rights reserved. |
|
5 --> |
|
6 <!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "reference.dtd"> |
|
7 <reference xml:lang="en-us" outputclass="element" id="cxxClassInheritsDetail"> |
|
8 <title>cxxClassInheritsDetail</title> |
|
9 <shortdesc> |
|
10 The <cxxClassInheritsDetail> element provides details about the inherited members of a C++ class. |
|
11 </shortdesc> |
|
12 <refbody> |
|
13 <section> |
|
14 <title>Description</title> |
|
15 <p> |
|
16 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. |
|
17 </p> |
|
18 </section> |
|
19 <example> |
|
20 <title>Example</title> |
|
21 <codeblock><cxxClassInherits> |
|
22 <cxxClassInheritsDetail> |
|
23 <cxxClassFunctionInherited href="file.xml">CActive::CActive(TInt)</cxxClassFunctionInherited> |
|
24 <cxxClassEnumeratorInherited href="file.xml">CActive::EPriorityHigh</cxxClassEnumeratorInherited> |
|
25 <cxxClassVariableInherited href="file.xml">CActive::iStatus</cxxClassVariableInherited> |
|
26 <cxxClassEnumerationInherited href="file.xml">CActive:TPriority</cxxClassEnumerationInherited> |
|
27 </cxxClassInheritsDetail> |
|
28 </cxxClassInherits></codeblock> |
|
29 </example> |
|
30 <section conref="../packagedef.dita#cxxClassInheritsDetail-reference/cxxClassInheritsDetail-containedBy-section"/> |
|
31 <section conref="../packagedef.dita#cxxClassInheritsDetail-reference/cxxClassInheritsDetail-contains-section"/> |
|
32 <section conref="../packagedef.dita#cxxClassInheritsDetail-reference/cxxClassInheritsDetail-contentModel-section"/> |
|
33 <section conref="../packagedef.dita#cxxClassInheritsDetail-reference/cxxClassInheritsDetail-attList-section"/> |
|
34 <section conref="../packagedef.dita#cxxClassInheritsDetail-reference/cxxClassInheritsDetail-classValue-section"/> |
|
35 </refbody> |
|
36 </reference> |