cxxFunctionDeclaredType

Identifies the declarator of the function i.e. the "return type".

Description

This element contains the delcaratior (i.e. the "return type") of the function as PCDATA.There is no semantic significance attached to the text content.

Example

For example this code:

static const char* Function();

Would have a declared type of:

<cxxFunctionDeclaredType>const char *</cxxFunctionDeclaredType>

Contained by

cxxFunctionDefinition cxxFunctionReturnType

Contains

apiRelation,

Content Model

apiRelation,

Inheritance

topic/ph reference/ph apiRef/apiDefItem apiOperation/apiDefItem cxxFunction/cxxFunctionDeclaredType