Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
Poco::AbstractEvent< void, TStrategy, TDelegate, TMutex >::NotifyAsyncParams Struct Reference

#include <AbstractEvent.h>

+ Collaboration diagram for Poco::AbstractEvent< void, TStrategy, TDelegate, TMutex >::NotifyAsyncParams:

Public Member Functions

 NotifyAsyncParams (const void *pSend)
 

Public Attributes

SharedPtr< TStrategy > ptrStrat
 
const void * pSender
 
bool enabled
 

Detailed Description

template<class TStrategy, class TDelegate, class TMutex>
struct Poco::AbstractEvent< void, TStrategy, TDelegate, TMutex >::NotifyAsyncParams

Definition at line 521 of file AbstractEvent.h.

Constructor & Destructor Documentation

◆ NotifyAsyncParams()

template<class TStrategy , class TDelegate , class TMutex >
Poco::AbstractEvent< void, TStrategy, TDelegate, TMutex >::NotifyAsyncParams::NotifyAsyncParams ( const void * pSend)
inline

Definition at line 527 of file AbstractEvent.h.

Member Data Documentation

◆ enabled

template<class TStrategy , class TDelegate , class TMutex >
bool Poco::AbstractEvent< void, TStrategy, TDelegate, TMutex >::NotifyAsyncParams::enabled

Definition at line 525 of file AbstractEvent.h.

◆ pSender

template<class TStrategy , class TDelegate , class TMutex >
const void* Poco::AbstractEvent< void, TStrategy, TDelegate, TMutex >::NotifyAsyncParams::pSender

Definition at line 524 of file AbstractEvent.h.

◆ ptrStrat

template<class TStrategy , class TDelegate , class TMutex >
SharedPtr<TStrategy> Poco::AbstractEvent< void, TStrategy, TDelegate, TMutex >::NotifyAsyncParams::ptrStrat

Definition at line 523 of file AbstractEvent.h.


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