1 | <html> |
---|
2 | <head> |
---|
3 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
---|
4 | <title>Class bad_function_call</title> |
---|
5 | <link rel="stylesheet" href="../boostbook.css" type="text/css"> |
---|
6 | <meta name="generator" content="DocBook XSL Stylesheets V1.68.1"> |
---|
7 | <link rel="start" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> |
---|
8 | <link rel="up" href="../function/reference.html#header.boost.function.hpp" title="Header <boost/function.hpp>"> |
---|
9 | <link rel="prev" href="../function/reference.html" title="Reference"> |
---|
10 | <link rel="next" href="function_base.html" title="Class function_base"> |
---|
11 | </head> |
---|
12 | <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> |
---|
13 | <table cellpadding="2" width="100%"> |
---|
14 | <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../boost.png"></td> |
---|
15 | <td align="center"><a href="../../../index.htm">Home</a></td> |
---|
16 | <td align="center"><a href="../../../libs/libraries.htm">Libraries</a></td> |
---|
17 | <td align="center"><a href="../../../people/people.htm">People</a></td> |
---|
18 | <td align="center"><a href="../../../more/faq.htm">FAQ</a></td> |
---|
19 | <td align="center"><a href="../../../more/index.htm">More</a></td> |
---|
20 | </table> |
---|
21 | <hr> |
---|
22 | <div class="spirit-nav"> |
---|
23 | <a accesskey="p" href="../function/reference.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../function/reference.html#header.boost.function.hpp"><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="function_base.html"><img src="../images/next.png" alt="Next"></a> |
---|
24 | </div> |
---|
25 | <div class="refentry" lang="en"> |
---|
26 | <a name="boost.bad_function_call"></a><div class="titlepage"></div> |
---|
27 | <div class="refnamediv"> |
---|
28 | <h2><span class="refentrytitle">Class bad_function_call</span></h2> |
---|
29 | <p>boost::bad_function_call — An exception type thrown when an instance of a <code class="computeroutput">function</code> object is empty when invoked.</p> |
---|
30 | </div> |
---|
31 | <h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2> |
---|
32 | <div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"> |
---|
33 | <span class="bold"><strong>class</strong></span> bad_function_call : <span class="bold"><strong>public</strong></span> std::runtime_error { |
---|
34 | <span class="bold"><strong>public</strong></span>: |
---|
35 | <span class="emphasis"><em>// <a href="bad_function_call.html#boost.bad_function_callconstruct-copy-destruct">construct/copy/destruct</a></em></span> |
---|
36 | <a href="bad_function_call.html#id965542-bb">bad_function_call</a>(); |
---|
37 | };</pre></div> |
---|
38 | <div class="refsect1" lang="en"> |
---|
39 | <a name="id1206871"></a><h2>Description</h2> |
---|
40 | <div class="refsect2" lang="en"> |
---|
41 | <a name="id1206874"></a><h3> |
---|
42 | <a name="boost.bad_function_callconstruct-copy-destruct"></a><code class="computeroutput">bad_function_call</code> construct/copy/destruct</h3> |
---|
43 | <div class="orderedlist"><ol type="1"><li> |
---|
44 | <pre class="literallayout"><a name="id965542-bb"></a>bad_function_call();</pre> |
---|
45 | <div class="variablelist"><table border="0"> |
---|
46 | <col align="left" valign="top"> |
---|
47 | <tbody><tr> |
---|
48 | <td> |
---|
49 | <span class="term">Effects:</span></td> |
---|
50 | <td>Constructs a <code class="computeroutput"><a href="bad_function_call.html" title="Class bad_function_call">bad_function_call</a></code> exception object.</td> |
---|
51 | </tr></tbody> |
---|
52 | </table></div> |
---|
53 | </li></ol></div> |
---|
54 | </div> |
---|
55 | </div> |
---|
56 | </div> |
---|
57 | <table width="100%"><tr> |
---|
58 | <td align="left"></td> |
---|
59 | <td align="right"><small>Copyright © 2001-2004 Douglas Gregor</small></td> |
---|
60 | </tr></table> |
---|
61 | <hr> |
---|
62 | <div class="spirit-nav"> |
---|
63 | <a accesskey="p" href="../function/reference.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../function/reference.html#header.boost.function.hpp"><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="function_base.html"><img src="../images/next.png" alt="Next"></a> |
---|
64 | </div> |
---|
65 | </body> |
---|
66 | </html> |
---|