DITA-OT_CXX_Plugin/cxxapiref/doc/cxxStruct/cxxStructInherits.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="cxxStructInherits">
       
     8     <title>cxxStructInherits</title>
       
     9     <shortdesc>
       
    10         The &lt;cxxStructInherits&gt; element within &lt;cxxStruct&gt; contains &lt;cxxStructInheritsDetail&gt; which gives details of inherited members of this C++ struct
       
    11     </shortdesc>
       
    12     <refbody>
       
    13         <section>
       
    14             <title>Description</title>
       
    15             <p>
       
    16                 &lt;cxxStructInherits&gt; contains one mandatory &lt;cxxStructInheritsDetail&gt; element and no attributes.
       
    17             </p>
       
    18         </section>
       
    19         <example>
       
    20             <title>Example</title>
       
    21             <codeblock>	&lt;cxxStructInherits&gt;
       
    22 		&lt;cxxStructInheritsDetail&gt;
       
    23 			&lt;cxxStructFunctionInherited href=&quot;GUID-7ACD666B-ABB9-3E78-9B16-784E2645856D.xml&quot;&gt;TMediaPswdNotifyBase::MmcPassword&lt;/cxxStructFunctionInherited&gt;        
       
    24 			&lt;cxxStructEnumeratorInherited href=&quot;GUID-7ACD666B-ABB9-3E78-9B16-784E2645856D.xml&quot;&gt;TMediaPswdNotifyBase::ECTMmcPassword&lt;/cxxStructEnumeratorInherited&gt;
       
    25 			&lt;cxxStructVariableInherited href=&quot;GUID-7ACD666B-ABB9-3E78-9B16-784E2645856D.xml&quot;&gt;TMediaPswdNotifyBase::iCT&lt;/cxxStructVariableInherited&gt;
       
    26 			&lt;cxxStructEnumerationInherited href=&quot;GUID-7ACD666B-ABB9-3E78-9B16-784E2645856D.xml&quot;&gt;TMediaPswdNotifyBase:TCardType&lt;/cxxStructEnumerationInherited&gt;
       
    27 		&lt;/cxxStructInheritsDetail&gt;
       
    28 	&lt;/cxxStructInherits&gt;</codeblock>
       
    29         </example>  
       
    30         <section conref="../packagedef.dita#cxxStructInherits-reference/cxxStructInherits-containedBy-section"/>
       
    31         <section conref="../packagedef.dita#cxxStructInherits-reference/cxxStructInherits-contains-section"/>
       
    32         <section conref="../packagedef.dita#cxxStructInherits-reference/cxxStructInherits-contentModel-section"/>
       
    33         <section conref="../packagedef.dita#cxxStructInherits-reference/cxxStructInherits-attList-section"/>
       
    34         <section conref="../packagedef.dita#cxxStructInherits-reference/cxxStructInherits-classValue-section"/>
       
    35     </refbody>
       
    36 </reference>