<?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="cxxStructAccessSpecifier">
<title>cxxStructAccessSpecifier</title>
<shortdesc>The <cxxStructAccessSpecifier> element describes the level of access the struct allows.</shortdesc>
<refbody>
<section>
<title>Description</title>
<p>The <cxxStructAccessSpecifier> element does not have any children. <cxxStructAccessSpecifier>
uses the attribute <i>value</i> to describe the level of access a struct has. <i>value</i>
can be set to "public", "protected" or "private"; the default is "public". </p>
</section>
<example>
<title>Example</title>
<codeblock><cxxStructDefinition>
<cxxStructAccessSpecifier value="public" />
<cxxStructAPIItemLocation>
<cxxStructDeclarationFile name="filePath" value="s:/sf/os/commsfw/commsconfig/commsdatabaseshim/commdbshim/SCDB/CDBTABLE.CPP" />
<cxxStructDeclarationFileLine name="lineNumber" value="37" />
<cxxStructDefinitionFile name="filePath" value="s:/sf/os/commsfw/commsconfig/commsdatabaseshim/commdbshim/SCDB/CDBTABLE.CPP" />
<cxxStructDefinitionFileLineStart name="lineNumber" value="36" />
<cxxStructDefinitionFileLineEnd name="lineNumber" value="41" />
</cxxStructAPIItemLocation>
</cxxStructDefinition></codeblock>
</example>
<section conref="../packagedef.dita#cxxStructAccessSpecifier-reference/cxxStructAccessSpecifier-containedBy-section"/>
<section conref="../packagedef.dita#cxxStructAccessSpecifier-reference/cxxStructAccessSpecifier-contains-section"/>
<section conref="../packagedef.dita#cxxStructAccessSpecifier-reference/cxxStructAccessSpecifier-contentModel-section"/>
<section conref="../packagedef.dita#cxxStructAccessSpecifier-reference/cxxStructAccessSpecifier-attList-section"/>
<section conref="../packagedef.dita#cxxStructAccessSpecifier-reference/cxxStructAccessSpecifier-classValue-section"/>
</refbody>
</reference>