DITA-OT_CXX_Plugin/cxxapiref/doc/cxxEnumeration/cxxEnumerationScopedName.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="cxxEnumerationScopedName">
       
     8     <title>cxxEnumerationScopedName</title>
       
     9     <shortdesc>The scope of the enumeration i.e. the declaration of the enclosing namespace/class/struct/union.</shortdesc>
       
    10     <refbody>
       
    11         <section>
       
    12             <title>Description</title>
       
    13             <p>This element describe the declaration (qualified name lookup) of the enclosing namespace/class/struct/union.</p>
       
    14             <p>See ISO/IEC 14882:2003(E) Section 3.3 Declarative regions and scopes [basic.scope]</p>
       
    15         </section>
       
    16         <example><title>Example</title>
       
    17         <codeblock>&lt;cxxEnumerationDefinition&gt;
       
    18     &lt;cxxEnumerationAccessSpecifier value=&quot;public&quot;/&gt;
       
    19     &lt;cxxEnumerationScopedName&gt;CGraphicsContext&lt;/cxxEnumerationScopedName&gt;
       
    20     &lt;cxxEnumerationPrototype&gt;TTextAlign&lt;/cxxEnumerationPrototype&gt;
       
    21     &lt;cxxEnumerationNameLookup&gt;CGraphicsContext:TTextAlign&lt;/cxxEnumerationNameLookup&gt;
       
    22     &lt;cxxEnumerators&gt;
       
    23         ...
       
    24     &lt;/cxxEnumerators&gt;
       
    25 &lt;/cxxEnumerationDefinition&gt;</codeblock>
       
    26         </example>        
       
    27         <section conref="../packagedef.dita#cxxEnumerationScopedName-reference/cxxEnumerationScopedName-containedBy-section"/>
       
    28         <section conref="../packagedef.dita#cxxEnumerationScopedName-reference/cxxEnumerationScopedName-contains-section"/>
       
    29         <section conref="../packagedef.dita#cxxEnumerationScopedName-reference/cxxEnumerationScopedName-contentModel-section"/>
       
    30         <section conref="../packagedef.dita#cxxEnumerationScopedName-reference/cxxEnumerationScopedName-attList-section"/>
       
    31         <section conref="../packagedef.dita#cxxEnumerationScopedName-reference/cxxEnumerationScopedName-classValue-section"/>
       
    32     </refbody>
       
    33 </reference>