GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "sighandlers.h"
Classes | |
class | octave_child_list_rep |
Public Member Functions | |
~octave_child_list (void) |
Static Public Member Functions | |
static void | insert (pid_t pid, octave_child::child_event_handler f) |
static void | reap (void) |
static void | remove (pid_t pid) |
static bool | wait (void) |
Protected Member Functions | |
octave_child_list (void) |
Static Private Member Functions | |
static void | cleanup_instance (void) |
static bool | instance_ok (void) |
Static Private Attributes | |
static octave_child_list_rep * | instance = 0 |
Definition at line 142 of file sighandlers.h.
|
inlineprotected |
Definition at line 148 of file sighandlers.h.
|
inline |
Definition at line 163 of file sighandlers.h.
Definition at line 179 of file sighandlers.h.
Referenced by instance_ok().
|
static |
Definition at line 933 of file sighandlers.cc.
References octave_child_list::octave_child_list_rep::insert(), instance, and instance_ok().
Referenced by do_sync().
Definition at line 910 of file sighandlers.cc.
References singleton_cleanup_list::add(), cleanup_instance(), error(), and instance.
Definition at line 940 of file sighandlers.cc.
References instance, instance_ok(), and octave_child_list::octave_child_list_rep::reap().
Referenced by octave_signal_handler().
|
static |
Definition at line 966 of file sighandlers.cc.
References instance, instance_ok(), and octave_base_list< elt_type >::remove_if().
Referenced by clear_external_pager(), and run_command_and_return_output().
Definition at line 947 of file sighandlers.cc.
References instance, instance_ok(), and octave_child_list::octave_child_list_rep::wait().
Referenced by octave_signal_handler().
|
staticprivate |
Definition at line 177 of file sighandlers.h.
Referenced by insert(), instance_ok(), reap(), remove(), and wait().