cxxTypedefDeclarationFile

The <cxxTypedefDeclarationFile> element is defined within <cxxTypedefAPIItemLocation>. <cxxTypedefDeclarationFile> specifies the file in which the API declaration is present.

Description

The element <cxxTypedefDeclarationFile> is empty but for the required attributes name and value. name is always "filePath" and value is the actual file path.

Example

<cxxTypedefAPIItemLocation>
				<cxxTypedefDeclarationFile name="filePath" value="D:/src/include/headerfile.h"/>
				<cxxTypedefDeclarationFileLine name="lineNumber" value="775"/>
				<cxxTypedefDefinitionFile name="filePath" value="D:/src/include/headerfile.h"/>
			</cxxTypedefAPIItemLocation>

Contained by

cxxTypedefAPIItemLocation

Contains

Content Model

No content.

Inheritance

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