FEDEM Solver  R8.0
Source code of the dynamics solver
Classes | Typedefs
SignalHandler.H File Reference

Handling of various OS signals casing the program to abort. More...

#include <string>
Include dependency graph for SignalHandler.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SignalHandler
 Static class with methods for signal handling. More...
 

Typedefs

typedef void(* VoidFuncPtr) ()
 Function pointer. More...
 

Detailed Description

Handling of various OS signals casing the program to abort.

Typedef Documentation

◆ VoidFuncPtr

typedef void(* VoidFuncPtr) ()

Function pointer.