Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RooFit::BidirMMapPipe::PollEntry Class Reference

for poll() interface

Definition at line 524 of file BidirMMapPipe.h.

Public Member Functions

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

Public Attributes

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

#include </home/sftnight/build/workspace/root-makedoc-v628/rootspi/rdoc/src/v6-28-00-patches/roofit/roofitcore/src/BidirMMapPipe.h>

Constructor & Destructor Documentation

◆ PollEntry() [1/2]

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

poll a pipe for all events

Definition at line 530 of file BidirMMapPipe.h.

◆ PollEntry() [2/2]

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

poll a pipe for specified events

Definition at line 533 of file BidirMMapPipe.h.

Member Data Documentation

◆ events

unsigned RooFit::BidirMMapPipe::PollEntry::events

events of interest (or'ed bitmask)

Definition at line 527 of file BidirMMapPipe.h.

◆ pipe

BidirMMapPipe* RooFit::BidirMMapPipe::PollEntry::pipe

pipe of interest

Definition at line 526 of file BidirMMapPipe.h.

◆ revents

unsigned RooFit::BidirMMapPipe::PollEntry::revents

events that happened (or'ed bitmask)

Definition at line 528 of file BidirMMapPipe.h.

  • roofit/roofitcore/src/BidirMMapPipe.h