Helper to locally ignore SIGFPE handling. More...
Public Member Functions | |
| ignore () | |
| Constructor deactivates any previously active SIGFPE handler. More... | |
| ~ignore () | |
| Destructor restores the original state of SIGFPE handler. More... | |
| void | restore () |
| Restore the original state of SIGFPE handler. More... | |
| ignore () | |
| Constructor deactivates any previously active SIGFPE handler. More... | |
| ~ignore () | |
| Destructor restores the original state of SIGFPE handler. More... | |
| void | restore () |
| Restore the original state of SIGFPE handler. More... | |
Helper to locally ignore SIGFPE handling.
Restores the original state of the SIGFPE handler on destruction.
| ignore | ( | ) |
Constructor deactivates any previously active SIGFPE handler.
Definition at line 105 of file sigFpe.C.
References sigFpe::unset().
| ~ignore | ( | ) |
| ignore | ( | ) |
Constructor deactivates any previously active SIGFPE handler.
| ~ignore | ( | ) |
Destructor restores the original state of SIGFPE handler.
| void restore | ( | ) |
Restore the original state of SIGFPE handler.
Definition at line 132 of file sigFpe.C.
References sigFpe::set().
| void restore | ( | ) |
Restore the original state of SIGFPE handler.