DITA-OT_CXX_Plugin/cxxapiref/doc/cxxClass/cxxClassInheritsDetail.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="cxxClassInheritsDetail">
       
     8     <title>cxxClassInheritsDetail</title>
       
     9     <shortdesc>
       
    10         The &lt;cxxClassInheritsDetail&gt; element provides details about the inherited members of a C++ class. 
       
    11     </shortdesc>
       
    12     <refbody>
       
    13         <section>
       
    14             <title>Description</title>
       
    15             <p>
       
    16             In the &lt;cxxClassInheritsDetail&gt; element, the &lt;cxxClassFunctionInherited&gt;, &lt;cxxClassVariableInherited&gt;, &lt;cxxClassEnumerationInherited&gt; and &lt;cxxClassEnumeratorInherited&gt; elements are provided to indicate the members that are inherited by a C++ class. &lt;cxxClassInheritsDetail&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;cxxClassInherits&gt;
       
    22     &lt;cxxClassInheritsDetail&gt;
       
    23         &lt;cxxClassFunctionInherited href=&quot;file.xml&quot;&gt;CActive::CActive(TInt)&lt;/cxxClassFunctionInherited&gt;
       
    24         &lt;cxxClassEnumeratorInherited href=&quot;file.xml&quot;&gt;CActive::EPriorityHigh&lt;/cxxClassEnumeratorInherited&gt;
       
    25         &lt;cxxClassVariableInherited href=&quot;file.xml&quot;&gt;CActive::iStatus&lt;/cxxClassVariableInherited&gt;
       
    26         &lt;cxxClassEnumerationInherited href=&quot;file.xml&quot;&gt;CActive:TPriority&lt;/cxxClassEnumerationInherited&gt;        
       
    27     &lt;/cxxClassInheritsDetail&gt;
       
    28 &lt;/cxxClassInherits&gt;</codeblock>
       
    29         </example>        
       
    30         <section conref="../packagedef.dita#cxxClassInheritsDetail-reference/cxxClassInheritsDetail-containedBy-section"/>
       
    31         <section conref="../packagedef.dita#cxxClassInheritsDetail-reference/cxxClassInheritsDetail-contains-section"/>
       
    32         <section conref="../packagedef.dita#cxxClassInheritsDetail-reference/cxxClassInheritsDetail-contentModel-section"/>
       
    33         <section conref="../packagedef.dita#cxxClassInheritsDetail-reference/cxxClassInheritsDetail-attList-section"/>
       
    34         <section conref="../packagedef.dita#cxxClassInheritsDetail-reference/cxxClassInheritsDetail-classValue-section"/>
       
    35     </refbody>
       
    36 </reference>