cxxEnumerationDefinitionFileLineStart

The <cxxEnumerationDefinitionFileLineStart> element specifies the beginning of the enumeration definition.

Description

The <cxxEnumerationDefinitionFileLineStart> element is defined within <cxxEnumerationAPIItemLocation>. It contains the line number that the enumeration definition begins on. The element is empty but for the required attributes name and value. The attribute name must be set to "lineNumber". The attribute value is set to the line number where enumeration definition begins.

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/cxxEnumerationDefinitionFileLineStart