Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/doc/html/boostbook/dtd/free-function-group.html @ 29

Last change on this file since 29 was 29, checked in by landauf, 16 years ago

updated boost from 1_33_1 to 1_34_1

File size: 3.7 KB
Line 
1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
4<title>
5          BoostBook element free-function-group</title>
6<link rel="stylesheet" href="../../boostbook.css" type="text/css">
7<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
8<link rel="start" href="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
9<link rel="up" href="../../reference.html" title="Reference">
10<link rel="prev" href="if-fails.html" title="
11          BoostBook element if-fails">
12<link rel="next" href="functionname.html" title="
13          BoostBook element functionname">
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 C++ Libraries" 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="if-fails.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="functionname.html"><img src="../../images/next.png" alt="Next"></a>
27</div>
28<div class="refentry" lang="en">
29<a name="boostbook.dtd.free-function-group"></a><div class="titlepage"></div>
30<div class="refnamediv">
31<h2><span class="refentrytitle">
32          BoostBook element <code class="sgmltag-element">free-function-group</code></span></h2>
33<p>free-function-group &#8212; A set of functions that are grouped together under one name</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">free-function-group ::=
37  (<a href="function.html" title="
38          BoostBook element function">function</a>| <a href="overloaded-function.html" title="
39          BoostBook element overloaded-function">overloaded-function</a>)*
40</div>
41<div class="refsection" lang="en">
42<a name="id2061728"></a>
43      <h2>Attributes</h2>
44      <div class="informaltable"><table class="table">
45<colgroup>
46<col>
47<col>
48<col>
49<col>
50</colgroup>
51<thead><tr>
52<th>Name</th>
53<th>Type</th>
54<th>Value</th>
55<th>Purpose</th>
56</tr></thead>
57<tbody>
58<tr>
59<td>last-revision</td>
60<td>#IMPLIED</td>
61<td>CDATA</td>
62<td>Set to $Date: 2006/11/03 19:39:44 $ to keep "last revised" information in sync with CVS changes</td>
63</tr>
64<tr>
65<td>name</td>
66<td>#REQUIRED</td>
67<td>CDATA</td>
68<td>The name of the element being declared to referenced</td>
69</tr>
70<tr>
71<td>id</td>
72<td>#IMPLIED</td>
73<td>CDATA</td>
74<td>A global identifier for this element</td>
75</tr>
76<tr>
77<td>xml:base</td>
78<td>#IMPLIED</td>
79<td>CDATA</td>
80<td>Implementation detail used by XIncludes</td>
81</tr>
82</tbody>
83</table></div>
84    </div>
85</div>
86<table width="100%"><tr>
87<td align="left"></td>
88<td align="right"><small>Copyright © 2003-2005 Douglas Gregor</small></td>
89</tr></table>
90<hr>
91<div class="spirit-nav">
92<a accesskey="p" href="if-fails.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="functionname.html"><img src="../../images/next.png" alt="Next"></a>
93</div>
94</body>
95</html>
Note: See TracBrowser for help on using the repository browser.