This struct contains the necessary information for every Event_Handler entry. The reason the event is not in this structure is because we need to pass an event array into WaitForMultipleObjects and therefore keeping the events separate makes sense.
More...
#include <WFMO_Reactor.h>
This struct contains the necessary information for every Event_Handler entry. The reason the event is not in this structure is because we need to pass an event array into WaitForMultipleObjects and therefore keeping the events separate makes sense.
◆ Common_Info()
ACE_WFMO_Reactor_Handler_Repository::Common_Info::Common_Info |
( |
| ) |
|
|
inline |
Constructor used for initializing the structure.
◆ dump()
void ACE_WFMO_Reactor_Handler_Repository::Common_Info::dump |
( |
| ) |
const |
|
inline |
Dump the state of an object.
◆ reset()
void ACE_WFMO_Reactor_Handler_Repository::Common_Info::reset |
( |
| ) |
|
|
inline |
Reset the state of the structure.
◆ set() [1/2]
Set the structure to these new values.
◆ set() [2/2]
void ACE_WFMO_Reactor_Handler_Repository::Common_Info::set |
( |
Common_Info & | common_info | ) |
|
|
inline |
Set the structure to these new values.
◆ close_masks_
These are the masks related to handle_close() for the Event_Handler. This is only valid when delete_entry_ is set.
◆ delete_entry_
bool ACE_WFMO_Reactor_Handler_Repository::Common_Info::delete_entry_ |
This is set when the entry needed to be deleted.
◆ delete_event_
bool ACE_WFMO_Reactor_Handler_Repository::Common_Info::delete_event_ |
This flag indicates that WFMO_Reactor created the event on behalf of the user. Therefore we need to clean this up when the Event_Handler removes itself from WFMO_Reactor. This entry is only valid if the io_entry_ flag is true.
◆ event_handler_
The associated Event_Handler.
◆ io_entry_
bool ACE_WFMO_Reactor_Handler_Repository::Common_Info::io_entry_ |
This indicates whether this entry is for I/O or for a regular event
◆ io_handle_
ACE_HANDLE ACE_WFMO_Reactor_Handler_Repository::Common_Info::io_handle_ |
The I/O handle related to the Event_Handler. This entry is only valid if the io_entry_ flag is true.
◆ network_events_
long ACE_WFMO_Reactor_Handler_Repository::Common_Info::network_events_ |
This is the set of events that the Event_Handler is interested in. This entry is only valid if the io_entry_ flag is true.
The documentation for this class was generated from the following files: