Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

added boost

File size: 4.0 KB
Line 
1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
4<title>
5          BoostBook element functionname</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="free-function-group.html" title="
11          BoostBook element free-function-group">
12<link rel="next" href="librarycategory.html" title="
13          BoostBook element librarycategory">
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="free-function-group.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="librarycategory.html"><img src="../../images/next.png" alt="Next"></a>
27</div>
28<div class="refentry" lang="en">
29<a name="boostbook.dtd.functionname"></a><div class="titlepage"></div>
30<div class="refnamediv">
31<h2><span class="refentrytitle">
32          BoostBook element <code class="sgmltag-element">functionname</code></span></h2>
33<p>functionname &#8212; References a function with the given 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">functionname ::=
37  (#PCDATA)
38</div>
39<div class="refsection" lang="en">
40<a name="id2848057"></a><h2>Description</h2>
41<p>If a function (or overloaded function) with the given,
42  possibly-qualified name is found, this generates a link to that
43  function. Lookups obey currently-active <a href="using-class.html" title="
44          BoostBook element using-class"><code class="sgmltag-element">using-class</code></a>
45  and <a href="using-namespace.html" title="
46          BoostBook element using-namespace"><code class="sgmltag-element">using-namespace</code></a>
47  directives to aid in the search, along with searching within the
48  current scope.</p>
49</div>
50<div class="refsection" lang="en">
51<a name="id2848084"></a><h2>Attributes</h2>
52<div class="informaltable"><table class="table">
53<colgroup>
54<col>
55<col>
56<col>
57<col>
58</colgroup>
59<thead><tr>
60<th>Name</th>
61<th>Type</th>
62<th>Value</th>
63<th>Purpose</th>
64</tr></thead>
65<tbody>
66<tr>
67<td>last-revision</td>
68<td>#IMPLIED</td>
69<td>CDATA</td>
70<td>Set to $Date: 2005/12/04 17:26:48 $ to keep "last revised" information in sync with CVS changes</td>
71</tr>
72<tr>
73<td>id</td>
74<td>#IMPLIED</td>
75<td>CDATA</td>
76<td>A global identifier for this element</td>
77</tr>
78<tr>
79<td>xml:base</td>
80<td>#IMPLIED</td>
81<td>CDATA</td>
82<td>Implementation detail used by XIncludes</td>
83</tr>
84</tbody>
85</table></div>
86</div>
87</div>
88<table width="100%"><tr>
89<td align="left"></td>
90<td align="right"><small>Copyright © 2003-2005 Douglas Gregor</small></td>
91</tr></table>
92<hr>
93<div class="spirit-nav">
94<a accesskey="p" href="free-function-group.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="librarycategory.html"><img src="../../images/next.png" alt="Next"></a>
95</div>
96</body>
97</html>
Note: See TracBrowser for help on using the repository browser.