#include <cxxtools/posix/pipestream.h>
Public Member Functions | |
| Pipestreambuf (unsigned bufsize=8192) | |
| void | closeReadFd () |
| void | closeWriteFd () |
| int | getReadFd () const |
| int | getWriteFd () const |
| void | redirectStdout (bool close=true) |
| void | redirectStdin (bool close=true) |
| void | redirectStderr (bool close=true) |
| IODevice & | out () |
| IODevice & | in () |