ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes | List of all members
BidirMMapPipe::PollEntry Class Reference

for poll() interface

Definition at line 508 of file BidirMMapPipe.h.

Public Member Functions

 PollEntry (BidirMMapPipe *_pipe)
 poll a pipe for all events More...
 
 PollEntry (BidirMMapPipe *_pipe, int _events)
 poll a pipe for specified events More...
 

Public Attributes

BidirMMapPipepipe
 pipe of interest More...
 
unsigned events
 events of interest (or'ed bitmask) More...
 
unsigned revents
 events that happened (or'ed bitmask) More...
 

#include </mnt/vdb/lsf/workspace/root-makedoc/rootspi/rdoc/src/master/roofit/roofitcore/src/BidirMMapPipe.h>

Constructor & Destructor Documentation

BidirMMapPipe::PollEntry::PollEntry ( BidirMMapPipe _pipe)
inline

poll a pipe for all events

Definition at line 514 of file BidirMMapPipe.h.

BidirMMapPipe::PollEntry::PollEntry ( BidirMMapPipe _pipe,
int  _events 
)
inline

poll a pipe for specified events

Definition at line 517 of file BidirMMapPipe.h.

Member Data Documentation

unsigned BidirMMapPipe::PollEntry::events

events of interest (or'ed bitmask)

Definition at line 511 of file BidirMMapPipe.h.

Referenced by BidirMMapPipe::poll().

BidirMMapPipe* BidirMMapPipe::PollEntry::pipe

pipe of interest

Definition at line 510 of file BidirMMapPipe.h.

Referenced by BidirMMapPipe::poll().

unsigned BidirMMapPipe::PollEntry::revents

events that happened (or'ed bitmask)

Definition at line 512 of file BidirMMapPipe.h.

Referenced by BidirMMapPipe::poll().

Collaboration diagram for BidirMMapPipe::PollEntry:
[legend]

The documentation for this class was generated from the following file: