diff -r d8fccb2cd802 -r 468f4c8d3d5b DITA-OT_CXX_Plugin/cxxapiref/doc/cxxVariable/cxxVariableConst.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/DITA-OT_CXX_Plugin/cxxapiref/doc/cxxVariable/cxxVariableConst.dita Wed Aug 11 14:49:30 2010 +0100 @@ -0,0 +1,37 @@ + + + + + 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> + +
+
+
+
+
+ + \ No newline at end of file