Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::crash::crash_handlers Struct Reference

#include <crash.hpp>

Public Attributes

interrupt_handler_t interrupt_handler
 
termination_handler_t termination_handler
 
crash_handler_t crash_handler
 
exception_handler_t exception_handler
 

Detailed Description

Definition at line 52 of file crash.hpp.

Member Data Documentation

◆ crash_handler

crash_handler_t unravel::crash::crash_handlers::crash_handler

Definition at line 61 of file crash.hpp.

◆ exception_handler

exception_handler_t unravel::crash::crash_handlers::exception_handler

Definition at line 64 of file crash.hpp.

◆ interrupt_handler

interrupt_handler_t unravel::crash::crash_handlers::interrupt_handler

Definition at line 55 of file crash.hpp.

◆ termination_handler

termination_handler_t unravel::crash::crash_handlers::termination_handler

Definition at line 58 of file crash.hpp.


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