This little class is necessary due to the way that Microsoft implements sockets to be pointers rather than indices. More...
#include <XtReactor.h>

Public Attributes | |
| XtInputId | id_ |
| Magic cookie. | |
| ACE_HANDLE | handle_ |
| Underlying handle. | |
| ACE_XtReactorID * | next_ |
| Pointer to next node in the linked list. | |
This little class is necessary due to the way that Microsoft implements sockets to be pointers rather than indices.
Definition at line 38 of file XtReactor.h.
| ACE_HANDLE ACE_XtReactorID::handle_ |
Underlying handle.
Definition at line 45 of file XtReactor.h.
| XtInputId ACE_XtReactorID::id_ |
Magic cookie.
Definition at line 42 of file XtReactor.h.
Pointer to next node in the linked list.
Definition at line 48 of file XtReactor.h.
1.7.0