DITA-OT_CXX_Plugin/cxxapiref/doc/cxxStruct/cxxStructInheritsDetail.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="cxxStructInheritsDetail">
       
     8     <title>cxxStructInheritsDetail</title>
       
     9     <shortdesc>
       
    10         The &lt;cxxStructInheritsDetail&gt; element provides detailed information about the inherited members of the C++ struct. 
       
    11     </shortdesc>
       
    12     <refbody>
       
    13         <section>
       
    14             <title>Description</title>
       
    15             <p>
       
    16             In the &lt;cxxStructInheritsDetail&gt; element, the &lt;cxxStructFunctionInherited&gt;, &lt;cxxStructVariableInherited&gt;, &lt;cxxStructEnumerationInherited&gt; and &lt;cxxStructEnumeratorInherited&gt; elements are provided to indicate the members that are inherited by a C++ struct. &lt;cxxStructInheritsDetail&gt; must have at least one of these child elements and each one can occur multiple times.
       
    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#cxxStructInheritsDetail-reference/cxxStructInheritsDetail-containedBy-section"/>
       
    31         <section conref="../packagedef.dita#cxxStructInheritsDetail-reference/cxxStructInheritsDetail-contains-section"/>
       
    32         <section conref="../packagedef.dita#cxxStructInheritsDetail-reference/cxxStructInheritsDetail-contentModel-section"/>
       
    33         <section conref="../packagedef.dita#cxxStructInheritsDetail-reference/cxxStructInheritsDetail-attList-section"/>
       
    34         <section conref="../packagedef.dita#cxxStructInheritsDetail-reference/cxxStructInheritsDetail-classValue-section"/>
       
    35     </refbody>
       
    36 </reference>