Public Attributes

ACE_XtReactorID Class Reference

This little class is necessary due to the way that Microsoft implements sockets to be pointers rather than indices. More...

#include <XtReactor.h>

Collaboration diagram for ACE_XtReactorID:
Collaboration graph
[legend]

List of all members.

Public Attributes

XtInputId id_
 Magic cookie.
ACE_HANDLE handle_
 Underlying handle.
ACE_XtReactorIDnext_
 Pointer to next node in the linked list.

Detailed Description

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.


Member Data Documentation

Underlying handle.

Definition at line 45 of file XtReactor.h.

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.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines