#include <Event.h>
Inheritance diagram for Event:
Public Member Functions | |
Event (bool b=false) throw (SysError) | |
virtual | ~Event () |
CONDVARPTR | handle () const |
void | set () throw (SysError) |
void | reset () throw (SysError) |
void | flip () throw (SysError) |
virtual bool | wait (DWORD dwMillis=INFINITE) const |
operator bool () const | |
virtual bool | isSet () const |
void | operator= (bool b) |
Protected Attributes | |
RefCounted< Handle > | m_handle |
RefCounted< CriticalSection > | m_mutex |
bool | m_bSignaled |
|
|
|
|
|
|
|
|
|
Implements WaitableObject. |
|
|
|
|
|
|
|
|
|
Implements WaitableObject. |
|
|
|
|
|
|