#include <qpipe.h>
Collaboration diagram for QCA::QPipe:
Public Member Functions | |
QPipe (QObject *parent=0) | |
void | reset () |
bool | create () |
QPipeEnd & | readEnd () |
QPipeEnd & | writeEnd () |
This class creates a full buffer, consisting of two ends (QPipeEnd).
By default, the pipe ends are not inheritable by child processes. On Windows, the pipe is created with inheritability disabled. On Unix, the FD_CLOEXEC flag is set on each end's file descriptor.
|
Standard constructor.
|
|
reset the pipe
|
|
create the pipe
|
|
The read end of the pipe.
|
|
The write end of the pipe.
|