Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
Singleton class providing interupt or segmentation fault signal handler. More...
#include <sigHandler.h>
Protected Member Functions | |
SigHandler () | |
Constructor of the singleton. The constructor registers the handler method to be a callback on interupt or segmentation fault signal. More... | |
Static Protected Attributes | |
static SigHandler | HANDLER |
The singleton instance. More... | |
Singleton class providing interupt or segmentation fault signal handler.
|
protected |
Constructor of the singleton. The constructor registers the handler method to be a callback on interupt or segmentation fault signal.
|
staticprotected |
The singleton instance.