|
ACTS
Experiment-independent tracking
|
Classes | |
| class | ActsPlugins::FpeMonitor |
| Monitor for floating-point exceptions with stack trace capture. More... | |
Enumerations | |
| enum class | ActsPlugins::FpeType : std::uint32_t { INTDIV = FPE_INTDIV , INTOVF = FPE_INTOVF , FLTDIV = FPE_FLTDIV , FLTOVF = FPE_FLTOVF , FLTUND = FPE_FLTUND , FLTRES = FPE_FLTRES , FLTINV = FPE_FLTINV , FLTSUB = FPE_FLTSUB } |
| Floating-point exception types. | |
Functions | |
| std::ostream & | ActsPlugins::operator<< (std::ostream &os, FpeType type) |
| Output stream operator for FpeType. | |
| std::ostream & ActsPlugins::operator<< | ( | std::ostream & | os, |
| FpeType | type ) |
Output stream operator for FpeType.
| os | The output stream |
| type | The FPE type to output |