Inheritance diagram for Pipe:
Public Member Functions | |
BOOL | Create (uint32 bufsiz=1024) |
BOOL | Destroy () |
int32 | GetInput () |
int32 | GetOutput () |
int32 | GetInputDup () |
int32 | GetOutputDup () |
int32 | Read (PTR buffer, int32 size) |
int32 | Write (PTR buffer, int32 size) |
Public Attributes | |
BOOL | Valid |
Definition at line 3 of file pipe.hpp.