DITA-OT_CXX_Plugin/cxxapiref/doc/cxxStruct/cxxStructEnumerationInherited.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="cxxStructEnumerationInherited">
       
     8     <title>cxxStructEnumerationInherited</title>
       
     9     <shortdesc>The &lt;cxxStructEnumerationInherited&gt; element within &lt;cxxStructInheritsDetail&gt; provides the name of an enumeration inherited by a struct.</shortdesc>
       
    10     <refbody>
       
    11         <section>
       
    12             <title>Description</title>
       
    13             <p>The text in this element is the fully qualified name of enumeration that has been inherited. There are no mandatory attributes.</p>
       
    14         </section>
       
    15         <example>
       
    16             <title>Example</title>
       
    17             <codeblock>	&lt;cxxStructInherits&gt;
       
    18 		&lt;cxxStructInheritsDetail&gt;
       
    19 			&lt;cxxStructEnumeratorInherited href=&quot;GUID-7ACD666B-ABB9-3E78-9B16-784E2645856D.xml&quot;&gt;TMediaPswdNotifyBase::ECTMmcPassword&lt;/cxxStructEnumeratorInherited&gt;
       
    20 			&lt;cxxStructVariableInherited href=&quot;GUID-7ACD666B-ABB9-3E78-9B16-784E2645856D.xml&quot;&gt;TMediaPswdNotifyBase::iCT&lt;/cxxStructVariableInherited&gt;
       
    21 			&lt;cxxStructEnumerationInherited href=&quot;GUID-7ACD666B-ABB9-3E78-9B16-784E2645856D.xml&quot;&gt;TMediaPswdNotifyBase:TCardType&lt;/cxxStructEnumerationInherited&gt;
       
    22 		&lt;/cxxStructInheritsDetail&gt;
       
    23 	&lt;/cxxStructInherits&gt;</codeblock>
       
    24         </example>	        
       
    25         <section conref="../packagedef.dita#cxxStructEnumerationInherited-reference/cxxStructEnumerationInherited-containedBy-section"/>
       
    26         <section conref="../packagedef.dita#cxxStructEnumerationInherited-reference/cxxStructEnumerationInherited-contains-section"/>
       
    27         <section conref="../packagedef.dita#cxxStructEnumerationInherited-reference/cxxStructEnumerationInherited-contentModel-section"/>
       
    28         <section conref="../packagedef.dita#cxxStructEnumerationInherited-reference/cxxStructEnumerationInherited-attList-section"/>
       
    29         <section conref="../packagedef.dita#cxxStructEnumerationInherited-reference/cxxStructEnumerationInherited-classValue-section"/>
       
    30     </refbody>
       
    31 </reference>