|
GNU Octave
4.0.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 102 of file procstream.h.
|
inline |
Definition at line 109 of file procstream.h.
|
inline |
Definition at line 111 of file procstream.h.
Definition at line 114 of file procstream.h.
|
inline |
Definition at line 117 of file procstream.h.
|
private |
|
inherited |
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().
|
inlineinherited |
Definition at line 59 of file procstream.h.
Referenced by run_command_and_return_output().
|
inlineinherited |
Definition at line 53 of file procstream.h.
Referenced by procstreambase::close().
|
inline |
Definition at line 119 of file procstream.h.
References procstreambase::open().
Definition at line 122 of file procstream.h.
References procstreambase::open().
|
private |
|
inlineinherited |
Definition at line 57 of file procstream.h.
Referenced by clear_external_pager(), do_sync(), and run_command_and_return_output().
1.8.8