Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Experimental::RNTupleGlobalRange Class Reference

Used to loop over indexes (entries or collections) between start and end.

Definition at line 40 of file RNTupleView.hxx.

Classes

class  RIterator
 

Public Member Functions

 RNTupleGlobalRange (NTupleSize_t start, NTupleSize_t end)
 
RIterator begin ()
 
RIterator end ()
 

Private Attributes

const NTupleSize_t fEnd
 
const NTupleSize_t fStart
 

#include <ROOT/RNTupleView.hxx>

Constructor & Destructor Documentation

◆ RNTupleGlobalRange()

ROOT::Experimental::RNTupleGlobalRange::RNTupleGlobalRange ( NTupleSize_t  start,
NTupleSize_t  end 
)
inline

Definition at line 68 of file RNTupleView.hxx.

Member Function Documentation

◆ begin()

RIterator ROOT::Experimental::RNTupleGlobalRange::begin ( )
inline

Definition at line 69 of file RNTupleView.hxx.

◆ end()

RIterator ROOT::Experimental::RNTupleGlobalRange::end ( )
inline

Definition at line 70 of file RNTupleView.hxx.

Member Data Documentation

◆ fEnd

const NTupleSize_t ROOT::Experimental::RNTupleGlobalRange::fEnd
private

Definition at line 43 of file RNTupleView.hxx.

◆ fStart

const NTupleSize_t ROOT::Experimental::RNTupleGlobalRange::fStart
private

Definition at line 42 of file RNTupleView.hxx.

Libraries for ROOT::Experimental::RNTupleGlobalRange:

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