#include <UT_ReadWritePipe.h>
Public Member Functions | |
| UT_ReadWritePipe () | |
| ~UT_ReadWritePipe () | |
| bool | open (const char *cmd) |
| int | getErrno () const |
| bool | close () |
| int | getChildExitStatus () const |
| FILE * | getReadFile () |
| FILE * | getWriteFile () |
| pid_t | getChildPid () const |
Definition at line 29 of file UT_ReadWritePipe.h.
| UT_ReadWritePipe::UT_ReadWritePipe | ( | ) |
| UT_ReadWritePipe::~UT_ReadWritePipe | ( | ) |
| bool UT_ReadWritePipe::close | ( | ) |
| int UT_ReadWritePipe::getChildExitStatus | ( | ) | const [inline] |
Definition at line 50 of file UT_ReadWritePipe.h.
| pid_t UT_ReadWritePipe::getChildPid | ( | ) | const [inline] |
Definition at line 60 of file UT_ReadWritePipe.h.
| int UT_ReadWritePipe::getErrno | ( | ) | const [inline] |
Definition at line 42 of file UT_ReadWritePipe.h.
| FILE* UT_ReadWritePipe::getReadFile | ( | ) | [inline] |
Definition at line 56 of file UT_ReadWritePipe.h.
| FILE* UT_ReadWritePipe::getWriteFile | ( | ) | [inline] |
Definition at line 57 of file UT_ReadWritePipe.h.
| bool UT_ReadWritePipe::open | ( | const char * | cmd | ) |
1.5.9