Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

ACE_Event_Tuple Class Reference

An ACE_Event_Handler and its associated ACE_HANDLE. More...

#include <Select_Reactor_Base.h>

Collaboration diagram for ACE_Event_Tuple:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ACE_Event_Tuple (void)
 Default constructor.
 ACE_Event_Tuple (ACE_Event_Handler *eh, ACE_HANDLE h)
 Constructor.
 ~ACE_Event_Tuple (void)
 Destructor.
bool operator== (const ACE_Event_Tuple &rhs) const
 Equality operator.
bool operator!= (const ACE_Event_Tuple &rhs) const
 Inequality operator.

Public Attributes

ACE_HANDLE handle_
 Handle.
ACE_Event_Handlerevent_handler_
 <ace_event_handler> associated with the <ace_handle>.

Detailed Description

An ACE_Event_Handler and its associated ACE_HANDLE.

One <ace_event_handler> is registered for one or more <ace_handle>. At various points, this information must be stored explicitly. This class provides a lightweight mechanism to do so.


Constructor & Destructor Documentation

ACE_INLINE ACE_Event_Tuple::ACE_Event_Tuple void   ) 
 

Default constructor.

ACE_INLINE ACE_Event_Tuple::ACE_Event_Tuple ACE_Event_Handler eh,
ACE_HANDLE  h
 

Constructor.

ACE_INLINE ACE_Event_Tuple::~ACE_Event_Tuple void   ) 
 

Destructor.


Member Function Documentation

ACE_INLINE bool ACE_Event_Tuple::operator!= const ACE_Event_Tuple rhs  )  const
 

Inequality operator.

ACE_INLINE bool ACE_Event_Tuple::operator== const ACE_Event_Tuple rhs  )  const
 

Equality operator.


Member Data Documentation

ACE_Event_Handler* ACE_Event_Tuple::event_handler_
 

<ace_event_handler> associated with the <ace_handle>.

ACE_HANDLE ACE_Event_Tuple::handle_
 

Handle.


The documentation for this class was generated from the following files:
Generated on Wed Jun 8 23:55:34 2005 for ACE by  doxygen 1.3.9.1