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="cxxStructNestedDetail"> |
|
8 <title>cxxStructNestedDetail</title> |
|
9 <shortdesc>The <cxxStructNestedDetail> element provides details about the nested members of a C++ struct.</shortdesc> |
|
10 <refbody> |
|
11 <section> |
|
12 <title>Description</title> |
|
13 <p> |
|
14 In the <cxxStructNestedDetail> element, the <cxxStructNestedClass>, <cxxStructNestedStruct> and <cxxStructNestedUnion> elements are provided to indicate all members that can be nested by a C++ struct. <cxxStructNestedDetail> must have at least one of these child elements and each one can occur multiple times. |
|
15 </p> |
|
16 </section> |
|
17 <example> |
|
18 <title>Example</title> |
|
19 <codeblock> <cxxStructNested> |
|
20 <cxxStructNestedDetail> |
|
21 <cxxStructNestedClass href="GUID-A7A472B9-220C-3068-B459-625D6D48456F.xml">RMobileSmsMessaging::TMobileSmsAttributesV1</cxxStructNestedClass> |
|
22 <cxxStructNestedStruct href="GUID-4617BF7F-C631-376C-8D14-522D71A61188.xml">RMobileSmsMessaging::TMobileSmsCapsV1</cxxStructNestedClass> |
|
23 <cxxStructNestedUnion href="GUID-1252BF3C-4BCC-327E-8734-107D85B5C066.xml">RMobileSmsMessaging::TMobileSmsCdmaSendAttributesV4</cxxStructNestedClass> |
|
24 </cxxStructNestedDetail> |
|
25 </cxxStructNested></codeblock> |
|
26 </example> |
|
27 <section conref="../packagedef.dita#cxxStructNestedDetail-reference/cxxStructNestedDetail-containedBy-section"/> |
|
28 <section conref="../packagedef.dita#cxxStructNestedDetail-reference/cxxStructNestedDetail-contains-section"/> |
|
29 <section conref="../packagedef.dita#cxxStructNestedDetail-reference/cxxStructNestedDetail-contentModel-section"/> |
|
30 <section conref="../packagedef.dita#cxxStructNestedDetail-reference/cxxStructNestedDetail-attList-section"/> |
|
31 <section conref="../packagedef.dita#cxxStructNestedDetail-reference/cxxStructNestedDetail-classValue-section"/> |
|
32 </refbody> |
|
33 </reference> |