equal
deleted
inserted
replaced
|
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="cxxstruct"> |
|
8 <title>cxxstruct</title> |
|
9 <shortdesc>The <cxxstruct> element is a reference to a C++ struct.</shortdesc> |
|
10 <refbody> |
|
11 <section> |
|
12 <title>Description</title> |
|
13 <p>The <cxxstruct> element can be used to reference a C++ struct from another topic type. </p> |
|
14 </section> |
|
15 <example> |
|
16 <title>Example</title> |
|
17 <codeblock><task id="connectionsxml"> |
|
18 <title>Connections</title> |
|
19 <taskbody> |
|
20 |
|
21 <steps> |
|
22 <step><cm>Open the connection</cm> |
|
23 <info>You can use <cxxstruct keyref="structkey">sConnection struct</cxxstruct> |
|
24 in a C++ application.</info> |
|
25 |
|
26 </step> |
|
27 ... |
|
28 </steps> |
|
29 </taskbody> |
|
30 </task></codeblock> |
|
31 </example> |
|
32 <section conref="../packagedef.dita#cxxstruct-reference/cxxstruct-containedBy-section"/> |
|
33 <section conref="../packagedef.dita#cxxstruct-reference/cxxstruct-contains-section"/> |
|
34 <section conref="../packagedef.dita#cxxstruct-reference/cxxstruct-contentModel-section"/> |
|
35 <section conref="../packagedef.dita#cxxstruct-reference/cxxstruct-attList-section"/> |
|
36 <section conref="../packagedef.dita#cxxstruct-reference/cxxstruct-classValue-section"/> |
|
37 </refbody> |
|
38 </reference> |