equal
deleted
inserted
replaced
|
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="cxxStructDerivations"> |
|
8 <title>cxxStructDerivations</title> |
|
9 <shortdesc>The <cxxStructDerivations> element specifies a list of struct derivations for a struct.</shortdesc> |
|
10 <refbody> |
|
11 <section> |
|
12 <title>Description</title> |
|
13 <p>Used within a <cxxStructDefinition> element to specify any struct derivations (base structes etc.) for a struct. |
|
14 Must contain at least one <cxxStructDerivation> or <cxxStructDerivation> element.</p> |
|
15 </section> |
|
16 <example><title>Example</title> |
|
17 <codeblock><cxxStructDefinition> |
|
18 <cxxStructDerivations> |
|
19 <cxxStructDerivation> |
|
20 ... |
|
21 </cxxStructDerivation> |
|
22 ... |
|
23 </cxxStructDerivations> |
|
24 <cxxStructAPIItemLocation> |
|
25 ... |
|
26 </cxxStructAPIItemLocation> |
|
27 <cxxStructDefinition></codeblock> |
|
28 </example> |
|
29 <section conref="../packagedef.dita#cxxStructDerivations-reference/cxxStructDerivations-containedBy-section"/> |
|
30 <section conref="../packagedef.dita#cxxStructDerivations-reference/cxxStructDerivations-contains-section"/> |
|
31 <section conref="../packagedef.dita#cxxStructDerivations-reference/cxxStructDerivations-contentModel-section"/> |
|
32 <section conref="../packagedef.dita#cxxStructDerivations-reference/cxxStructDerivations-attList-section"/> |
|
33 <section conref="../packagedef.dita#cxxStructDerivations-reference/cxxStructDerivations-classValue-section"/> |
|
34 </refbody> |
|
35 </reference> |