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="cxxUnionNested"> |
|
8 <title>cxxUnionNested</title> |
|
9 <shortdesc> |
|
10 The <cxxUnionNested> element within <cxxUnion> contains <cxxUnionNestedDetail> which gives details of nested members of this c++ union |
|
11 </shortdesc> |
|
12 <refbody> |
|
13 <section> |
|
14 <title>Description</title> |
|
15 <p><cxxUnionNested> contains one mandatory <cxxUnionNestedDetail> element and no attributes.</p> |
|
16 </section> |
|
17 <example><title>Example</title> |
|
18 <codeblock><cxxUnionNested> |
|
19 <cxxUnionNestedDetail> |
|
20 <cxxUnionNestedStruct href="struct_comms.xml#struct_comms_package">CommsFW::TCFLegacyMessagePacker::TUnion::TLegacyPackage</cxxUnionNestedStruct> |
|
21 <cxxUnionNestedStruct href="struct_comms.xml#struct_comms_package">CommsFW::TCFLegacyMessagePacker::TUnion::TPackage</cxxUnionNestedStruct> |
|
22 </cxxUnionNestedDetail> |
|
23 </cxxUnionNested></codeblock> |
|
24 </example> |
|
25 <section conref="../packagedef.dita#cxxUnionNested-reference/cxxUnionNested-containedBy-section"/> |
|
26 <section conref="../packagedef.dita#cxxUnionNested-reference/cxxUnionNested-contains-section"/> |
|
27 <section conref="../packagedef.dita#cxxUnionNested-reference/cxxUnionNested-contentModel-section"/> |
|
28 <section conref="../packagedef.dita#cxxUnionNested-reference/cxxUnionNested-attList-section"/> |
|
29 <section conref="../packagedef.dita#cxxUnionNested-reference/cxxUnionNested-classValue-section"/> |
|
30 </refbody> |
|
31 </reference> |