<?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="cxxenumeration">
<title>cxxenumeration</title>
<shortdesc>The <cxxenumeration> element is a reference to a C++ enumeration.</shortdesc>
<refbody>
<section>
<title>Description</title>
<p>The <cxxenumeration> element can be used to reference a C++ enumeration 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 <cxxenumeration keyref="enumerationkey">eConnectionTypes enumeration</cxxenumeration>
in a C++ application.</info>
</step>
...
</steps>
</taskbody>
</task></codeblock>
</example>
<section conref="../packagedef.dita#cxxenumeration-reference/cxxenumeration-containedBy-section"/>
<section conref="../packagedef.dita#cxxenumeration-reference/cxxenumeration-contains-section"/>
<section conref="../packagedef.dita#cxxenumeration-reference/cxxenumeration-contentModel-section"/>
<section conref="../packagedef.dita#cxxenumeration-reference/cxxenumeration-attList-section"/>
<section conref="../packagedef.dita#cxxenumeration-reference/cxxenumeration-classValue-section"/>
</refbody>
</reference>