ACE_Notification_Buffer Class Reference

Simple wrapper for passing <ACE_Event_Handler *>s and s 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 s between threads.

Definition at line 364 of file Event_Handler.h.


Constructor & Destructor Documentation

ACE_Notification_Buffer::ACE_Notification_Buffer void   ) 
 

Definition at line 397 of file Event_Handler.cpp.

References ACE_TRACE.

00398 {
00399   ACE_TRACE ("ACE_Notification_Buffer::ACE_Notification_Buffer");
00400 }

ACE_Notification_Buffer::ACE_Notification_Buffer ACE_Event_Handler eh,
ACE_Reactor_Mask  mask
 

Definition at line 402 of file Event_Handler.cpp.

References ACE_Reactor_Mask, and ACE_TRACE.

00404   : eh_ (eh),
00405     mask_ (mask)
00406 {
00407   ACE_TRACE ("ACE_Notification_Buffer::ACE_Notification_Buffer");
00408 }

ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE ACE_Notification_Buffer::~ACE_Notification_Buffer void   ) 
 

Default dtor.

Definition at line 8 of file Event_Handler.inl.

00009 {
00010 }


Member Data Documentation

ACE_Event_Handler* ACE_Notification_Buffer::eh_
 

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

Definition at line 377 of file Event_Handler.h.

Referenced by ACE_Select_Reactor_Notify::dispatch_notify(), ACE_Dev_Poll_Reactor_Notify::dispatch_notify(), ACE_WFMO_Reactor_Notify::handle_signal(), ACE_Select_Reactor_Notify::is_dispatchable(), ACE_WFMO_Reactor_Notify::notify(), ACE_WFMO_Reactor_Notify::purge_pending_notifications(), ACE_Select_Reactor_Notify::purge_pending_notifications(), and ACE_Dev_Poll_Reactor_Notify::purge_pending_notifications().

ACE_Reactor_Mask ACE_Notification_Buffer::mask_
 

Mask that indicates which method to call.

Definition at line 380 of file Event_Handler.h.

Referenced by ACE_Select_Reactor_Notify::dispatch_notify(), ACE_Dev_Poll_Reactor_Notify::dispatch_notify(), ACE_WFMO_Reactor_Notify::handle_signal(), ACE_WFMO_Reactor_Notify::notify(), ACE_WFMO_Reactor_Notify::purge_pending_notifications(), ACE_Select_Reactor_Notify::purge_pending_notifications(), and ACE_Dev_Poll_Reactor_Notify::purge_pending_notifications().


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 11:25:51 2006 for ACE by doxygen 1.3.6