#include <Select_Reactor_Base.h>
Collaboration diagram for ACE_Event_Tuple:
Public Methods | |
ACE_Event_Tuple (void) | |
Default constructor. | |
ACE_Event_Tuple (ACE_Event_Handler *eh, ACE_HANDLE h) | |
Constructor. | |
~ACE_Event_Tuple (void) | |
Destructor. | |
int | operator== (const ACE_Event_Tuple &rhs) const |
Equality operator. | |
int | operator!= (const ACE_Event_Tuple &rhs) const |
Inequality operator. | |
Public Attributes | |
ACE_HANDLE | handle_ |
Handle. | |
ACE_Event_Handler * | event_handler_ |
<ACE_Event_Handler> associated with the <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.
|
Default constructor.
|
|
Constructor.
|
|
Destructor.
|
|
Inequality operator.
|
|
Equality operator.
|
|
<ACE_Event_Handler> associated with the <ACE_HANDLE>.
|
|
Handle.
|