109 operator sigset_t *();
152 #endif // !defined(WIN32) int add(int signo_)
This function adds the signal numbered signo_ to the set.
SigSet()
Default constructor creates SigSet object with an empty signal set.
sigset_t m_sigset
POSIX signal set.
int fill(void)
This function initializes a signal set to be full; all the signals defined by POSIX will be in the se...
int empty(void)
This function initializes a signal set to be empty, no signals in it.
int is_member(int signo_)
Use this function to tell whether the signal signo_ is in the set.
int del(int signo_)
This function removes the signal signo_ from the set.