#include "procstream.h"
Public Member Functions | |
procstreambase (const char *name, int mode) | |
procstreambase (const std::string &name, int mode) | |
procstreambase (void) | |
~procstreambase (void) | |
int | close (void) |
int | file_number (void) const |
int | is_open (void) const |
void | open (const char *name, int mode) |
void | open (const std::string &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 | m_pb |
Definition at line 38 of file procstream.h.
|
inline |
Definition at line 44 of file procstream.h.
procstreambase::procstreambase | ( | const std::string & | name, |
int | mode | ||
) |
Definition at line 34 of file procstream.cc.
References m_pb, octave_procbuf::open(), and pb_init().
procstreambase::procstreambase | ( | const char * | name, |
int | mode | ||
) |
Definition at line 42 of file procstream.cc.
References m_pb, octave_procbuf::open(), and pb_init().
|
inline |
Definition at line 50 of file procstream.h.
|
private |
int procstreambase::close | ( | void | ) |
Definition at line 60 of file procstream.cc.
References octave_procbuf::close(), is_open(), m_pb, and octave_procbuf::wait_status().
Referenced by octave::run_command_and_return_output(), and run_command_and_return_output().
|
inline |
Definition at line 65 of file procstream.h.
Referenced by run_command_and_return_output().
|
inline |
Definition at line 59 of file procstream.h.
Referenced by close().
void procstreambase::open | ( | const char * | name, |
int | mode | ||
) |
Definition at line 51 of file procstream.cc.
References m_pb, and octave_procbuf::open().
|
inline |
Definition at line 52 of file procstream.h.
References name.
Referenced by procstream::open(), iprocstream::open(), and oprocstream::open().
|
private |
|
inlineprivate |
Definition at line 71 of file procstream.h.
Referenced by procstreambase().
|
inline |
Definition at line 63 of file procstream.h.
Referenced by octave::output_system::clear_external_pager(), run_command_and_return_output(), and octave::output_system::start_external_pager().
|
private |
Definition at line 69 of file procstream.h.
Referenced by procstreambase(), close(), and open().