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