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="cxxvariable"> |
|
8 <title>cxxvariable</title> |
|
9 <shortdesc>The <cxxvariable> element is a reference to a C++ variable.</shortdesc> |
|
10 <refbody> |
|
11 <section> |
|
12 <title>Description</title> |
|
13 <p>The <cxxvariable> element can be used to reference a C++ variable 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 <cxxvariable keyref="variablekey">iConnections variable</cxxvariable> |
|
24 in a C++ application.</info> |
|
25 |
|
26 </step> |
|
27 ... |
|
28 </steps> |
|
29 </taskbody> |
|
30 </task></codeblock> |
|
31 </example> |
|
32 <section conref="../packagedef.dita#cxxvariable-reference/cxxvariable-containedBy-section"/> |
|
33 <section conref="../packagedef.dita#cxxvariable-reference/cxxvariable-contains-section"/> |
|
34 <section conref="../packagedef.dita#cxxvariable-reference/cxxvariable-contentModel-section"/> |
|
35 <section conref="../packagedef.dita#cxxvariable-reference/cxxvariable-attList-section"/> |
|
36 <section conref="../packagedef.dita#cxxvariable-reference/cxxvariable-classValue-section"/> |
|
37 </refbody> |
|
38 </reference> |