rutz::shell_pipe Class Reference
Adapts UNIX-style process pipes to a std::iostream interface.
More...
#include <rutz/pipe.h>
List of all members.
|
Public Member Functions |
| shell_pipe (const char *command, const char *mode) |
std::iostream & | stream () |
int | close () |
bool | is_closed () const |
int | exit_status () const |
Detailed Description
Adapts UNIX-style process pipes to a std::iostream interface.
Definition at line 56 of file pipe.h.
The documentation for this class was generated from the following files: