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