#include <pprocess.h>
Inheritance diagram for P::ProcessIO:

Public Member Functions | |
| void | close () throw (IOError) |
| Close pipe's to child process. | |
| size_t | write (const char *buffer, size_t count) throw (IOError) |
| Write to process stdin. | |
| size_t | read (char *buffer, size_t count) throw (IOError) |
| Read from process stdout. | |
| size_t | readErr (char *buffer, size_t count) throw (IOError) |
| Read from process stderr. | |
Protected Member Functions | |
| ProcessIO (io_handle_t in, io_handle_t out, io_handle_t err) throw () | |
| ~ProcessIO () throw () | |
Friends | |
| class | Process |
Definition at line 37 of file pprocess.h.
|
||||||||||||||||
|
|
|
|
|
|
|
Close pipe's to child process.
Reimplemented from P::IODevice. |
|
||||||||||||
|
Read from process stdout.
Reimplemented from P::IODevice. |
|
||||||||||||
|
Read from process stderr.
|
|
||||||||||||
|
Write to process stdin.
Reimplemented from P::IODevice. |
|
|
Definition at line 38 of file pprocess.h. |
1.3.3