cxxTypedefAccessSpecifier

The <cxxTypedefAccessSpecifier> element describes the level of access the typedef allows.

Description

The <cxxTypedefAccessSpecifier> element does not have any children. <cxxTypedefAccessSpecifier> uses the attribute value to describe the level of access a typedef has. value can be set to "public", "protected" or "private"; the default is "public".

Example

<cxxTypedefAccessSpecifier value="public"/>

Contained by

cxxTypedefDefinition

Contains

Content Model

No content.

Inheritance

topic/state reference/state apiRef/apiQualifier apiValue/apiQualifier cxxTypedef/cxxTypedefAccessSpecifier