ACE 8.0.0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
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]

Public Member Functions

 ACE_Event_Tuple ()
 Default constructor.
 
 ACE_Event_Tuple (ACE_Event_Handler *eh, ACE_HANDLE h)
 Constructor.
 
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_Event_Tuple() [1/2]

ACE_Event_Tuple::ACE_Event_Tuple ( )
inline

Default constructor.

◆ ACE_Event_Tuple() [2/2]

ACE_Event_Tuple::ACE_Event_Tuple ( ACE_Event_Handler * eh,
ACE_HANDLE h )
inline

Constructor.

Member Function Documentation

◆ operator!=()

bool ACE_Event_Tuple::operator!= ( const ACE_Event_Tuple & rhs) const
inline

Inequality operator.

◆ operator==()

bool ACE_Event_Tuple::operator== ( const ACE_Event_Tuple & rhs) const
inline

Equality operator.

Member Data Documentation

◆ event_handler_

ACE_Event_Handler* ACE_Event_Tuple::event_handler_

ACE_Event_Handler associated with the ACE_HANDLE.

◆ handle_

ACE_HANDLE ACE_Event_Tuple::handle_

Handle.


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