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

Definition at line 83 of file RLoopManager.hxx.

Public Member Functions

 ROneTimeCallback (Callback_t &&f, unsigned int nSlots)
void operator() (unsigned int slot)

Private Attributes

const Callback_t fFun
std::vector< intfHasBeenCalled

#include <ROOT/RDF/RLoopManager.hxx>

Constructor & Destructor Documentation

◆ ROneTimeCallback()

ROOT::Internal::RDF::ROneTimeCallback::ROneTimeCallback ( Callback_t && f,
unsigned int nSlots )
inline

Definition at line 88 of file RLoopManager.hxx.

Member Function Documentation

◆ operator()()

void ROOT::Internal::RDF::ROneTimeCallback::operator() ( unsigned int slot)
inline

Definition at line 90 of file RLoopManager.hxx.

Member Data Documentation

◆ fFun

const Callback_t ROOT::Internal::RDF::ROneTimeCallback::fFun
private

Definition at line 84 of file RLoopManager.hxx.

◆ fHasBeenCalled

std::vector<int> ROOT::Internal::RDF::ROneTimeCallback::fHasBeenCalled
private

Definition at line 85 of file RLoopManager.hxx.


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