![]() |
Kea
1.5.0
|
#include <exceptions/exceptions.h>#include <boost/function.hpp>#include <boost/noncopyable.hpp>#include <boost/shared_ptr.hpp>#include <set>#include <list>#include <pthread.h>#include <signal.h>
Include dependency graph for signal_set.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | isc::util::SignalSet |
| Represents a collection of signals handled in a customized way. More... | |
| class | isc::util::SignalSetError |
Exception thrown when the isc::util::SignalSet class experiences an error. More... | |
Namespaces | |
| isc | |
| Defines the logger used by the top-level component of kea-dhcp-ddns. | |
| isc::util | |
Typedefs | |
| typedef boost::function< bool(int signum)> | isc::util::BoolSignalHandler |
| Pointer to a signal handling function which returns bool result. More... | |
| typedef std::list< int > | isc::util::SigIntList |
| Defines a list of integer signal identifiers: SIGHUP, SIGTERM... More... | |
| typedef boost::shared_ptr< SigIntList > | isc::util::SigIntListPtr |
| Pointer to a list of signal identifiers. More... | |
| typedef std::set< int > | isc::util::SigIntSet |
| Defines a set of integer signal identifiers: SIGHUP, SIGTERM... More... | |
| typedef boost::shared_ptr< SigIntSet > | isc::util::SigIntSetPtr |
| Pointer to a set of signal identifiers. More... | |
| typedef boost::function< void(int signum)> | isc::util::SignalHandler |
| Pointer to the signal handling function. More... | |
| typedef boost::shared_ptr< SignalSet > | isc::util::SignalSetPtr |
Pointer to the isc::util::SignalSet. More... | |