11#ifndef ROOT_RDF_RDATABLOCKNOTIFIER
12#define ROOT_RDF_RDATABLOCKNOTIFIER
39 std::vector<std::unique_ptr<TNotifyLink<RDataBlockFlag>>>
fNotifyLink;
TNotifyLink< RDataBlockFlag > & GetChainNotifyLink(unsigned int slot)
RDataBlockNotifier(unsigned int nSlots)
void UnsetFlag(unsigned int slot)
void SetFlag(unsigned int slot)
std::vector< RDataBlockFlag > fFlags
std::vector< std::unique_ptr< TNotifyLink< RDataBlockFlag > > > fNotifyLink
bool CheckFlag(unsigned int slot) const
Links multiple listeners to be notified on TChain file changes.
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...