diff -r d8fccb2cd802 -r 468f4c8d3d5b DITA-OT_CXX_Plugin/cxxapiref/doc/cxxVariable/cxxVariableVolatile.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/DITA-OT_CXX_Plugin/cxxapiref/doc/cxxVariable/cxxVariableVolatile.dita Wed Aug 11 14:49:30 2010 +0100 @@ -0,0 +1,37 @@ + + + + + cxxVariableVolatile + The <cxxVariableVolatile> element marks this variable as volatile. + +
+ Description +

The <cxxVariableVolatile> element has no children. + <cxxVariableVolatile> must have the attributes name and value both + of which are set to "volatile".

+
+ Example + <cxxVariableDefinition> + <cxxVariableAccessSpecifier value="public"/> + <cxxVariableVolatile/> + <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