Logo ROOT   6.14/05
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/build/workspace/root-makedoc-v614/rootspi/rdoc/src/v6-14-00-patches/roofit/roofitcore/src/BidirMMapPipe.h>

Constructor & Destructor Documentation

◆ PollEntry() [1/2]

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

poll a pipe for all events

Definition at line 529 of file BidirMMapPipe.h.

◆ PollEntry() [2/2]

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

◆ events

unsigned BidirMMapPipe::PollEntry::events

events of interest (or'ed bitmask)

Definition at line 526 of file BidirMMapPipe.h.

◆ pipe

BidirMMapPipe* BidirMMapPipe::PollEntry::pipe

pipe of interest

Definition at line 525 of file BidirMMapPipe.h.

◆ revents

unsigned BidirMMapPipe::PollEntry::revents

events that happened (or'ed bitmask)

Definition at line 527 of file BidirMMapPipe.h.

Libraries for BidirMMapPipe::PollEntry:
[legend]

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