Go to the documentation of this file.
147 virtual const char*
what()
const throw() {
return "PipeError: error opening pipe\n";}
241 ssize_t
read(
char* buf,
size_t max_num);
275 ssize_t
write(
const char* str);
295 ssize_t
write(
const char* buf,
size_t num);