Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Protected Member Functions | Static Protected Attributes
ext::SigHandler Class Reference

Singleton class providing interupt or segmentation fault signal handler. More...

#include <sigHandler.h>

Collaboration diagram for ext::SigHandler:
[legend]

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

Detailed Description

Singleton class providing interupt or segmentation fault signal handler.

Constructor & Destructor Documentation

◆ SigHandler()

ext::SigHandler::SigHandler ( )
protected

Constructor of the singleton. The constructor registers the handler method to be a callback on interupt or segmentation fault signal.

Field Documentation

◆ HANDLER

SigHandler ext::SigHandler::HANDLER
staticprotected

The singleton instance.


The documentation for this class was generated from the following files: