1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
.TH ACE_Notification_Buffer 3 "1 Dec 2001" "ACE" \" -*- nroff -*-
.ad l
.nh
.SH NAME
ACE_Notification_Buffer \- Simple wrapper for passing s and s between threads.
.SH SYNOPSIS
.br
.PP
\fC#include <Event_Handler.h>\fR
.PP
.SS Public Methods
.in +1c
.ti -1c
.RI "\fBACE_Notification_Buffer\fR (void)"
.br
.ti -1c
.RI "\fBACE_Notification_Buffer\fR (\fBACE_Event_Handler\fR *eh, \fBACE_Reactor_Mask\fR mask)"
.br
.ti -1c
.RI "\fB~ACE_Notification_Buffer\fR (void)"
.br
.RI "\fIDefault dtor.\fR"
.in -1c
.SS Public Attributes
.in +1c
.ti -1c
.RI "\fBACE_Event_Handler\fR* \fBeh_\fR"
.br
.RI "\fIPointer to the Event_Handler that will be dispatched by the main event loop.\fR"
.ti -1c
.RI "\fBACE_Reactor_Mask\fR \fBmask_\fR"
.br
.RI "\fIMask that indicates which method to call.\fR"
.in -1c
.SH DETAILED DESCRIPTION
.PP
Simple wrapper for passing s and s between threads.
.PP
.SH CONSTRUCTOR & DESTRUCTOR DOCUMENTATION
.PP
.SS ACE_Notification_Buffer::ACE_Notification_Buffer (void)
.PP
.SS ACE_Notification_Buffer::ACE_Notification_Buffer (\fBACE_Event_Handler\fR * eh, \fBACE_Reactor_Mask\fR mask)
.PP
.SS ACE_Notification_Buffer::~ACE_Notification_Buffer (void)
.PP
Default dtor.
.PP
.SH MEMBER DATA DOCUMENTATION
.PP
.SS \fBACE_Event_Handler\fR * ACE_Notification_Buffer::eh_
.PP
Pointer to the Event_Handler that will be dispatched by the main event loop.
.PP
.SS \fBACE_Reactor_Mask\fR ACE_Notification_Buffer::mask_
.PP
Mask that indicates which method to call.
.PP
.SH AUTHOR
.PP
Generated automatically by Doxygen for ACE from the source code.
|