STLSoft - ... Robust, Lightweight, Cross-platform, Template Software ... ATLSTL - Template Software for the Active Template Library COMSTL - The Standard Template Library meets the Component Object Model .netSTL - Standard Template Library meets the Microsoft.NET Common Language Runtime InetSTL - The Standard Template Library meets WinInet MFCSTL - Template Software for the Microsoft Foundation Classes UNIXSTL - Template Software for the UNIX Operating System WinSTL - where the Standard Template Library meets the Win32 API

Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

pipe Class Reference

Class which wraps the Win32 EVENT synchronisation object. More...

#include <winstl_pipe.h>

List of all members.

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.


Detailed Description

Class which wraps the Win32 EVENT synchronisation object.


Member Typedef Documentation

typedef pipe class_type
 

The class type.

typedef windows_exception_policy exception_policy_type
 

The exception policy type.


Member Function Documentation

void close   [inline]
 

Closes the read and write handles, if not already closed.

void close_read   [inline]
 

Closes the read handle, if not already closed.

void close_write   [inline]
 

Closes the write handle, if not already closed.

HANDLE read_handle   const [inline]
 

Returns the read handle of the pipe.


The documentation for this class was generated from the following file:

STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004