![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "procstream.h"


Public Member Functions | |
| procstreambase (void) | |
| procstreambase (const std::string &name, int mode) | |
| procstreambase (const char *name, int mode) | |
| ~procstreambase (void) | |
| int | close (void) |
| int | file_number (void) const |
| int | is_open (void) const |
| void | open (const std::string &name, int mode) |
| void | open (const char *name, int mode) |
| pid_t | pid (void) const |
Private Member Functions | |
| procstreambase (const procstreambase &) | |
| procstreambase & | operator= (const procstreambase &) |
| void | pb_init (void) |
Private Attributes | |
| octave_procbuf | pb |
Definition at line 33 of file procstream.h.
|
inline |
Definition at line 39 of file procstream.h.
| procstreambase::procstreambase | ( | const std::string & | name, |
| int | mode | ||
| ) |
Definition at line 31 of file procstream.cc.
References octave_procbuf::open(), pb, and pb_init().
Definition at line 39 of file procstream.cc.
References octave_procbuf::open(), pb, and pb_init().
|
inline |
Definition at line 45 of file procstream.h.
|
private |
Definition at line 57 of file procstream.cc.
References octave_procbuf::close(), is_open(), pb, and octave_procbuf::wait_status().
Referenced by run_command_and_return_output().
Definition at line 58 of file procstream.h.
Referenced by run_command_and_return_output().
Definition at line 52 of file procstream.h.
Referenced by close().
Reimplemented in procstream, oprocstream, and iprocstream.
Definition at line 47 of file procstream.h.
References open().
Referenced by open(), iprocstream::open(), oprocstream::open(), and procstream::open().
Reimplemented in procstream, oprocstream, and iprocstream.
Definition at line 48 of file procstream.cc.
References clear(), octave_procbuf::open(), and pb.
|
private |
Definition at line 64 of file procstream.h.
Referenced by procstreambase().
|
inline |
Definition at line 56 of file procstream.h.
Referenced by clear_external_pager(), do_sync(), and run_command_and_return_output().
|
private |
Definition at line 62 of file procstream.h.
Referenced by close(), open(), and procstreambase().
1.8.1.2