ACE_Notification_Buffer Class Reference

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

#include <Event_Handler.h>

Collaboration diagram for ACE_Notification_Buffer:
Collaboration graph
[legend]

List of all members.

Public Member Functions

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

Public Attributes

ACE_Event_Handlereh_
ACE_Reactor_Mask mask_
 Mask that indicates which method to call.

Detailed Description

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

Definition at line 361 of file Event_Handler.h.


Constructor & Destructor Documentation

ACE_Notification_Buffer::ACE_Notification_Buffer ( void   ) 

Definition at line 379 of file Event_Handler.cpp.

00380   : eh_ (0),
00381     mask_ (ACE_Event_Handler::NULL_MASK)
00382 {
00383   ACE_TRACE ("ACE_Notification_Buffer::ACE_Notification_Buffer");
00384 }

ACE_Notification_Buffer::ACE_Notification_Buffer ( ACE_Event_Handler eh,
ACE_Reactor_Mask  mask 
)

Definition at line 386 of file Event_Handler.cpp.

00388   : eh_ (eh),
00389     mask_ (mask)
00390 {
00391   ACE_TRACE ("ACE_Notification_Buffer::ACE_Notification_Buffer");
00392 }

ACE_Notification_Buffer::~ACE_Notification_Buffer ( void   ) 

Default dtor.

Definition at line 8 of file Event_Handler.inl.

00009 {
00010 }


Member Data Documentation

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

Definition at line 374 of file Event_Handler.h.

Mask that indicates which method to call.

Definition at line 377 of file Event_Handler.h.


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

Generated on Sat Nov 21 23:17:21 2009 for ACE by  doxygen 1.6.1