Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / test / doc / html / header / boost / test / execution_monitor_hpp.html
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
4 <title>Header &lt;boost/test/execution_monitor.hpp&gt;</title>
5 <link rel="stylesheet" href="../../../boostbook.css" type="text/css">
6 <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7 <link rel="home" href="../../../index.html" title="Boost.Test">
8 <link rel="up" href="../../../boost_test/reference.html" title="Reference">
9 <link rel="prev" href="../../../BOOST_TEST_SINGLETON_INST.html" title="Macro BOOST_TEST_SINGLETON_INST">
10 <link rel="next" href="../../../boost/execution_aborted.html" title="Class execution_aborted">
11 </head>
12 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
13 <table cellpadding="2" width="100%"><tr>
14 <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../../boost.png"></td>
15 <td align="center"><a href="../../../../../../../index.html">Home</a></td>
16 <td align="center"><a href="../../../../../../../libs/libraries.htm">Libraries</a></td>
17 <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
18 <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
19 <td align="center"><a href="../../../../../../../more/index.htm">More</a></td>
20 </tr></table>
21 <hr>
22 <div class="spirit-nav">
23 <a accesskey="p" href="../../../BOOST_TEST_SINGLETON_INST.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../boost_test/reference.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../../../boost/execution_aborted.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
24 </div>
25 <div class="section">
26 <div class="titlepage"><div><div><h4 class="title">
27 <a name="header.boost.test.execution_monitor_hpp"></a>Header &lt;<a href="../../../../../../../boost/test/execution_monitor.hpp" target="_top">boost/test/execution_monitor.hpp</a>&gt;</h4></div></div></div>
28 <p>Defines public interface of the Execution Monitor and related classes. </p>
29 <pre class="synopsis">
30
31 <a class="link" href="../../../BOOST_TE_idm46279113790832.html" title="Macro BOOST_TEST_DISABLE_ALT_STACK">BOOST_TEST_DISABLE_ALT_STACK</a>
32 <a class="link" href="../../../BOOST_TEST_SYS_ASSERT.html" title="Macro BOOST_TEST_SYS_ASSERT">BOOST_TEST_SYS_ASSERT</a>(cond)</pre>
33 <pre class="synopsis"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span>
34   <span class="keyword">class</span> <a class="link" href="../../../boost/execution_aborted.html" title="Class execution_aborted">execution_aborted</a><span class="special">;</span>
35   <span class="keyword">class</span> <a class="link" href="../../../boost/execution_exception.html" title="Class execution_exception">execution_exception</a><span class="special">;</span>
36   <span class="keyword">class</span> <a class="link" href="../../../boost/execution_monitor.html" title="Class execution_monitor">execution_monitor</a><span class="special">;</span>
37   <span class="keyword">class</span> <a class="link" href="../../../boost/system_error.html" title="Class system_error">system_error</a><span class="special">;</span>
38   <span class="keyword">namespace</span> <span class="identifier">fpe</span> <span class="special">{</span>
39
40     <span class="keyword">enum</span> <a name="boost.fpe.masks"></a>masks <span class="special">{</span> BOOST_FPE_OFF = = 0, BOOST_FPE_DIVBYZERO = = BOOST_FPE_OFF, 
41                  BOOST_FPE_INEXACT = = BOOST_FPE_OFF, 
42                  BOOST_FPE_INVALID = = BOOST_FPE_OFF, 
43                  BOOST_FPE_OVERFLOW = = BOOST_FPE_OFF, 
44                  BOOST_FPE_UNDERFLOW = = BOOST_FPE_OFF, 
45                  BOOST_FPE_ALL = = BOOST_FPE_OFF, 
46                  BOOST_FPE_INV = = BOOST_FPE_ALL+1 <span class="special">}</span><span class="special">;</span>
47     <span class="keyword">unsigned</span> <a name="boost.fpe.enable"></a><span class="identifier">enable</span><span class="special">(</span><span class="keyword">unsigned</span> mask<span class="special">)</span><span class="special">;</span>
48     <span class="keyword">unsigned</span> <a name="boost.fpe.disable"></a><span class="identifier">disable</span><span class="special">(</span><span class="keyword">unsigned</span> mask<span class="special">)</span><span class="special">;</span>
49   <span class="special">}</span>
50 <span class="special">}</span></pre>
51 </div>
52 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
53 <td align="left"></td>
54 <td align="right"><div class="copyright-footer">Copyright &#169; 2001-2019 Boost.Test
55       contributors<p>
56         Distributed under the Boost Software License, Version 1.0. (See accompanying
57         file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
58       </p>
59 </div></td>
60 </tr></table>
61 <hr>
62 <div class="spirit-nav">
63 <a accesskey="p" href="../../../BOOST_TEST_SINGLETON_INST.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../boost_test/reference.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../../../boost/execution_aborted.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
64 </div>
65 </body>
66 </html>