Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

ACE_Notification_Buffer Class Reference

Simple wrapper for passing <ACE_Event_Handler *>s and <ACE_Reactor_Mask>s between threads. More...

#include <Event_Handler.h>

Collaboration diagram for ACE_Notification_Buffer:

Collaboration graph
[legend]
List of all members.

Public Methods

 ACE_Notification_Buffer (void)
 ACE_Notification_Buffer (ACE_Event_Handler *eh, ACE_Reactor_Mask mask)
 ~ACE_Notification_Buffer (void)
 Default dtor. More...


Public Attributes

ACE_Event_Handlereh_
 Pointer to the Event_Handler that will be dispatched by the main event loop. More...

ACE_Reactor_Mask mask_
 Mask that indicates which method to call. More...


Detailed Description

Simple wrapper for passing <ACE_Event_Handler *>s and <ACE_Reactor_Mask>s between threads.


Constructor & Destructor Documentation

ACE_Notification_Buffer::ACE_Notification_Buffer void   
 

ACE_Notification_Buffer::ACE_Notification_Buffer ACE_Event_Handler   eh,
ACE_Reactor_Mask    mask
 

ACE_INLINE ACE_Notification_Buffer::~ACE_Notification_Buffer void   
 

Default dtor.


Member Data Documentation

ACE_Event_Handler* ACE_Notification_Buffer::eh_
 

Pointer to the Event_Handler that will be dispatched by the main event loop.

ACE_Reactor_Mask ACE_Notification_Buffer::mask_
 

Mask that indicates which method to call.


The documentation for this class was generated from the following files:
Generated on Wed Jan 15 19:10:55 2003 for ACE by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001