Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

added boost

File size: 4.2 KB
Line 
1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
4<title>
5          BoostBook element signature</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="parameter.html" title="
11          BoostBook element parameter">
12<link rel="next" href="overloaded-function.html" title="
13          BoostBook element overloaded-function">
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="parameter.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="overloaded-function.html"><img src="../../images/next.png" alt="Next"></a>
27</div>
28<div class="refentry" lang="en">
29<a name="boostbook.dtd.signature"></a><div class="titlepage"></div>
30<div class="refnamediv">
31<h2><span class="refentrytitle">
32          BoostBook element <code class="sgmltag-element">signature</code></span></h2>
33<p>signature &#8212; One signature of an overloaded function or method</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">signature ::=
37  (<a href="template.html" title="
38          BoostBook element template">template</a>?, <a href="type.html" title="
39          BoostBook element type">type</a>, <a href="parameter.html" title="
40          BoostBook element parameter">parameter</a>*)
41</div>
42<div class="refsection" lang="en">
43<a name="id2850336"></a><h2>Description</h2>
44<p>
45    A signature refers to one declaration of an overloaded function or
46    method. The signature itself has no name, because the name of the
47    overloaded function or method is used. An overloaded function or
48    method will have several signatures that will generally be typeset
49    together.
50  </p>
51</div>
52<div class="refsection" lang="en">
53<a name="id2850346"></a><h2>Attributes</h2>
54<div class="informaltable"><table class="table">
55<colgroup>
56<col>
57<col>
58<col>
59<col>
60</colgroup>
61<thead><tr>
62<th>Name</th>
63<th>Type</th>
64<th>Value</th>
65<th>Purpose</th>
66</tr></thead>
67<tbody>
68<tr>
69<td>last-revision</td>
70<td>#IMPLIED</td>
71<td>CDATA</td>
72<td>Set to $Date: 2005/12/04 17:26:48 $ to keep "last revised" information in sync with CVS changes</td>
73</tr>
74<tr>
75<td>cv</td>
76<td>#IMPLIED</td>
77<td>CDATA</td>
78<td>cv-qualifiers for this method, e.g., const volatile</td>
79</tr>
80<tr>
81<td>specifiers</td>
82<td>#IMPLIED</td>
83<td>CDATA</td>
84<td>The specifiers for this function, e.g., inline, static, etc.</td>
85</tr>
86<tr>
87<td>id</td>
88<td>#IMPLIED</td>
89<td>CDATA</td>
90<td>A global identifier for this element</td>
91</tr>
92<tr>
93<td>xml:base</td>
94<td>#IMPLIED</td>
95<td>CDATA</td>
96<td>Implementation detail used by XIncludes</td>
97</tr>
98</tbody>
99</table></div>
100</div>
101</div>
102<table width="100%"><tr>
103<td align="left"></td>
104<td align="right"><small>Copyright © 2003-2005 Douglas Gregor</small></td>
105</tr></table>
106<hr>
107<div class="spirit-nav">
108<a accesskey="p" href="parameter.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="overloaded-function.html"><img src="../../images/next.png" alt="Next"></a>
109</div>
110</body>
111</html>
Note: See TracBrowser for help on using the repository browser.