#include <UT_ReadPipe.h>
Public Member Functions | |
| UT_ReadPipe (const char *cmd=0) | |
| ~UT_ReadPipe () | |
| FILE * | open (const char *cmd) |
| int | close () |
| FILE * | getFilePtr () |
| int | getErrno () const |
| int | getStatus () const |
| pid_t | getPid () const |
Definition at line 29 of file UT_ReadPipe.h.
| UT_ReadPipe::UT_ReadPipe | ( | const char * | cmd = 0 |
) | [explicit] |
| UT_ReadPipe::~UT_ReadPipe | ( | ) |
| int UT_ReadPipe::close | ( | ) |
| int UT_ReadPipe::getErrno | ( | ) | const [inline] |
Definition at line 42 of file UT_ReadPipe.h.
| FILE* UT_ReadPipe::getFilePtr | ( | ) | [inline] |
Definition at line 39 of file UT_ReadPipe.h.
| pid_t UT_ReadPipe::getPid | ( | ) | const [inline] |
Definition at line 49 of file UT_ReadPipe.h.
| int UT_ReadPipe::getStatus | ( | void | ) | const [inline] |
Definition at line 46 of file UT_ReadPipe.h.
| FILE* UT_ReadPipe::open | ( | const char * | cmd | ) |
1.5.9