Definition at line 33 of file RRangeBase.hxx.
Public Member Functions | |
| RRangeBase (const RRangeBase &)=delete | |
| RRangeBase (RLoopManager *implPtr, unsigned int start, unsigned int stop, unsigned int stride, const unsigned int nSlots, const std::vector< std::string > &prevVariations) | |
| RRangeBase (RRangeBase &&)=delete | |
| ~RRangeBase () override | |
| void | InitNode () |
| RRangeBase & | operator= (const RRangeBase &)=delete |
| RRangeBase & | operator= (RRangeBase &&)=delete |
Protected Attributes | |
| bool | fHasStopped {false} |
| True if the end of the range has been reached. | |
| Long64_t | fLastCheckedEntry {-1} |
| bool | fLastResult {true} |
| ULong64_t | fNProcessedEntries {0} |
| const unsigned int | fNSlots |
| Number of thread slots used by this node, inherited from parent node. | |
| unsigned int | fStart |
| unsigned int | fStop |
| unsigned int | fStride |
| std::unordered_map< std::string, std::shared_ptr< RRangeBase > > | fVariedRanges |
#include <ROOT/RDF/RRangeBase.hxx>
| RRangeBase::RRangeBase | ( | RLoopManager * | implPtr, |
| unsigned int | start, | ||
| unsigned int | stop, | ||
| unsigned int | stride, | ||
| const unsigned int | nSlots, | ||
| const std::vector< std::string > & | prevVariations ) |
Definition at line 15 of file RRangeBase.cxx.
|
delete |
|
delete |
|
overridedefault |
| void RRangeBase::InitNode | ( | ) |
Definition at line 21 of file RRangeBase.cxx.
|
delete |
|
delete |
|
protected |
True if the end of the range has been reached.
Definition at line 41 of file RRangeBase.hxx.
|
protected |
Definition at line 38 of file RRangeBase.hxx.
|
protected |
Definition at line 39 of file RRangeBase.hxx.
|
protected |
Definition at line 40 of file RRangeBase.hxx.
|
protected |
Number of thread slots used by this node, inherited from parent node.
Definition at line 42 of file RRangeBase.hxx.
|
protected |
Definition at line 35 of file RRangeBase.hxx.
|
protected |
Definition at line 36 of file RRangeBase.hxx.
|
protected |
Definition at line 37 of file RRangeBase.hxx.
|
protected |
Definition at line 43 of file RRangeBase.hxx.