cxxEnumerationDeclarationFile

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

Description

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

Example

<cxxEnumerationAPIItemLocation>
    <cxxEnumerationDeclarationFile name="filePath" value="C:/src/include/gdi.h"/>
    <cxxEnumerationDeclarationFileLine name="lineNumber" value="1720"/>
    <cxxEnumerationDefinitionFile name="filePath" value="C:/src/master/sf/mw/animation/src/SpriteAnimationServer.cpp"/>
    <cxxEnumerationDefinitionFileLineStart name="lineNumber" value="1719"/>
    <cxxEnumerationDefinitionFileLineEnd name="lineNumber" value="1727"/>
</cxxEnumerationAPIItemLocation>

Contained by

cxxEnumerationAPIItemLocation

Contains

Content Model

No content.

Inheritance

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