ACE
6.1.0
|
This structure inherits from the common structure to add information for current entries. More...
#include <WFMO_Reactor.h>
Public Member Functions | |
Current_Info (void) | |
Default constructor. | |
void | reset (void) |
Reset the state of the structure. | |
void | set (bool io_entry, ACE_Event_Handler *event_handler, ACE_HANDLE io_handle, long network_events, bool delete_event, bool delete_entry=false, ACE_Reactor_Mask close_masks=ACE_Event_Handler::NULL_MASK, bool suspend_entry=false) |
Set the structure to these new values. | |
void | set (Common_Info &common_info, bool suspend_entry=false) |
Set the structure to these new values. | |
void | dump (ACE_HANDLE event_handle) const |
Dump the state of an object. | |
Public Attributes | |
bool | suspend_entry_ |
This is set when the entry needed to be suspended. |
This structure inherits from the common structure to add information for current entries.
ACE_WFMO_Reactor_Handler_Repository::Current_Info::Current_Info | ( | void | ) | [inline] |
Default constructor.
void ACE_WFMO_Reactor_Handler_Repository::Current_Info::dump | ( | ACE_HANDLE | event_handle | ) | const [inline] |
Dump the state of an object.
void ACE_WFMO_Reactor_Handler_Repository::Current_Info::reset | ( | void | ) | [inline] |
Reset the state of the structure.
Reimplemented from ACE_WFMO_Reactor_Handler_Repository::Common_Info.
void ACE_WFMO_Reactor_Handler_Repository::Current_Info::set | ( | bool | io_entry, |
ACE_Event_Handler * | event_handler, | ||
ACE_HANDLE | io_handle, | ||
long | network_events, | ||
bool | delete_event, | ||
bool | delete_entry = false , |
||
ACE_Reactor_Mask | close_masks = ACE_Event_Handler::NULL_MASK , |
||
bool | suspend_entry = false |
||
) | [inline] |
Set the structure to these new values.
void ACE_WFMO_Reactor_Handler_Repository::Current_Info::set | ( | Common_Info & | common_info, |
bool | suspend_entry = false |
||
) | [inline] |
Set the structure to these new values.
This is set when the entry needed to be suspended.