1 | <html> |
---|
2 | <head> |
---|
3 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
---|
4 | <title> |
---|
5 | BoostBook element overloaded-method</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="enumvalue.html" title=" |
---|
11 | BoostBook element enumvalue"> |
---|
12 | <link rel="next" href="programlisting.html" title=" |
---|
13 | BoostBook element programlisting"> |
---|
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="enumvalue.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="programlisting.html"><img src="../../images/next.png" alt="Next"></a> |
---|
27 | </div> |
---|
28 | <div class="refentry" lang="en"> |
---|
29 | <a name="boostbook.dtd.overloaded-method"></a><div class="titlepage"></div> |
---|
30 | <div class="refnamediv"> |
---|
31 | <h2><span class="refentrytitle"> |
---|
32 | BoostBook element <code class="sgmltag-element">overloaded-method</code></span></h2> |
---|
33 | <p>overloaded-method — An overloaded 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">overloaded-method ::= |
---|
37 | (<a href="signature.html" title=" |
---|
38 | BoostBook element signature">signature</a>*, <a href="purpose.html" title=" |
---|
39 | BoostBook element purpose">purpose</a>?, <a href="description.html" title=" |
---|
40 | BoostBook element description">description</a>?, <a href="requires.html" title=" |
---|
41 | BoostBook element requires">requires</a>?, <a href="effects.html" title=" |
---|
42 | BoostBook element effects">effects</a>?, <a href="postconditions.html" title=" |
---|
43 | BoostBook element postconditions">postconditions</a>?, <a href="returns.html" title=" |
---|
44 | BoostBook element returns">returns</a>?, <a href="throws.html" title=" |
---|
45 | BoostBook element throws">throws</a>?, <a href="complexity.html" title=" |
---|
46 | BoostBook element complexity">complexity</a>?, <a href="notes.html" title=" |
---|
47 | BoostBook element notes">notes</a>?, <a href="rationale.html" title=" |
---|
48 | BoostBook element rationale">rationale</a>?) |
---|
49 | </div> |
---|
50 | <div class="refsection" lang="en"> |
---|
51 | <a name="id2851377"></a><h2>Description</h2> |
---|
52 | <p>General documentation on functions in BoostBook is provided in |
---|
53 | the <a href="function.html" title=" |
---|
54 | BoostBook element function"><code class="sgmltag-element">function</code></a> |
---|
55 | element documentation.</p> |
---|
56 | </div> |
---|
57 | <div class="refsection" lang="en"> |
---|
58 | <a name="id2851392"></a><h2>Attributes</h2> |
---|
59 | <div class="informaltable"><table class="table"> |
---|
60 | <colgroup> |
---|
61 | <col> |
---|
62 | <col> |
---|
63 | <col> |
---|
64 | <col> |
---|
65 | </colgroup> |
---|
66 | <thead><tr> |
---|
67 | <th>Name</th> |
---|
68 | <th>Type</th> |
---|
69 | <th>Value</th> |
---|
70 | <th>Purpose</th> |
---|
71 | </tr></thead> |
---|
72 | <tbody> |
---|
73 | <tr> |
---|
74 | <td>last-revision</td> |
---|
75 | <td>#IMPLIED</td> |
---|
76 | <td>CDATA</td> |
---|
77 | <td>Set to $Date: 2005/12/04 17:26:48 $ to keep "last revised" information in sync with CVS changes</td> |
---|
78 | </tr> |
---|
79 | <tr> |
---|
80 | <td>name</td> |
---|
81 | <td>#REQUIRED</td> |
---|
82 | <td>CDATA</td> |
---|
83 | <td>The name of the element being declared to referenced</td> |
---|
84 | </tr> |
---|
85 | <tr> |
---|
86 | <td>id</td> |
---|
87 | <td>#IMPLIED</td> |
---|
88 | <td>CDATA</td> |
---|
89 | <td>A global identifier for this element</td> |
---|
90 | </tr> |
---|
91 | <tr> |
---|
92 | <td>xml:base</td> |
---|
93 | <td>#IMPLIED</td> |
---|
94 | <td>CDATA</td> |
---|
95 | <td>Implementation detail used by XIncludes</td> |
---|
96 | </tr> |
---|
97 | </tbody> |
---|
98 | </table></div> |
---|
99 | </div> |
---|
100 | </div> |
---|
101 | <table width="100%"><tr> |
---|
102 | <td align="left"></td> |
---|
103 | <td align="right"><small>Copyright © 2003-2005 Douglas Gregor</small></td> |
---|
104 | </tr></table> |
---|
105 | <hr> |
---|
106 | <div class="spirit-nav"> |
---|
107 | <a accesskey="p" href="enumvalue.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="programlisting.html"><img src="../../images/next.png" alt="Next"></a> |
---|
108 | </div> |
---|
109 | </body> |
---|
110 | </html> |
---|