cxxVariableConst

The <cxxVariableConst> element contains optional const information.

Description

The <cxxVariableConst> element resides within the <cxxVariableDefinition> element. The cxxVariableConst element has no children but must have the attributes name and value. name and value are both set to "const".

Example

<cxxVariableDefinition>
    <cxxVariableAccessSpecifier value="public"/>
    <cxxVariableConst/>
    <cxxVariableDeclaredType>IMPORT_C const <apiRelation href="e32def_8h.xml#e32def_8h_1a9357a8e9552b6131a89fb3de94bff80a">TInt8</apiRelation></cxxVariableDeclaredType>
    <cxxVariableScopedName/>
    <cxxVariablePrototype>IMPORT_C const TInt8 KLinkedFontDrive</cxxVariablePrototype>
    <cxxVariableNameLookup>KLinkedFontDrive</cxxVariableNameLookup>
    <cxxVariableAPIItemLocation>
        <cxxVariableDeclarationFile name="filePath" value="C:/src/include/fntstore.h"/>
        <cxxVariableDeclarationFileLine name="lineNumber" value="66"/>
    </cxxVariableAPIItemLocation>
</cxxVariableDefinition>

Contained by

cxxVariableDefinition

Contains

Content Model

No content.

Inheritance

topic/state reference/state apiRef/apiQualifier apiValue/apiQualifier cxxVariable/cxxVariableConst