ROOT  6.06/08
Reference Guide
Public Member Functions | Public Attributes | List of all members
BidirMMapPipe::PollEntry Class Reference

for poll() interface

Definition at line 520 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 </builddir/build/BUILD/root-6.06.08/roofit/roofitcore/src/BidirMMapPipe.h>

+ Collaboration diagram for BidirMMapPipe::PollEntry:

Constructor & Destructor Documentation

§ PollEntry() [1/2]

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

poll a pipe for all events

Definition at line 526 of file BidirMMapPipe.h.

§ PollEntry() [2/2]

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

poll a pipe for specified events

Definition at line 529 of file BidirMMapPipe.h.

Member Data Documentation

§ events

unsigned BidirMMapPipe::PollEntry::events

events of interest (or'ed bitmask)

Definition at line 523 of file BidirMMapPipe.h.

Referenced by BidirMMapPipe::poll().

§ pipe

BidirMMapPipe* BidirMMapPipe::PollEntry::pipe

pipe of interest

Definition at line 522 of file BidirMMapPipe.h.

Referenced by BidirMMapPipe::poll().

§ revents

unsigned BidirMMapPipe::PollEntry::revents

events that happened (or'ed bitmask)

Definition at line 524 of file BidirMMapPipe.h.

Referenced by BidirMMapPipe::poll().


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