ACE
6.3.3
|
An ACE_Event_Handler and its associated ACE_HANDLE. More...
#include <Select_Reactor_Base.h>
Public Member Functions | |
ACE_Event_Tuple (void) | |
Default constructor. More... | |
ACE_Event_Tuple (ACE_Event_Handler *eh, ACE_HANDLE h) | |
Constructor. More... | |
bool | operator== (const ACE_Event_Tuple &rhs) const |
Equality operator. More... | |
bool | operator!= (const ACE_Event_Tuple &rhs) const |
Inequality operator. More... | |
Public Attributes | |
ACE_HANDLE | handle_ |
Handle. More... | |
ACE_Event_Handler * | event_handler_ |
ACE_Event_Handler associated with the ACE_HANDLE. More... | |
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.
|
inline |
Default constructor.
|
inline |
Constructor.
|
inline |
Inequality operator.
|
inline |
Equality operator.
ACE_Event_Handler* ACE_Event_Tuple::event_handler_ |
ACE_Event_Handler associated with the ACE_HANDLE.
ACE_HANDLE ACE_Event_Tuple::handle_ |
Handle.