ACE 8.0.0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ACE_WFMO_Reactor_Handler_Repository::Suspended_Info Class Reference

This structure inherits from the common structure to add information for suspended entries. More...

#include <WFMO_Reactor.h>

Inheritance diagram for ACE_WFMO_Reactor_Handler_Repository::Suspended_Info:
Inheritance graph
[legend]
Collaboration diagram for ACE_WFMO_Reactor_Handler_Repository::Suspended_Info:
Collaboration graph
[legend]

Public Member Functions

 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.
 
- Public Member Functions inherited from ACE_WFMO_Reactor_Handler_Repository::Common_Info
 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.
 

Public Attributes

ACE_HANDLE event_handle_
 Handle for the event.
 
bool resume_entry_
 This is set when the entry needed to be resumed.
 
- Public Attributes inherited from ACE_WFMO_Reactor_Handler_Repository::Common_Info
bool io_entry_
 
ACE_Event_Handlerevent_handler_
 The associated 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_
 

Detailed Description

This structure inherits from the common structure to add information for suspended entries.

Constructor & Destructor Documentation

◆ Suspended_Info()

ACE_WFMO_Reactor_Handler_Repository::Suspended_Info::Suspended_Info ( )
inline

Constructor used for initializing the structure.

Member Function Documentation

◆ dump()

void ACE_WFMO_Reactor_Handler_Repository::Suspended_Info::dump ( ) const
inline

Dump the state of an object.

◆ reset()

void ACE_WFMO_Reactor_Handler_Repository::Suspended_Info::reset ( )
inline

Reset the state of the structure.

◆ set() [1/2]

void ACE_WFMO_Reactor_Handler_Repository::Suspended_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 = 0,
bool resume_entry = false )
inline

Set the structure to these new values.

◆ set() [2/2]

void ACE_WFMO_Reactor_Handler_Repository::Suspended_Info::set ( ACE_HANDLE event_handle,
Common_Info & common_info,
bool resume_entry = false )
inline

Set the structure to these new values.

Member Data Documentation

◆ event_handle_

ACE_HANDLE ACE_WFMO_Reactor_Handler_Repository::Suspended_Info::event_handle_

Handle for the event.

◆ resume_entry_

bool ACE_WFMO_Reactor_Handler_Repository::Suspended_Info::resume_entry_

This is set when the entry needed to be resumed.


The documentation for this class was generated from the following files: