#include "procstream.h"
Public Member Functions | |
procstream (const char *name, int mode) | |
procstream (const std::string &name, int mode) | |
procstream (void) | |
~procstream (void)=default | |
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 | |
procstream (const procstream &) | |
procstream & | operator= (const procstream &) |
void | pb_init (void) |
Private Attributes | |
procbuf | m_pb |
Definition at line 153 of file procstream.h.
|
inline |
Definition at line 159 of file procstream.h.
|
inline |
Definition at line 161 of file procstream.h.
|
inline |
Definition at line 165 of file procstream.h.
|
default |
|
private |
|
inherited |
Definition at line 62 of file procstream.cc.
References procbuf::close(), procstreambase::is_open(), procstreambase::m_pb, and procbuf::wait_status().
Referenced by run_command_and_return_output().
|
inlineinherited |
Definition at line 67 of file procstream.h.
Referenced by run_command_and_return_output().
|
inlineinherited |
Definition at line 61 of file procstream.h.
Referenced by procstreambase::close().
|
inline |
Definition at line 176 of file procstream.h.
References procstreambase::open().
|
inline |
Definition at line 171 of file procstream.h.
References procstreambase::open().
|
private |
|
inlineprivateinherited |
Definition at line 73 of file procstream.h.
Referenced by procstreambase::procstreambase().
|
inlineinherited |
Definition at line 65 of file procstream.h.
Referenced by output_system::clear_external_pager(), run_command_and_return_output(), and output_system::start_external_pager().
|
privateinherited |
Definition at line 71 of file procstream.h.
Referenced by procstreambase::procstreambase(), procstreambase::close(), and procstreambase::open().