ACE  7.0.0
Classes | Typedefs
Signal.h File Reference
#include "ace/OS_NS_signal.h"
#include "ace/Signal.inl"

Classes

class  ACE_Sig_Set
 Provide a C++ wrapper for the C sigset_t interface. More...
 
class  ACE_Sig_Action
 C++ wrapper facade for the sigaction struct. More...
 
class  ACE_Sig_Guard
 Hold signals in MASK for duration of a C++ statement block. Note that a "0" for mask causes all signals to be held. More...
 

Typedefs

typedef void(* ACE_Sig_Handler_Ex) (int, siginfo_t *siginfo, ucontext_t *ucontext)
 Type of the extended signal handler. More...
 

Detailed Description

Author
Douglas C. Schmidt d.sch.nosp@m.midt.nosp@m.@vand.nosp@m.erbi.nosp@m.lt.ed.nosp@m.u

Typedef Documentation

◆ ACE_Sig_Handler_Ex

typedef void(* ACE_Sig_Handler_Ex) (int, siginfo_t *siginfo, ucontext_t *ucontext)

Type of the extended signal handler.