<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
All rights reserved.
-->
<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "reference.dtd">
<reference xml:lang="en-us" outputclass="element" id="cxxvariable">
<title>cxxvariable</title>
<shortdesc>The <cxxvariable> element is a reference to a C++ variable.</shortdesc>
<refbody>
<section>
<title>Description</title>
<p>The <cxxvariable> element can be used to reference a C++ variable from another topic type. </p>
</section>
<example>
<title>Example</title>
<codeblock><task id="connectionsxml">
<title>Connections</title>
<taskbody>
<steps>
<step><cm>Open the connection</cm>
<info>You can use <cxxvariable keyref="variablekey">iConnections variable</cxxvariable>
in a C++ application.</info>
</step>
...
</steps>
</taskbody>
</task></codeblock>
</example>
<section conref="../packagedef.dita#cxxvariable-reference/cxxvariable-containedBy-section"/>
<section conref="../packagedef.dita#cxxvariable-reference/cxxvariable-contains-section"/>
<section conref="../packagedef.dita#cxxvariable-reference/cxxvariable-contentModel-section"/>
<section conref="../packagedef.dita#cxxvariable-reference/cxxvariable-attList-section"/>
<section conref="../packagedef.dita#cxxvariable-reference/cxxvariable-classValue-section"/>
</refbody>
</reference>