|
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="cxxUnionNestedDetail"> |
|
8 <title>cxxUnionNestedDetail</title> |
|
9 <shortdesc>The <cxxUnionNestedDetail> element provides details about the nested members of a C++ union.</shortdesc> |
|
10 <refbody> |
|
11 <section> |
|
12 <title>Description</title> |
|
13 <p>In the <cxxUnionNestedDetail> element, the <cxxUnionNestedClass>, <cxxUnionNestedUnion> and |
|
14 <cxxUnionNestedStruct> elements are provided to indicate all members that can be nested by a C++ union. |
|
15 <cxxUnionNestedDetail> must have at least one of these child elements and each one can occur multiple times.</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#cxxUnionNestedDetail-reference/cxxUnionNestedDetail-containedBy-section"/> |
|
26 <section conref="../packagedef.dita#cxxUnionNestedDetail-reference/cxxUnionNestedDetail-contains-section"/> |
|
27 <section conref="../packagedef.dita#cxxUnionNestedDetail-reference/cxxUnionNestedDetail-contentModel-section"/> |
|
28 <section conref="../packagedef.dita#cxxUnionNestedDetail-reference/cxxUnionNestedDetail-attList-section"/> |
|
29 <section conref="../packagedef.dita#cxxUnionNestedDetail-reference/cxxUnionNestedDetail-classValue-section"/> |
|
30 </refbody> |
|
31 </reference> |