ACE  6.4.2
Public Member Functions | Public Attributes | List of all members
ACE_WFMO_Reactor_Handler_Repository::Current_Info Class Reference

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

#include <WFMO_Reactor.h>

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

Public Member Functions

 Current_Info (void)
 Default constructor. More...
 
void reset (void)
 Reset the state of the structure. More...
 
void set (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. More...
 
void set (Common_Info &common_info, bool suspend_entry=false)
 Set the structure to these new values. More...
 
void dump (ACE_HANDLE event_handle) const
 Dump the state of an object. More...
 
- Public Member Functions inherited from ACE_WFMO_Reactor_Handler_Repository::Common_Info
 Common_Info (void)
 Constructor used for initializing the structure. More...
 
void reset (void)
 Reset the state of the structure. More...
 
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. More...
 
void set (Common_Info &common_info)
 Set the structure to these new values. More...
 
void dump (void) const
 Dump the state of an object. More...
 

Public Attributes

bool suspend_entry_
 This is set when the entry needed to be suspended. More...
 
- Public Attributes inherited from ACE_WFMO_Reactor_Handler_Repository::Common_Info
bool io_entry_
 
ACE_Event_Handlerevent_handler_
 The assosiated Event_Handler. More...
 
ACE_HANDLE io_handle_
 
long network_events_
 
bool delete_event_
 
bool delete_entry_
 This is set when the entry needed to be deleted. More...
 
ACE_Reactor_Mask close_masks_
 

Detailed Description

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

Constructor & Destructor Documentation

ACE_WFMO_Reactor_Handler_Repository::Current_Info::Current_Info ( void  )
inline

Default constructor.

Member Function Documentation

void ACE_WFMO_Reactor_Handler_Repository::Current_Info::dump ( ACE_HANDLE  event_handle) const
inline

Dump the state of an object.

void ACE_WFMO_Reactor_Handler_Repository::Current_Info::reset ( void  )
inline

Reset the state of the structure.

void ACE_WFMO_Reactor_Handler_Repository::Current_Info::set ( 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.

void ACE_WFMO_Reactor_Handler_Repository::Current_Info::set ( Common_Info common_info,
bool  suspend_entry = false 
)
inline

Set the structure to these new values.

Member Data Documentation

bool ACE_WFMO_Reactor_Handler_Repository::Current_Info::suspend_entry_

This is set when the entry needed to be suspended.


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