equal
deleted
inserted
replaced
|
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><cxxEnumerationDefinition> |
|
18 <cxxEnumerationAccessSpecifier value="public"/> |
|
19 <cxxEnumerationScopedName>CGraphicsContext</cxxEnumerationScopedName> |
|
20 <cxxEnumerationPrototype>TTextAlign</cxxEnumerationPrototype> |
|
21 <cxxEnumerationNameLookup>CGraphicsContext:TTextAlign</cxxEnumerationNameLookup> |
|
22 <cxxEnumerators> |
|
23 ... |
|
24 </cxxEnumerators> |
|
25 </cxxEnumerationDefinition></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> |