Logo ROOT   6.07/09
Reference Guide
List of all members | Public Member Functions | Public Attributes | List of all members
BidirMMapPipe::PollEntry Class Reference

for poll() interface

Definition at line 523 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

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

#include </mnt/vdb/lsf/workspace/root-makedoc-v608/rootspi/rdoc/src/v6-08-00-patches/roofit/roofitcore/src/BidirMMapPipe.h>

Constructor & Destructor Documentation

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

poll a pipe for all events

Definition at line 529 of file BidirMMapPipe.h.

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

poll a pipe for specified events

Definition at line 532 of file BidirMMapPipe.h.

Member Data Documentation

unsigned BidirMMapPipe::PollEntry::events

events of interest (or'ed bitmask)

Definition at line 526 of file BidirMMapPipe.h.

BidirMMapPipe* BidirMMapPipe::PollEntry::pipe

pipe of interest

Definition at line 525 of file BidirMMapPipe.h.

unsigned BidirMMapPipe::PollEntry::revents

events that happened (or'ed bitmask)

Definition at line 527 of file BidirMMapPipe.h.


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