|
|
|
|
|
|
|
|
|
|
|
|||||||
#include <winstl_pipe.h>
Public Types | |
| typedef pipe | class_type |
| The class type. | |
| typedef windows_exception_policy | exception_policy_type |
| The exception policy type. | |
Public Methods | |
Construction | |
Accessors | |
| HANDLE | read_handle () const |
| Returns the read handle of the pipe. | |
Operations | |
| void | close_read () |
| Closes the read handle, if not already closed. | |
| void | close_write () |
| Closes the write handle, if not already closed. | |
| void | close () |
| Closes the read and write handles, if not already closed. | |
|
|
The class type.
|
|
|
The exception policy type.
|
|
|
Closes the read and write handles, if not already closed.
|
|
|
Closes the read handle, if not already closed.
|
|
|
Closes the write handle, if not already closed.
|
|
|
Returns the read handle of the pipe.
|
|
|
| STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004 |