RAII-style sigprocmask wrapper. More...
#include <signal.h>
Public Member Functions | |
| ProcMask (const sigset_t &newset, int how=SIG_BLOCK) | |
| ~ProcMask () | |
Public Attributes | |
| sigset_t | oldset |
RAII-style sigprocmask wrapper.
| wibble::sys::sig::ProcMask::ProcMask | ( | const sigset_t & | newset, | |
| int | how = SIG_BLOCK | |||
| ) | [inline] |
References oldset.
| wibble::sys::sig::ProcMask::~ProcMask | ( | ) | [inline] |
References oldset.
| sigset_t wibble::sys::sig::ProcMask::oldset |
Referenced by ProcMask(), and ~ProcMask().
1.6.3