#include <cstring>
#include <iostream>
#include <new>
#include "quit.h"
Functions | |
void | octave_handle_signal (void) |
void | octave_throw_interrupt_exception (void) |
void | octave_throw_execution_exception (void) |
void | octave_throw_bad_alloc (void) |
void | octave_rethrow_exception (void) |
Variables | |
void(* | octave_signal_hook )(void)=0 |
void(* | octave_interrupt_hook )(void)=0 |
void(* | octave_bad_alloc_hook )(void)=0 |
void octave_handle_signal | ( | void | ) |
void octave_rethrow_exception | ( | void | ) |
void octave_throw_bad_alloc | ( | void | ) |
void octave_throw_execution_exception | ( | void | ) |
void octave_throw_interrupt_exception | ( | void | ) |
void(* octave_bad_alloc_hook)(void)=0 |
void(* octave_interrupt_hook)(void)=0 |
void(* octave_signal_hook)(void)=0 |