Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Internal::RDF::RDataBlockNotifier Class Reference

Definition at line 37 of file RDataBlockNotifier.hxx.

Public Member Functions

 RDataBlockNotifier (unsigned int nSlots)
 
bool CheckFlag (unsigned int slot) const
 
TNotifyLink< RDataBlockFlag > & GetChainNotifyLink (unsigned int slot)
 
void SetFlag (unsigned int slot)
 
void UnsetFlag (unsigned int slot)
 

Private Attributes

std::vector< RDataBlockFlagfFlags
 
std::vector< std::unique_ptr< TNotifyLink< RDataBlockFlag > > > fNotifyLink
 

#include <ROOT/RDF/RDataBlockNotifier.hxx>

Constructor & Destructor Documentation

◆ RDataBlockNotifier()

ROOT::Internal::RDF::RDataBlockNotifier::RDataBlockNotifier ( unsigned int  nSlots)
inline

Definition at line 43 of file RDataBlockNotifier.hxx.

Member Function Documentation

◆ CheckFlag()

bool ROOT::Internal::RDF::RDataBlockNotifier::CheckFlag ( unsigned int  slot) const
inline

Definition at line 44 of file RDataBlockNotifier.hxx.

◆ GetChainNotifyLink()

TNotifyLink< RDataBlockFlag > & ROOT::Internal::RDF::RDataBlockNotifier::GetChainNotifyLink ( unsigned int  slot)
inline

Definition at line 47 of file RDataBlockNotifier.hxx.

◆ SetFlag()

void ROOT::Internal::RDF::RDataBlockNotifier::SetFlag ( unsigned int  slot)
inline

Definition at line 45 of file RDataBlockNotifier.hxx.

◆ UnsetFlag()

void ROOT::Internal::RDF::RDataBlockNotifier::UnsetFlag ( unsigned int  slot)
inline

Definition at line 46 of file RDataBlockNotifier.hxx.

Member Data Documentation

◆ fFlags

std::vector<RDataBlockFlag> ROOT::Internal::RDF::RDataBlockNotifier::fFlags
private

Definition at line 40 of file RDataBlockNotifier.hxx.

◆ fNotifyLink

std::vector<std::unique_ptr<TNotifyLink<RDataBlockFlag> > > ROOT::Internal::RDF::RDataBlockNotifier::fNotifyLink
private

Definition at line 39 of file RDataBlockNotifier.hxx.

Libraries for ROOT::Internal::RDF::RDataBlockNotifier:

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