|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <!-- |
|
3 Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). |
|
4 All rights reserved. |
|
5 --> |
|
6 <!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "reference.dtd"> |
|
7 <reference xml:lang="en-us" outputclass="element" id="cxxStructAccessSpecifier"> |
|
8 <title>cxxStructAccessSpecifier</title> |
|
9 <shortdesc>The <cxxStructAccessSpecifier> element describes the level of access the struct allows.</shortdesc> |
|
10 <refbody> |
|
11 <section> |
|
12 <title>Description</title> |
|
13 <p>The <cxxStructAccessSpecifier> element does not have any children. <cxxStructAccessSpecifier> |
|
14 uses the attribute <i>value</i> to describe the level of access a struct has. <i>value</i> |
|
15 can be set to "public", "protected" or "private"; the default is "public". </p> |
|
16 </section> |
|
17 <example> |
|
18 <title>Example</title> |
|
19 <codeblock><cxxStructDefinition> |
|
20 <cxxStructAccessSpecifier value="public" /> |
|
21 <cxxStructAPIItemLocation> |
|
22 <cxxStructDeclarationFile name="filePath" value="s:/sf/os/commsfw/commsconfig/commsdatabaseshim/commdbshim/SCDB/CDBTABLE.CPP" /> |
|
23 <cxxStructDeclarationFileLine name="lineNumber" value="37" /> |
|
24 <cxxStructDefinitionFile name="filePath" value="s:/sf/os/commsfw/commsconfig/commsdatabaseshim/commdbshim/SCDB/CDBTABLE.CPP" /> |
|
25 <cxxStructDefinitionFileLineStart name="lineNumber" value="36" /> |
|
26 <cxxStructDefinitionFileLineEnd name="lineNumber" value="41" /> |
|
27 </cxxStructAPIItemLocation> |
|
28 </cxxStructDefinition></codeblock> |
|
29 </example> |
|
30 <section conref="../packagedef.dita#cxxStructAccessSpecifier-reference/cxxStructAccessSpecifier-containedBy-section"/> |
|
31 <section conref="../packagedef.dita#cxxStructAccessSpecifier-reference/cxxStructAccessSpecifier-contains-section"/> |
|
32 <section conref="../packagedef.dita#cxxStructAccessSpecifier-reference/cxxStructAccessSpecifier-contentModel-section"/> |
|
33 <section conref="../packagedef.dita#cxxStructAccessSpecifier-reference/cxxStructAccessSpecifier-attList-section"/> |
|
34 <section conref="../packagedef.dita#cxxStructAccessSpecifier-reference/cxxStructAccessSpecifier-classValue-section"/> |
|
35 </refbody> |
|
36 </reference> |