<?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="cxxStructAPIItemLocation">
<title>cxxStructAPIItemLocation</title>
<shortdesc>The <cxxStructAPIItemLocation> element is defined within <cxxStructDefinition>.
<cxxStructAPIItemLocation> specifies the location of the API.</shortdesc>
<refbody>
<section>
<title>Description</title><p>The <cxxStructAPIItemLocation> element must contain the location of the
API declaration using <cxxStructDeclarationFile> and <cxxStructDeclarationFileLine>; the location of the API definition is optional.</p>
</section>
<example><title>Example</title>
<codeblock><cxxStructAPIItemLocation>
<cxxStructDeclarationFile name="filePath" value="D:/src/include/headerfile.h"/>
<cxxStructDeclarationFileLine name="lineNumber" value="775"/>
<cxxStructDefinitionFile name="filePath" value="D:/src/include/headerfile.h"/>
<cxxStructDefinitionFileLineStart name="lineNumber" value="765"/>
<cxxStructDefinitionFileLineEnd name="lineNumber" value="787"/>
</cxxStructAPIItemLocation></codeblock>
</example>
<section conref="../packagedef.dita#cxxStructAPIItemLocation-reference/cxxStructAPIItemLocation-containedBy-section"/>
<section conref="../packagedef.dita#cxxStructAPIItemLocation-reference/cxxStructAPIItemLocation-contains-section"/>
<section conref="../packagedef.dita#cxxStructAPIItemLocation-reference/cxxStructAPIItemLocation-contentModel-section"/>
<section conref="../packagedef.dita#cxxStructAPIItemLocation-reference/cxxStructAPIItemLocation-attList-section"/>
<section conref="../packagedef.dita#cxxStructAPIItemLocation-reference/cxxStructAPIItemLocation-classValue-section"/>
</refbody>
</reference>