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

#include "sighandlers.h"

Collaboration diagram for octave::interrupt_handler:

Public Attributes

sig_handlerbrk_handler
 
sig_handlerint_handler
 

Detailed Description

Definition at line 45 of file sighandlers.h.

Member Data Documentation

◆ brk_handler

sig_handler* octave::interrupt_handler::brk_handler

Definition at line 49 of file sighandlers.h.

◆ int_handler

sig_handler* octave::interrupt_handler::int_handler

Definition at line 48 of file sighandlers.h.


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