Adapts UNIX-style process pipes to a std::iostream interface. More...
#include <rutz/pipe.h>
Public Member Functions | |
shell_pipe (const char *command, const char *mode) | |
std::iostream & | stream () |
int | close () |
bool | is_closed () const |
int | exit_status () const |
Adapts UNIX-style process pipes to a std::iostream interface.
Definition at line 56 of file pipe.h.