cxxFunctionAccessSpecifier

Describes the access specifier for the function ("public", "protected" or "private").

Description

The <cxxFunctionAccessSpecifier> describes the access specifier according to ISO/IEC 14882:2003(E) 11 Member access control [class.access].

The element has a name attribute that must be public, protected or private, it defaults to "public".

Contained by

cxxFunctionDefinition

Contains

Content Model

No content.

Inheritance

topic/state reference/state apiRef/apiQualifier apiOperation/apiQualifier cxxFunction/cxxFunctionAccessSpecifier