This structure inherits from the common structure to add information for suspended entries.
More...
|
| | Suspended_Info () |
| | Constructor used for initializing the structure.
|
| |
| void | reset () |
| | 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 () const |
| | Dump the state of an object.
|
| |
| | Common_Info () |
| | Constructor used for initializing the structure.
|
| |
| void | reset () |
| | 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, 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.
|
| |
| void | dump () const |
| | Dump the state of an object.
|
| |
This structure inherits from the common structure to add information for suspended entries.