ACE 8.0.5
Loading...
Searching...
No Matches
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:

Public Member Functions

 ACE_Notification_Buffer ()
 ACE_Notification_Buffer (ACE_Event_Handler *eh, ACE_Reactor_Mask mask)
 ~ACE_Notification_Buffer ()=default
 Default destructor.

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.

Constructor & Destructor Documentation

◆ ACE_Notification_Buffer() [1/2]

ACE_Notification_Buffer::ACE_Notification_Buffer ( )

◆ ACE_Notification_Buffer() [2/2]

ACE_Notification_Buffer::ACE_Notification_Buffer ( ACE_Event_Handler * eh,
ACE_Reactor_Mask mask )

◆ ~ACE_Notification_Buffer()

ACE_Notification_Buffer::~ACE_Notification_Buffer ( )
default

Default destructor.

Member Data Documentation

◆ eh_

ACE_Event_Handler* ACE_Notification_Buffer::eh_

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

◆ mask_

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: