Signal.h File Reference

#include "ace/config-lite.h"
#include "ace/ACE_export.h"
#include "ace/os_include/os_signal.h"
#include "ace/Event_Handler.h"
#include "ace/Signal.inl"

Include dependency graph for Signal.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

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 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...

class  ACE_Sig_Handler
 This is the main dispatcher of signals for ACE. It improves the existing UNIX signal handling mechanism by allowing C++ objects to handle signals in a way that avoids the use of global/static variables and functions. More...

class  ACE_Sig_Adapter
 Provide an adapter that transforms various types of signal handlers into the scheme used by the ACE_Reactor. More...

class  ACE_Sig_Handlers
 This is an alternative signal handling dispatcher for ACE. It allows a list of signal handlers to be registered for each signal. It also makes SA_RESTART the default mode. More...


Typedefs

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


Detailed Description

Signal.h,v 4.53 2006/02/23 09:00:18 jwillemsen Exp

Author:
Douglas C. Schmidt <schmidt@cs.wustl.edu>

Definition in file Signal.h.


Typedef Documentation

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

Definition at line 33 of file Signal.h.

Referenced by ACE_Sig_Adapter::ACE_Sig_Adapter(), and ACE_Sig_Adapter::handle_signal().


Generated on Thu Nov 9 11:08:01 2006 for ACE by doxygen 1.3.6