#include <pstream.h>
Public Member Functions | |
opstream (const std::string &command) throw (std::runtime_error) | |
Constructor. | |
~opstream () throw (std::runtime_error) | |
Destructor. | |
const std::string & | command () const |
Private Attributes | |
void * | file_ |
const std::string & | command_ |
Definition at line 33 of file pstream.h.
|
Constructor. Create an output stream for data to send to a process.
|
|
Destructor. Also flushes the stream.
|
|
Definition at line 46 of file pstream.h. References command_. |
|
|
|
Definition at line 49 of file pstream.h. Referenced by command(). |
dvutil-0.13.9 | [17 August, 2003] |