Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/utility/current_function.html @ 47

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

updated boost from 1_33_1 to 1_34_1

File size: 1.6 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2<html>
3        <head>
4                <title>Boost: current_function.hpp documentation</title>
5                <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6        </head>
7        <body bgcolor="white" style="MARGIN-LEFT: 5%; MARGIN-RIGHT: 5%">
8                <table border="0" width="100%">
9                        <tr>
10                                <td width="277"><A href="../../index.htm"> <img src="../../boost.png" alt="boost.png (6897 bytes)" width="277" height="86" border="0"></A>
11                                </td>
12                                <td align="center">
13                                        <h1>current_function.hpp</h1>
14                                </td>
15                        </tr>
16                        <tr>
17                                <td colspan="2" height="64">&nbsp;</td>
18                        </tr>
19                </table>
20                <p>
21                        The header <STRONG>&lt;boost/current_function.hpp&gt;</STRONG> defines a single
22                        macro, <STRONG>BOOST_CURRENT_FUNCTION</STRONG>,<STRONG> </STRONG>similar to the
23                        C99 predefined identifier <STRONG>__func__</STRONG>.
24                </p>
25                <P><STRONG>BOOST_CURRENT_FUNCTION</STRONG> expands to a string literal containing
26                        the (fully qualified, if possible) name of the enclosing function. If there is
27                        no enclosing function, the behavior is undefined.</P>
28                <p>Some compilers do not provide a way to obtain the name of the current enclosing
29                        function. On such compilers, the string literal has an unspecified value.</p>
30                <p>
31                        <br>
32                        <small>Copyright © 2002 by Peter Dimov. Distributed under the Boost Software License, Version
33                                1.0. See accompanying file <A href="../../LICENSE_1_0.txt">LICENSE_1_0.txt</A> or
34                                copy at <A href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</A>.</small></p>
35        </body>
36</html>
Note: See TracBrowser for help on using the repository browser.