ACE
6.3.3
|
This structure contains information of the activated event handler. More...
#include <TP_Reactor.h>
Public Member Functions | |
ACE_EH_Dispatch_Info (void) | |
void | set (ACE_HANDLE handle, ACE_Event_Handler *event_handler, ACE_Reactor_Mask mask, ACE_EH_PTMF callback) |
bool | dispatch (void) const |
Public Attributes | |
ACE_HANDLE | handle_ |
ACE_Event_Handler * | event_handler_ |
ACE_Reactor_Mask | mask_ |
ACE_EH_PTMF | callback_ |
int | resume_flag_ |
bool | reference_counting_required_ |
Private Member Functions | |
ACE_EH_Dispatch_Info (const ACE_EH_Dispatch_Info &) | |
ACE_EH_Dispatch_Info & | operator= (const ACE_EH_Dispatch_Info &) |
Private Attributes | |
bool | dispatch_ |
This structure contains information of the activated event handler.
|
inline |
|
private |
|
inline |
|
private |
|
inline |
ACE_EH_PTMF ACE_EH_Dispatch_Info::callback_ |
|
private |
ACE_Event_Handler* ACE_EH_Dispatch_Info::event_handler_ |
ACE_HANDLE ACE_EH_Dispatch_Info::handle_ |
ACE_Reactor_Mask ACE_EH_Dispatch_Info::mask_ |
bool ACE_EH_Dispatch_Info::reference_counting_required_ |
int ACE_EH_Dispatch_Info::resume_flag_ |