![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXPipe.h>
Inheritance diagram for FX::FXPipe:

Public Member Functions | |
| FXPipe () | |
| FXPipe (FXInputHandle handle, FXuint mode) | |
| virtual bool | open (FXInputHandle handle, FXuint mode) |
| virtual FXival | readBlock (void *data, FXival count) |
| virtual FXival | writeBlock (const void *data, FXival count) |
| virtual bool | close () |
| virtual | ~FXPipe () |
Static Public Member Functions | |
| static bool | create (const FXString &file, FXuint perm=FXIO::OwnerReadWrite|FXIO::GroupReadWrite|FXIO::OtherReadWrite) |
|
|
Construct socket.
|
|
||||||||||||
|
Construct file and attach existing handle h.
|
|
|
Destroy.
|
|
||||||||||||
|
Open device with access mode and handle.
Reimplemented from FX::FXIO. |
|
||||||||||||
|
Read block of bytes, returning number of bytes read.
Reimplemented from FX::FXIO. |
|
||||||||||||
|
Write block of bytes, returning number of bytes written.
Reimplemented from FX::FXIO. |
|
|
Close socket.
Reimplemented from FX::FXIO. |
|
||||||||||||
|
Create a named pipe.
|
|
|