DITA-OT_CXX_Plugin/cxxapiref/doc/cxxFunction/cxxFunctionReimplemented.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="cxxFunctionReimplemented">
       
     8     <title>cxxFunctionReimplemented</title>
       
     9     <shortdesc>Identifies functions that have been re-implemented.</shortdesc>
       
    10     <refbody>
       
    11         <section id="section_AD5E15B318C246D1BDBA2AA51E2126EE">
       
    12             <title>Description</title><p>This identifies and links to functions that have been re-implemented.</p>
       
    13         </section>
       
    14         <example id="example_4DB812CBD9A647AC915CD83DE660A628">
       
    15             <title>Example</title><p>Given this code:</p>
       
    16             <codeblock>class Base
       
    17 {
       
    18 public:
       
    19     void f();
       
    20 };
       
    21 
       
    22 class Derived : public Base
       
    23 {
       
    24 public:
       
    25     void f();
       
    26 };
       
    27             </codeblock><p>Then function <tt>Derived::f</tt> would have the <tt>cxxFunctionReimplemented</tt>
       
    28 
       
    29 element thus:</p>
       
    30             <codeblock>&lt;cxxFunctionReimplemented href="class_base.xml#class_base_1a1b981706372d75125af29b377d33ba66"&gt;Base::f()&lt;/cxxFunctionReimplemented&gt;</codeblock>
       
    31         </example>
       
    32         <section conref="../packagedef.dita#cxxFunctionReimplemented-reference/cxxFunctionReimplemented-containedBy-section"/>
       
    33         <section conref="../packagedef.dita#cxxFunctionReimplemented-reference/cxxFunctionReimplemented-contains-section"/>
       
    34         <section conref="../packagedef.dita#cxxFunctionReimplemented-reference/cxxFunctionReimplemented-contentModel-section"/>
       
    35         <section conref="../packagedef.dita#cxxFunctionReimplemented-reference/cxxFunctionReimplemented-attList-section"/>
       
    36         <section conref="../packagedef.dita#cxxFunctionReimplemented-reference/cxxFunctionReimplemented-classValue-section"/>
       
    37     </refbody>
       
    38 </reference>