#include <pstream.h>
Public Member Functions | |
ipstream (const std::string &command) throw (std::runtime_error) | |
Constructor. | |
~ipstream () throw (std::runtime_error) | |
Destructor. | |
const std::string & | command () const |
Private Attributes | |
void * | file_ |
const std::string & | command_ |
Definition at line 13 of file pstream.h.
|
Constructor. Create an input stream for data produced by a command.
|
|
Destructor.
|
|
Definition at line 26 of file pstream.h. References command_. |
|
|
|
Definition at line 29 of file pstream.h. Referenced by command(). |
dvutil-0.13.9 | [17 August, 2003] |