#include <BasicPipe.h>
Public Member Functions | |
BasicPipe () | |
~BasicPipe () | |
void | closeOut () |
void | closeIn () |
int | getOutFD () |
int | getInFD () |
void | moveOutFD (int newFD) |
void | moveInFD (int newFD) |
std::istream * | getOutStream () |
std::ostream * | getInStream () |
Private Attributes | |
int | pipeFDs [2] |
bool | fdOpen [2] |
std::istream * | outStream |
std::ostream * | inStream |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|