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="cxxStructDerivation"> |
|
8 <title>cxxStructDerivation</title> |
|
9 <shortdesc>The <cxxStructDerivation> element specifies a single struct derivation within a list of struct derivations.</shortdesc> |
|
10 <refbody> |
|
11 <section> |
|
12 <title>Description</title> |
|
13 <p>Used within a <cxxStructDerivations> element to specify a single struct derivation. Must contain a <cxxStructDerivationAccessSpecifier> |
|
14 and either a <cxxStructBaseStruct>, <cxxStructBaseStruct> or <cxxStructBaseUnion>.</p> |
|
15 </section> |
|
16 <example><title>Example</title> |
|
17 <codeblock><cxxStructDerivations> |
|
18 <cxxStructDerivation> |
|
19 <cxxStructDerivationAccessSpecifier value="public"/> |
|
20 <cxxStructBaseStruct href="struct_base">Base</cxxStructBaseStruct> |
|
21 </cxxStructDerivation> |
|
22 ... |
|
23 </cxxStructDerivations></codeblock> |
|
24 </example> |
|
25 <section conref="../packagedef.dita#cxxStructDerivation-reference/cxxStructDerivation-containedBy-section"/> |
|
26 <section conref="../packagedef.dita#cxxStructDerivation-reference/cxxStructDerivation-contains-section"/> |
|
27 <section conref="../packagedef.dita#cxxStructDerivation-reference/cxxStructDerivation-contentModel-section"/> |
|
28 <section conref="../packagedef.dita#cxxStructDerivation-reference/cxxStructDerivation-attList-section"/> |
|
29 <section conref="../packagedef.dita#cxxStructDerivation-reference/cxxStructDerivation-classValue-section"/> |
|
30 </refbody> |
|
31 </reference> |