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  

event Class Reference

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

#include <winstl_event.h>

List of all members.

Public Methods

Construction
 event (ws_bool_t bManualReset, ws_bool_t bInitialState) winstl_throw_0()
 Creates the event.

 event (ws_char_a_t const *name, ws_bool_t bManualReset, ws_bool_t bInitialState) winstl_throw_0()
 Creates the event with the given name.

 event (ws_char_w_t const *name, ws_bool_t bManualReset, ws_bool_t bInitialState) winstl_throw_0()
 Creates the event with the given name.

 event (ws_char_a_t const *name, ws_bool_t bManualReset, ws_bool_t bInitialState, LPSECURITY_ATTRIBUTES psa) winstl_throw_0()
 Creates the event with the given name and security attributes.

 event (ws_char_w_t const *name, ws_bool_t bManualReset, ws_bool_t bInitialState, LPSECURITY_ATTRIBUTES psa) winstl_throw_0()
 Creates the event with the given name and security attributes.

 ~event ()
 Destroys the event instance.

Operations
void set () winstl_throw_0()
 Sets the state of the event to signalled.

void reset () winstl_throw_0()
 Sets the state of the event to signalled.

Accessors


Detailed Description

Class which wraps the Win32 EVENT synchronisation object.


Constructor & Destructor Documentation

event ws_bool_t    bManualReset,
ws_bool_t    bInitialState
[inline]
 

Creates the event.

event ws_char_a_t const *    name,
ws_bool_t    bManualReset,
ws_bool_t    bInitialState
[inline, explicit]
 

Creates the event with the given name.

event ws_char_w_t const *    name,
ws_bool_t    bManualReset,
ws_bool_t    bInitialState
[inline, explicit]
 

Creates the event with the given name.

event ws_char_a_t const *    name,
ws_bool_t    bManualReset,
ws_bool_t    bInitialState,
LPSECURITY_ATTRIBUTES    psa
[inline, explicit]
 

Creates the event with the given name and security attributes.

event ws_char_w_t const *    name,
ws_bool_t    bManualReset,
ws_bool_t    bInitialState,
LPSECURITY_ATTRIBUTES    psa
[inline, explicit]
 

Creates the event with the given name and security attributes.

~event   [inline]
 

Destroys the event instance.


Member Function Documentation

void reset   [inline]
 

Sets the state of the event to signalled.

void set   [inline]
 

Sets the state of the event to signalled.


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

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