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


Public Member Functions | |
| Suspended_Info (void) | |
| Constructor used for initializing the structure. | |
| 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=0, bool resume_entry=false) |
| Set the structure to these new values. | |
| void | set (ACE_HANDLE event_handle, Common_Info &common_info, bool resume_entry=false) |
| Set the structure to these new values. | |
| void | dump (void) const |
| Dump the state of an object. | |
Public Attributes | |
| ACE_HANDLE | event_handle_ |
| Handle for the event. | |
| bool | resume_entry_ |
| This is set when the entry needed to be resumed. | |
This structure inherits from the common structure to add information for suspended entries.
Constructor used for initializing the structure.
|
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.
Handle for the event.
This is set when the entry needed to be resumed.
1.8.0-20120409