GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "sighandlers.h"
Public Types | |
typedef bool(* | child_event_handler )(pid_t, int) |
Public Member Functions | |
octave_child (pid_t id=-1, child_event_handler f=0) | |
octave_child (const octave_child &oc) | |
~octave_child (void) | |
octave_child & | operator= (const octave_child &oc) |
Public Attributes | |
child_event_handler | handler |
sig_atomic_t | have_status |
pid_t | pid |
int | status |
Definition at line 93 of file sighandlers.h.
Definition at line 105 of file sighandlers.h.
|
inline |
Definition at line 107 of file sighandlers.h.
|
inline |
Definition at line 110 of file sighandlers.h.
|
inline |
Definition at line 126 of file sighandlers.h.
|
inline |
Definition at line 114 of file sighandlers.h.
References handler, have_status, pid, and status.
child_event_handler octave_child::handler |
Definition at line 132 of file sighandlers.h.
Referenced by operator=(), and octave_child_list::octave_child_list_rep::reap().
sig_atomic_t octave_child::have_status |
Definition at line 135 of file sighandlers.h.
Referenced by operator=(), octave_child_list::octave_child_list_rep::reap(), and octave_child_list::octave_child_list_rep::wait().
pid_t octave_child::pid |
Definition at line 129 of file sighandlers.h.
Referenced by pid_equal::operator()(), operator=(), octave_child_list::octave_child_list_rep::reap(), and octave_child_list::octave_child_list_rep::wait().
int octave_child::status |
Definition at line 139 of file sighandlers.h.
Referenced by operator=(), octave_child_list::octave_child_list_rep::reap(), and octave_child_list::octave_child_list_rep::wait().