DITA-OT_CXX_Plugin/cxxapiref/doc/cxxStruct/cxxStructNested.dita
changeset 4 468f4c8d3d5b
equal deleted inserted replaced
3:d8fccb2cd802 4:468f4c8d3d5b
       
     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="cxxStructNested">
       
     8     <title>cxxStructNested</title>
       
     9     <shortdesc>
       
    10      The &lt;cxxStructNested&gt; element within &lt;cxxStruct&gt; contains &lt;cxxStructNestedDetail&gt; which gives details of nested members of this C++ struct
       
    11     </shortdesc>
       
    12     <refbody>
       
    13         <section>
       
    14             <title>Description</title>
       
    15             <p>&lt;cxxStructNested&gt; contains one mandatory &lt;cxxStructNestedDetail&gt; element and no attributes.</p>
       
    16         </section>
       
    17         <example>
       
    18             <title>Example</title>
       
    19             <codeblock>	&lt;cxxStructNested&gt;
       
    20     &lt;cxxStructNestedDetail&gt;
       
    21         &lt;cxxStructNestedClass href=&quot;GUID-A7A472B9-220C-3068-B459-625D6D48456F.xml&quot;&gt;RMobileSmsMessaging::TMobileSmsAttributesV1&lt;/cxxStructNestedClass&gt;
       
    22         &lt;cxxStructNestedStruct href=&quot;GUID-4617BF7F-C631-376C-8D14-522D71A61188.xml&quot;&gt;RMobileSmsMessaging::TMobileSmsCapsV1&lt;/cxxStructNestedClass&gt;
       
    23         &lt;cxxStructNestedUnion href=&quot;GUID-1252BF3C-4BCC-327E-8734-107D85B5C066.xml&quot;&gt;RMobileSmsMessaging::TMobileSmsCdmaSendAttributesV4&lt;/cxxStructNestedClass&gt;
       
    24     &lt;/cxxStructNestedDetail&gt;
       
    25 &lt;/cxxStructNested&gt;</codeblock>
       
    26         </example>        
       
    27         <section conref="../packagedef.dita#cxxStructNested-reference/cxxStructNested-containedBy-section"/>
       
    28         <section conref="../packagedef.dita#cxxStructNested-reference/cxxStructNested-contains-section"/>
       
    29         <section conref="../packagedef.dita#cxxStructNested-reference/cxxStructNested-contentModel-section"/>
       
    30         <section conref="../packagedef.dita#cxxStructNested-reference/cxxStructNested-attList-section"/>
       
    31         <section conref="../packagedef.dita#cxxStructNested-reference/cxxStructNested-classValue-section"/>
       
    32     </refbody>
       
    33 </reference>