diff -r d8fccb2cd802 -r 468f4c8d3d5b DITA-OT_CXX_Plugin/cxxapiref/doc/cxxEnumeration/cxxEnumerationScopedName.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/DITA-OT_CXX_Plugin/cxxapiref/doc/cxxEnumeration/cxxEnumerationScopedName.dita Wed Aug 11 14:49:30 2010 +0100 @@ -0,0 +1,33 @@ + + + + + cxxEnumerationScopedName + The scope of the enumeration i.e. the declaration of the enclosing namespace/class/struct/union. + +
+ Description +

This element describe the declaration (qualified name lookup) of the enclosing namespace/class/struct/union.

+

See ISO/IEC 14882:2003(E) Section 3.3 Declarative regions and scopes [basic.scope]

+
+ Example + <cxxEnumerationDefinition> + <cxxEnumerationAccessSpecifier value="public"/> + <cxxEnumerationScopedName>CGraphicsContext</cxxEnumerationScopedName> + <cxxEnumerationPrototype>TTextAlign</cxxEnumerationPrototype> + <cxxEnumerationNameLookup>CGraphicsContext:TTextAlign</cxxEnumerationNameLookup> + <cxxEnumerators> + ... + </cxxEnumerators> +</cxxEnumerationDefinition> + +
+
+
+
+
+ +