Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
Poco::EventImpl Class Reference

#include <Event_WIN32.h>

+ Inheritance diagram for Poco::EventImpl:

Protected Member Functions

 EventImpl (bool autoReset)
 
 ~EventImpl ()
 
void setImpl ()
 
void waitImpl ()
 
bool waitImpl (long milliseconds)
 
void resetImpl ()
 

Private Attributes

HANDLE _event
 

Detailed Description

Definition at line 29 of file Event_WIN32.h.

Constructor & Destructor Documentation

◆ EventImpl()

Poco::EventImpl::EventImpl ( bool autoReset)
protected

◆ ~EventImpl()

Poco::EventImpl::~EventImpl ( )
protected

Member Function Documentation

◆ resetImpl()

void Poco::EventImpl::resetImpl ( )
inlineprotected

Definition at line 56 of file Event_WIN32.h.

+ Here is the caller graph for this function:

◆ setImpl()

void Poco::EventImpl::setImpl ( )
inlineprotected

Definition at line 47 of file Event_WIN32.h.

+ Here is the caller graph for this function:

◆ waitImpl() [1/2]

void Poco::EventImpl::waitImpl ( )
protected
+ Here is the caller graph for this function:

◆ waitImpl() [2/2]

bool Poco::EventImpl::waitImpl ( long milliseconds)
protected
+ Here is the caller graph for this function:

Member Data Documentation

◆ _event

HANDLE Poco::EventImpl::_event
private

Definition at line 40 of file Event_WIN32.h.


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