DITA-OT_CXX_Plugin/cxxapiref/doc/cxxFunction/cxxFunctionExplicit.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="cxxFunctionExplicit">
       
     8     <title>cxxFunctionExplicit</title>
       
     9     <shortdesc>Describes a special member function (that must always be a constructor) with an explicit <i>Function-specifier</i>
       
    10     </shortdesc>
       
    11     <refbody>
       
    12         <section id="section_0E06684688B04173912B51DC6F07CF19">
       
    13             <title>Description</title><p>This describes an explicit special member 
       
    14 function (that must always be a constructor). This has two mandatory attributes; name and value (see example below).</p><p>See ISO/IEC 14882:2003(E) 7.1.2 Function specifiers [dcl.fct.spec]</p>
       
    15             <p>The explicit specifier shall be used only in declarations of constructors within a class declaration; see ISO/IEC 14882:2003(E) 
       
    16 12.3.1.</p>
       
    17         </section>
       
    18         <section conref="../packagedef.dita#cxxFunctionExplicit-reference/cxxFunctionExplicit-containedBy-section"/>
       
    19         <section conref="../packagedef.dita#cxxFunctionExplicit-reference/cxxFunctionExplicit-contains-section"/>
       
    20         <section conref="../packagedef.dita#cxxFunctionExplicit-reference/cxxFunctionExplicit-contentModel-section"/>
       
    21         <section conref="../packagedef.dita#cxxFunctionExplicit-reference/cxxFunctionExplicit-attList-section"/>
       
    22         <section conref="../packagedef.dita#cxxFunctionExplicit-reference/cxxFunctionExplicit-classValue-section"/>
       
    23     </refbody>
       
    24 </reference>