310 return m_sa.sa_flags;
A collection of assert function wrappers.
#define trace_with_mask(s, m)
trace_with_mask() is used to trace function call chain in C++ program.
void(* C_SIG_HANDLER)(int)
struct sigaction SIGACTION
SigSet is a wrapper for UNIX sigset_t structure that provides all manipulators on this structure as w...
A wrapper class to provide AutoPtr with reference semantics.
int restore_action(int signum_, SigAction &oaction_)
Change object's disposition to oaction_, and install it as current disposition for the signal signum_...
SigAction()
Default constructor creates SigAction object with null-action.
int retrieve_action(int signum_)
Retrieve current disposition for the signal signum_ into this object.
C_SIG_HANDLER handler()
Retrieve current signal handler function.
SigSet mask()
Retrieve current signal mask.
SIGACTION m_sa
sigaction structure itself
int flags()
Retrieve current flags.
int register_action(int signum_, SigAction *oaction_=0)
Register this object as current disposition for signal signum_, and store old disposition in oaction_...
SIGACTION * action()
Retrieve current sigaction.
@ SIGACT
Class SigACtion messages