<?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="cxxStructBaseStruct">
<title>cxxStructBaseStruct</title>
<shortdesc>The <cxxStructBaseStruct> element declares inheritance from a base struct in a struct derivation.</shortdesc>
<refbody>
<section>
<title>Description</title>
<p>Used within a <cxxStructDerivation> element to declare inheritance from a base struct.</p>
</section>
<example><title>Example</title>
<codeblock><cxxStructDerivation>
<cxxStructDerivationAccessSpecifier value="public"/>
<cxxStructBaseStruct href="struct_base">Base</cxxStructBaseStruct>
</cxxStructDerivation></codeblock>
</example>
<section conref="../packagedef.dita#cxxStructBaseStruct-reference/cxxStructBaseStruct-containedBy-section"/>
<section conref="../packagedef.dita#cxxStructBaseStruct-reference/cxxStructBaseStruct-contains-section"/>
<section conref="../packagedef.dita#cxxStructBaseStruct-reference/cxxStructBaseStruct-contentModel-section"/>
<section conref="../packagedef.dita#cxxStructBaseStruct-reference/cxxStructBaseStruct-attList-section"/>
<section conref="../packagedef.dita#cxxStructBaseStruct-reference/cxxStructBaseStruct-classValue-section"/>
</refbody>
</reference>