|
crawlserv++
[under development]
Application for crawling and analyzing textual content of websites.
|
#include <SignalHandler.hpp>

Construction and Destruction | |
| SignalHandler () | |
| Constructor. More... | |
| virtual | ~SignalHandler ()=default |
| Destructor. More... | |
Tick | |
| void | tick () |
| Checks for interrupting signal. More... | |
Signal Handling | |
| virtual void | shutdown (std::sig_atomic_t signal)=0 |
| In-class signal handler shutting down the application. More... | |
| static void | signal (int signalNumber) |
| Static signal handler. More... | |
| crawlservpp::Main::SignalHandler::SignalHandler | ( | ) |
|
virtualdefault |
Destructor.
|
protectedpure virtual |
In-class signal handler shutting down the application.
Referenced by tick().
|
staticprotected |
Static signal handler.
Forwards a signal to the class.
Referenced by crawlservpp::Main::App::run(), and SignalHandler().
|
protected |
Checks for interrupting signal.
Shuts the program down if an interrupting signal has occurred.
References shutdown().
Referenced by crawlservpp::Main::App::run().