Helper to locally ignore SIGFPE handling. More...
#include <sigFpe.H>
Public Member Functions | |
| ignore (const ignore &)=delete | |
| No copy construct. | |
| ignore (ignore &&)=delete | |
| No move construct. | |
| void | operator= (const ignore &)=delete |
| No copy assignment. | |
| void | operator= (ignore &&)=delete |
| No move assignment. | |
| ignore () | |
| Constructor deactivates any previously active SIGFPE handler. | |
| ~ignore () | |
| Destructor restores the original state of SIGFPE handler. | |
| void | reset () |
| Restore the original state of SIGFPE handler. | |
| void | restore () |
| Same as reset(). | |
Helper to locally ignore SIGFPE handling.
Restores the original state of the SIGFPE handler on destruction.
|
delete |
No copy construct.
References ignore().
Referenced by ignore(), ignore(), operator=(), and operator=().


|
delete |
|
inline |
Constructor deactivates any previously active SIGFPE handler.
Definition at line 268 of file sigFpe.H.
References sigFpe::active(), sigFpe::sigFpe(), and sigFpe::unset().

|
inline |
|
delete |
|
delete |
|
inline |
Restore the original state of SIGFPE handler.
Definition at line 286 of file sigFpe.H.
References sigFpe::set().
Referenced by restore(), and ~ignore().


|
inline |