|
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="cxxStructInheritsDetail"> |
|
8 <title>cxxStructInheritsDetail</title> |
|
9 <shortdesc> |
|
10 The <cxxStructInheritsDetail> element provides detailed information about the inherited members of the C++ struct. |
|
11 </shortdesc> |
|
12 <refbody> |
|
13 <section> |
|
14 <title>Description</title> |
|
15 <p> |
|
16 In the <cxxStructInheritsDetail> element, the <cxxStructFunctionInherited>, <cxxStructVariableInherited>, <cxxStructEnumerationInherited> and <cxxStructEnumeratorInherited> elements are provided to indicate the members that are inherited by a C++ struct. <cxxStructInheritsDetail> 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> <cxxStructInherits> |
|
22 <cxxStructInheritsDetail> |
|
23 <cxxStructFunctionInherited href="GUID-7ACD666B-ABB9-3E78-9B16-784E2645856D.xml">TMediaPswdNotifyBase::MmcPassword</cxxStructFunctionInherited> |
|
24 <cxxStructEnumeratorInherited href="GUID-7ACD666B-ABB9-3E78-9B16-784E2645856D.xml">TMediaPswdNotifyBase::ECTMmcPassword</cxxStructEnumeratorInherited> |
|
25 <cxxStructVariableInherited href="GUID-7ACD666B-ABB9-3E78-9B16-784E2645856D.xml">TMediaPswdNotifyBase::iCT</cxxStructVariableInherited> |
|
26 <cxxStructEnumerationInherited href="GUID-7ACD666B-ABB9-3E78-9B16-784E2645856D.xml">TMediaPswdNotifyBase:TCardType</cxxStructEnumerationInherited> |
|
27 </cxxStructInheritsDetail> |
|
28 </cxxStructInherits></codeblock> |
|
29 </example> |
|
30 <section conref="../packagedef.dita#cxxStructInheritsDetail-reference/cxxStructInheritsDetail-containedBy-section"/> |
|
31 <section conref="../packagedef.dita#cxxStructInheritsDetail-reference/cxxStructInheritsDetail-contains-section"/> |
|
32 <section conref="../packagedef.dita#cxxStructInheritsDetail-reference/cxxStructInheritsDetail-contentModel-section"/> |
|
33 <section conref="../packagedef.dita#cxxStructInheritsDetail-reference/cxxStructInheritsDetail-attList-section"/> |
|
34 <section conref="../packagedef.dita#cxxStructInheritsDetail-reference/cxxStructInheritsDetail-classValue-section"/> |
|
35 </refbody> |
|
36 </reference> |