|
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="cxxEnumerationRef"> |
|
8 <title>cxxEnumerationRef</title> |
|
9 <shortdesc>This element provides a C++ enumeration topic type as a link in a DITA map. </shortdesc> |
|
10 <refbody> |
|
11 <section> |
|
12 <title>Description</title> |
|
13 <p>A <cxxEnumerationRef> element can contain <topicref> |
|
14 and <topicmeta> elements, allowing you to express navigation or table-of-contents |
|
15 hierarchies, as well as implying relationships between the containing topicref |
|
16 and its children. </p> |
|
17 </section> |
|
18 <example> |
|
19 <title>Example</title> |
|
20 <codeblock><cxxAPIMap id="GUID-A1E43BB6-B43A-38A0-870F-29A553C534EC" title="AMap"> |
|
21 <cxxStructRef href="GUID-4D736120-454B-3952-ADFA-FEC7BDDE18F2.xml" navtitle="AClass::AStruct" /> |
|
22 <cxxClassRef href="GUID-1F65F1EB-791C-32A4-A05E-3262BA816EF6.xml" navtitle="AClass" /> |
|
23 <cxxFileRef href="GUID-15161A9C-9AC4-3B34-AADE-5294E5C7CCC2.xml" navtitle="AFile.h" /> |
|
24 <cxxEnumRef href="GUID-4C504F67-7737-33A7-AA99-6F030423E4CB.xml" navtitle="AClass::anEnum" /> |
|
25 <cxxFunctionRef href="GUID-1390F0BC-18FA-3E68-A5F7-25347A52A08C.xml" navtitle="AClass::aFunction(aParam,anotherParam)" /> |
|
26 <cxxTypedefRef href="GUID-CB589BED-4E77-3CD9-83A8-516A4B47C223.xml" navtitle="AClass::aTypeDef" /> |
|
27 <cxxUnionRef href="GUID-A6375D7C-47D4-38BB-946C-BF042C16F4BD.xml" navtitle="AClass::uAUnion" /> |
|
28 <cxxDefineRef href="GUID-1EA4FECD-61BB-3D49-99B5-B4003993D383.xml" navtitle="AClass::aDefine" /> |
|
29 <cxxVariableRef href="GUID-57906A69-F9F1-39FC-8A3E-6EC67BFBCFBA.xml" navtitle="AClass::aVariable" /> |
|
30 </cxxAPIMap></codeblock> |
|
31 </example> |
|
32 <section conref="../packagedef.dita#cxxEnumerationRef-reference/cxxEnumerationRef-containedBy-section"/> |
|
33 <section conref="../packagedef.dita#cxxEnumerationRef-reference/cxxEnumerationRef-contains-section"/> |
|
34 <section conref="../packagedef.dita#cxxEnumerationRef-reference/cxxEnumerationRef-contentModel-section"/> |
|
35 <section conref="../packagedef.dita#cxxEnumerationRef-reference/cxxEnumerationRef-attList-section"/> |
|
36 <section conref="../packagedef.dita#cxxEnumerationRef-reference/cxxEnumerationRef-classValue-section"/> |
|
37 </refbody> |
|
38 </reference> |