GNU Octave  8.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
interrupt_handler Struct Reference

#include "sighandlers.h"

Collaboration diagram for interrupt_handler:

Public Attributes

sig_handlerbrk_handler
 
sig_handlerint_handler
 

Detailed Description

Definition at line 48 of file sighandlers.h.

Member Data Documentation

◆ brk_handler

sig_handler* interrupt_handler::brk_handler

Definition at line 51 of file sighandlers.h.

Referenced by catch_interrupts(), ignore_interrupts(), and set_interrupt_handler().

◆ int_handler

sig_handler* interrupt_handler::int_handler

Definition at line 50 of file sighandlers.h.

Referenced by catch_interrupts(), ignore_interrupts(), and set_interrupt_handler().


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