![]() |
Leosac
0.8.0
Open Source Access Control
|
signal handler to provide a C++ interface for UNIX sigaction() More...
#include <functional>#include <signal.h>
Include dependency graph for signalhandler.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | Leosac::Tools::SignalHandler |
Namespaces | |
| Leosac | |
| This is the header file for a generated source file, GitSHA1.cpp. | |
| Leosac::Tools | |
Enumerations | |
| enum | Leosac::Tools::Signal : int { Leosac::Tools::Signal::SigHup = SIGHUP, Leosac::Tools::Signal::SigInt = SIGINT, Leosac::Tools::Signal::SigQuit = SIGQUIT, Leosac::Tools::Signal::SigKill = SIGKILL, Leosac::Tools::Signal::SigSegv = SIGSEGV, Leosac::Tools::Signal::SigPipe = SIGPIPE, Leosac::Tools::Signal::SigTerm = SIGTERM, Leosac::Tools::Signal::SigUsr1 = SIGUSR1, Leosac::Tools::Signal::SigUsr2 = SIGUSR2, Leosac::Tools::Signal::SigStop = SIGSTOP } |
signal handler to provide a C++ interface for UNIX sigaction()
Definition in file signalhandler.hpp.