MIRA
Public Member Functions | Public Attributes | List of all members
IntSignal Struct Reference

Structure used in signal handlers to pass the signal and callstack. More...

#include <error/SignalHandler.h>

Public Member Functions

 IntSignal (int s, const CallStack &stack)
 

Public Attributes

int sig
 The signal that was raised (SIGABRT etc.) More...
 
const CallStackcallStack
 The call stack backtrace at the moment the signal was raised. More...
 

Detailed Description

Structure used in signal handlers to pass the signal and callstack.

Constructor & Destructor Documentation

◆ IntSignal()

IntSignal ( int  s,
const CallStack stack 
)
inline

Member Data Documentation

◆ sig

int sig

The signal that was raised (SIGABRT etc.)

◆ callStack

const CallStack& callStack

The call stack backtrace at the moment the signal was raised.


The documentation for this struct was generated from the following file: