<?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="cxxStructDerivations">
<title>cxxStructDerivations</title>
<shortdesc>The <cxxStructDerivations> element specifies a list of struct derivations for a struct.</shortdesc>
<refbody>
<section>
<title>Description</title>
<p>Used within a <cxxStructDefinition> element to specify any struct derivations (base structes etc.) for a struct.
Must contain at least one <cxxStructDerivation> or <cxxStructDerivation> element.</p>
</section>
<example><title>Example</title>
<codeblock><cxxStructDefinition>
<cxxStructDerivations>
<cxxStructDerivation>
...
</cxxStructDerivation>
...
</cxxStructDerivations>
<cxxStructAPIItemLocation>
...
</cxxStructAPIItemLocation>
<cxxStructDefinition></codeblock>
</example>
<section conref="../packagedef.dita#cxxStructDerivations-reference/cxxStructDerivations-containedBy-section"/>
<section conref="../packagedef.dita#cxxStructDerivations-reference/cxxStructDerivations-contains-section"/>
<section conref="../packagedef.dita#cxxStructDerivations-reference/cxxStructDerivations-contentModel-section"/>
<section conref="../packagedef.dita#cxxStructDerivations-reference/cxxStructDerivations-attList-section"/>
<section conref="../packagedef.dita#cxxStructDerivations-reference/cxxStructDerivations-classValue-section"/>
</refbody>
</reference>