Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/doc/html/boostbook/dtd/union.html @ 12

Last change on this file since 12 was 12, checked in by landauf, 17 years ago

added boost

File size: 5.5 KB
Line 
1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
4<title>
5          BoostBook element union</title>
6<link rel="stylesheet" href="../../boostbook.css" type="text/css">
7<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
8<link rel="start" href="../../index.html" title="The Boost C++ Libraries">
9<link rel="up" href="../../reference.html" title="Chapter 20. Reference">
10<link rel="prev" href="boostbook.html" title="
11          BoostBook element boostbook">
12<link rel="next" href="inherit.html" title="
13          BoostBook element inherit">
14</head>
15<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
16<table cellpadding="2" width="100%">
17<td valign="top"><img alt="boost.png (6897 bytes)" width="277" height="86" src="../../../../boost.png"></td>
18<td align="center"><a href="../../../../index.htm">Home</a></td>
19<td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td>
20<td align="center"><a href="../../../../people/people.htm">People</a></td>
21<td align="center"><a href="../../../../more/faq.htm">FAQ</a></td>
22<td align="center"><a href="../../../../more/index.htm">More</a></td>
23</table>
24<hr>
25<div class="spirit-nav">
26<a accesskey="p" href="boostbook.html"><img src="../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../../reference.html"><img src="../../images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../images/home.png" alt="Home"></a><a accesskey="n" href="inherit.html"><img src="../../images/next.png" alt="Next"></a>
27</div>
28<div class="refentry" lang="en">
29<a name="boostbook.dtd.union"></a><div class="titlepage"></div>
30<div class="refnamediv">
31<h2><span class="refentrytitle">
32          BoostBook element <code class="sgmltag-element">union</code></span></h2>
33<p>union &#8212; Declares a C++ union or union template</p>
34</div>
35<h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2>
36<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv">union ::=
37  (<a href="template.html" title="
38          BoostBook element template">template</a>?, <a href="inherit.html" title="
39          BoostBook element inherit">inherit</a>*, <a href="purpose.html" title="
40          BoostBook element purpose">purpose</a>?, <a href="description.html" title="
41          BoostBook element description">description</a>?, (<a href="static-constant.html" title="
42          BoostBook element static-constant">static-constant</a>| <a href="typedef.html" title="
43          BoostBook element typedef">typedef</a>| <a href="enum.html" title="
44          BoostBook element enum">enum</a>| <a href="copy-assignment.html" title="
45          BoostBook element copy-assignment">copy-assignment</a>| <a href="constructor.html" title="
46          BoostBook element constructor">constructor</a>| <a href="destructor.html" title="
47          BoostBook element destructor">destructor</a>| <a href="method-group.html" title="
48          BoostBook element method-group">method-group</a>| <a href="free-function-group.html" title="
49          BoostBook element free-function-group">free-function-group</a>| <a href="function.html" title="
50          BoostBook element function">function</a>| <a href="method.html" title="
51          BoostBook element method">method</a>| <a href="overloaded-function.html" title="
52          BoostBook element overloaded-function">overloaded-function</a>| <a href="overloaded-method.html" title="
53          BoostBook element overloaded-method">overloaded-method</a>| <a href="data-member.html" title="
54          BoostBook element data-member">data-member</a>| <a href="class.html" title="
55          BoostBook element class">class</a>| <a href="class-specialization.html" title="
56          BoostBook element class-specialization">class-specialization</a>| <a href="struct.html" title="
57          BoostBook element struct">struct</a>| <a href="struct-specialization.html" title="
58          BoostBook element struct-specialization">struct-specialization</a>| <a href="union.html" title="
59          BoostBook element union">union</a>| <a href="union-specialization.html" title="
60          BoostBook element union-specialization">union-specialization</a>)*)
61</div>
62<div class="refsection" lang="en">
63<a name="id2846438"></a><h2>Attributes</h2>
64<div class="informaltable"><table class="table">
65<colgroup>
66<col>
67<col>
68<col>
69<col>
70</colgroup>
71<thead><tr>
72<th>Name</th>
73<th>Type</th>
74<th>Value</th>
75<th>Purpose</th>
76</tr></thead>
77<tbody>
78<tr>
79<td>last-revision</td>
80<td>#IMPLIED</td>
81<td>CDATA</td>
82<td>Set to $Date: 2005/12/04 17:26:48 $ to keep "last revised" information in sync with CVS changes</td>
83</tr>
84<tr>
85<td>name</td>
86<td>#REQUIRED</td>
87<td>CDATA</td>
88<td>The name of the element being declared to referenced</td>
89</tr>
90<tr>
91<td>id</td>
92<td>#IMPLIED</td>
93<td>CDATA</td>
94<td>A global identifier for this element</td>
95</tr>
96<tr>
97<td>xml:base</td>
98<td>#IMPLIED</td>
99<td>CDATA</td>
100<td>Implementation detail used by XIncludes</td>
101</tr>
102</tbody>
103</table></div>
104</div>
105</div>
106<table width="100%"><tr>
107<td align="left"></td>
108<td align="right"><small>Copyright © 2003-2005 Douglas Gregor</small></td>
109</tr></table>
110<hr>
111<div class="spirit-nav">
112<a accesskey="p" href="boostbook.html"><img src="../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../../reference.html"><img src="../../images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../images/home.png" alt="Home"></a><a accesskey="n" href="inherit.html"><img src="../../images/next.png" alt="Next"></a>
113</div>
114</body>
115</html>
Note: See TracBrowser for help on using the repository browser.