libcosmos
Linux C++ System Programming Library
|
Extra data delivered with SIGFPE signals. More...
#include <SigInfo.hxx>
Public Types | |
enum class | Reason : int { INT_DIV_ZERO = FPE_INTDIV , INT_OVERFLOW = FPE_INTOVF , FLOAT_DIV_ZERO = FPE_FLTDIV , FLOAT_OVERFLOW = FPE_FLTOVF , FLOAT_UNDERFLOW = FPE_FLTUND , FLOAT_INEXACT = FPE_FLTRES , FLOAT_INVALID = FPE_FLTINV , FLOAT_SUB_RANGE = FPE_FLTSUB , FLOAT_UNKNOWN = FPE_FLTUNK , FLOAT_CONDTRAP = FPE_CONDTRAP } |
Different reasons for delivering floating-point exceptions. More... | |
Public Attributes | |
Reason | reason |
The reason why SIGFPE was delivered. | |
![]() | |
void * | addr |
The address of the fault / trap. | |
Extra data delivered with SIGFPE signals.
Definition at line 239 of file SigInfo.hxx.
|
strong |
Different reasons for delivering floating-point exceptions.
Definition at line 243 of file SigInfo.hxx.
Reason cosmos::SigInfo::FPEData::reason |
The reason why SIGFPE was delivered.
Definition at line 259 of file SigInfo.hxx.