Logo ROOT   6.14/05
Reference Guide
List of all members | Public Member Functions | Private Attributes | List of all members
ROOT::Detail::RDF::RLoopManager::TCallback Class Reference

Definition at line 94 of file RDFNodes.hxx.

Public Member Functions

 TCallback (ULong64_t everyN, Callback_t &&f, unsigned int nSlots)
 
void operator() (unsigned int slot)
 

Private Attributes

std::vector< ULong64_tfCounters
 
const ULong64_t fEveryN
 
const Callback_t fFun
 

Constructor & Destructor Documentation

◆ TCallback()

ROOT::Detail::RDF::RLoopManager::TCallback::TCallback ( ULong64_t  everyN,
Callback_t &&  f,
unsigned int  nSlots 
)
inline

Definition at line 100 of file RDFNodes.hxx.

Member Function Documentation

◆ operator()()

void ROOT::Detail::RDF::RLoopManager::TCallback::operator() ( unsigned int  slot)
inline

Definition at line 105 of file RDFNodes.hxx.

Member Data Documentation

◆ fCounters

std::vector<ULong64_t> ROOT::Detail::RDF::RLoopManager::TCallback::fCounters
private

Definition at line 97 of file RDFNodes.hxx.

◆ fEveryN

const ULong64_t ROOT::Detail::RDF::RLoopManager::TCallback::fEveryN
private

Definition at line 96 of file RDFNodes.hxx.

◆ fFun

const Callback_t ROOT::Detail::RDF::RLoopManager::TCallback::fFun
private

Definition at line 95 of file RDFNodes.hxx.

Libraries for ROOT::Detail::RDF::RLoopManager::TCallback:
[legend]

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