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

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

Definition at line 27 of file RNTupleRange.hxx.

Classes

class  RIterator

Public Member Functions

 RNTupleGlobalRange (ROOT::NTupleSize_t start, ROOT::NTupleSize_t end)
RIterator begin () const
RIterator end () const
bool IsValid () const
ROOT::NTupleSize_t size () const

Private Attributes

ROOT::NTupleSize_t fEnd
ROOT::NTupleSize_t fStart

#include <ROOT/RNTupleRange.hxx>

Constructor & Destructor Documentation

◆ RNTupleGlobalRange()

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

Definition at line 66 of file RNTupleRange.hxx.

Member Function Documentation

◆ begin()

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

Definition at line 67 of file RNTupleRange.hxx.

◆ end()

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

Definition at line 68 of file RNTupleRange.hxx.

◆ IsValid()

bool ROOT::RNTupleGlobalRange::IsValid ( ) const
inline

Definition at line 70 of file RNTupleRange.hxx.

◆ size()

ROOT::NTupleSize_t ROOT::RNTupleGlobalRange::size ( ) const
inline

Definition at line 69 of file RNTupleRange.hxx.

Member Data Documentation

◆ fEnd

ROOT::NTupleSize_t ROOT::RNTupleGlobalRange::fEnd
private

Definition at line 30 of file RNTupleRange.hxx.

◆ fStart

ROOT::NTupleSize_t ROOT::RNTupleGlobalRange::fStart
private

Definition at line 29 of file RNTupleRange.hxx.


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