PISM, A Parallel Ice Sheet Model 2.2.1-cd005eec8 committed by Constantine Khrulev on 2025-03-07
|
Installs a signal handler on construction; deinstalls on destruction. More...
#include <pism_python.hh>
Public Member Functions | |
SigInstaller (int sig, void(*new_handler)(int)) | |
Installs handle new_handler for signal sig. | |
void | release () |
Restores the signal handler to its previous value. | |
~SigInstaller () | |
Private Attributes | |
void(* | m_old_handler )(int) |
int | m_sig |
Installs a signal handler on construction; deinstalls on destruction.
Definition at line 36 of file pism_python.hh.