This structure inherits from the common structure to add information for <to_be_added> entries.
More...
#include <WFMO_Reactor.h>
|
| | To_Be_Added_Info ()=default |
| | Default constructor.
|
| 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=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 () const |
| | Dump the state of an object.
|
| | Common_Info ()=default |
| | Default constructor.
|
| 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 <to_be_added> entries.
◆ To_Be_Added_Info()
| ACE_WFMO_Reactor_Handler_Repository::To_Be_Added_Info::To_Be_Added_Info |
( |
| ) |
|
|
default |
◆ dump()
| void ACE_WFMO_Reactor_Handler_Repository::To_Be_Added_Info::dump |
( |
| ) |
const |
|
inline |
Dump the state of an object.
◆ reset()
| void ACE_WFMO_Reactor_Handler_Repository::To_Be_Added_Info::reset |
( |
| ) |
|
|
inline |
Reset the state of the structure.
◆ set() [1/2]
| void ACE_WFMO_Reactor_Handler_Repository::To_Be_Added_Info::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 ) |
|
inline |
Set the structure to these new values.
◆ set() [2/2]
| void ACE_WFMO_Reactor_Handler_Repository::To_Be_Added_Info::set |
( |
ACE_HANDLE | event_handle, |
|
|
Common_Info & | common_info, |
|
|
bool | suspend_entry = false ) |
|
inline |
Set the structure to these new values.
◆ event_handle_
| ACE_HANDLE ACE_WFMO_Reactor_Handler_Repository::To_Be_Added_Info::event_handle_ { ACE_INVALID_HANDLE } |
◆ suspend_entry_
| bool ACE_WFMO_Reactor_Handler_Repository::To_Be_Added_Info::suspend_entry_ {} |
This is set when the entry needed to be suspended.
The documentation for this class was generated from the following files: