#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 88 of file sighandlers.h.
typedef bool(* octave_child::child_event_handler)(pid_t, int) |
Definition at line 100 of file sighandlers.h.
octave_child::octave_child | ( | pid_t | id = -1 , |
|
child_event_handler | f = 0 | |||
) | [inline] |
Definition at line 102 of file sighandlers.h.
octave_child::octave_child | ( | const octave_child & | oc | ) | [inline] |
Definition at line 105 of file sighandlers.h.
octave_child::~octave_child | ( | void | ) | [inline] |
Definition at line 121 of file sighandlers.h.
octave_child& octave_child::operator= | ( | const octave_child & | oc | ) | [inline] |
Definition at line 109 of file sighandlers.h.
References handler, have_status, pid, and status.
Definition at line 127 of file sighandlers.h.
Referenced by operator=().
sig_atomic_t octave_child::have_status |
Definition at line 130 of file sighandlers.h.
Referenced by operator=().
pid_t octave_child::pid |
Definition at line 124 of file sighandlers.h.
Referenced by pid_equal::operator()(), and operator=().
Definition at line 134 of file sighandlers.h.
Referenced by operator=().