|
ACE
6.1.3
|
This structure inherits from the common structure to add information for <to_be_added> entries. More...
#include <WFMO_Reactor.h>


Public Member Functions | |
| To_Be_Added_Info (void) | |
| Default constructor. | |
| void | reset (void) |
| Reset the state of the structure. | |
| void | set (ACE_HANDLE event_handle, 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 (ACE_HANDLE event_handle, Common_Info &common_info, bool suspend_entry=false) |
| Set the structure to these new values. | |
| void | dump (void) const |
| Dump the state of an object. | |
Public Member Functions inherited from ACE_WFMO_Reactor_Handler_Repository::Common_Info | |
| Common_Info (void) | |
| Constructor used for initializing 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, ACE_Reactor_Mask close_masks) |
| Set the structure to these new values. | |
| void | set (Common_Info &common_info) |
| Set the structure to these new values. | |
Public Attributes | |
| ACE_HANDLE | event_handle_ |
| Handle for the event. | |
| bool | suspend_entry_ |
| This is set when the entry needed to be suspended. | |
Public Attributes inherited from ACE_WFMO_Reactor_Handler_Repository::Common_Info | |
| bool | io_entry_ |
| ACE_Event_Handler * | event_handler_ |
| The assosiated Event_Handler. | |
| ACE_HANDLE | io_handle_ |
| long | network_events_ |
| bool | delete_event_ |
| bool | delete_entry_ |
| This is set when the entry needed to be deleted. | |
| ACE_Reactor_Mask | close_masks_ |
This structure inherits from the common structure to add information for <to_be_added> entries.
|
inline |
Default constructor.
|
inline |
Dump the state of an object.
Reimplemented from ACE_WFMO_Reactor_Handler_Repository::Common_Info.
|
inline |
Reset the state of the structure.
Reimplemented from ACE_WFMO_Reactor_Handler_Repository::Common_Info.
|
inline |
Set the structure to these new values.
|
inline |
Set the structure to these new values.
| ACE_HANDLE ACE_WFMO_Reactor_Handler_Repository::To_Be_Added_Info::event_handle_ |
Handle for the event.
| bool ACE_WFMO_Reactor_Handler_Repository::To_Be_Added_Info::suspend_entry_ |
This is set when the entry needed to be suspended.
1.8.1.2