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 | |
oprocstream (void) | |
oprocstream (const std::string &name, int mode=std::ios::out) | |
oprocstream (const char *name, int mode=std::ios::out) | |
~oprocstream (void) | |
int | close (void) |
int | file_number (void) const |
int | is_open (void) const |
void | open (const std::string &name, int mode=std::ios::out) |
void | open (const char *name, int mode=std::ios::out) |
pid_t | pid (void) const |
Private Member Functions | |
oprocstream (const oprocstream &) | |
oprocstream & | operator= (const oprocstream &) |
Definition at line 101 of file procstream.h.
|
inline |
Definition at line 108 of file procstream.h.
|
inline |
Definition at line 110 of file procstream.h.
Definition at line 113 of file procstream.h.
|
inline |
Definition at line 116 of file procstream.h.
|
private |
Definition at line 57 of file procstream.cc.
References octave_procbuf::close(), procstreambase::is_open(), procstreambase::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 procstreambase::close().
Reimplemented from procstreambase.
Definition at line 118 of file procstream.h.
References procstreambase::open().
Reimplemented from procstreambase.
Definition at line 121 of file procstream.h.
References procstreambase::open().
|
private |
|
inlineinherited |
Definition at line 56 of file procstream.h.
Referenced by clear_external_pager(), do_sync(), and run_command_and_return_output().