cxxEnumerationAccessSpecifier

The <cxxEnumerationAccessSpecifier> element describes the access specifier for the enumeration.

Description

The element contains the optional name and value attributes. The name attribute can only be set to "access". The value attribute must be either public, protected or private, it defaults to "public".

Example

<cxxEnumerationAccessSpecifier value="public"/>

Contained by

cxxEnumerationDefinition

Contains

Content Model

No content.

Inheritance

topic/state reference/state apiRef/apiQualifier apiValue/apiQualifier cxxEnumeration/cxxEnumerationAccessSpecifier