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

Definition at line 33 of file RNTupleRange.hxx.

Public Types

using difference_type = std::ptrdiff_t
using iterator = RIterator
using iterator_category = std::input_iterator_tag
using pointer = const ROOT::NTupleSize_t *
using reference = const ROOT::NTupleSize_t &
using value_type = ROOT::NTupleSize_t

Public Member Functions

 RIterator ()=default
 RIterator (ROOT::NTupleSize_t index)
 ~RIterator ()=default
bool operator!= (const iterator &rh) const
reference operator* () const
iteratoroperator++ ()
iterator operator++ (int)
pointer operator-> () const
bool operator== (const iterator &rh) const

Private Attributes

ROOT::NTupleSize_t fIndex = ROOT::kInvalidNTupleIndex

#include <ROOT/RNTupleRange.hxx>

Member Typedef Documentation

◆ difference_type

Definition at line 41 of file RNTupleRange.hxx.

◆ iterator

◆ iterator_category

Definition at line 39 of file RNTupleRange.hxx.

◆ pointer

◆ reference

◆ value_type

Constructor & Destructor Documentation

◆ RIterator() [1/2]

ROOT::RNTupleGlobalRange::RIterator::RIterator ( )
default

◆ RIterator() [2/2]

ROOT::RNTupleGlobalRange::RIterator::RIterator ( ROOT::NTupleSize_t index)
inlineexplicit

Definition at line 46 of file RNTupleRange.hxx.

◆ ~RIterator()

ROOT::RNTupleGlobalRange::RIterator::~RIterator ( )
default

Member Function Documentation

◆ operator!=()

bool ROOT::RNTupleGlobalRange::RIterator::operator!= ( const iterator & rh) const
inline

Definition at line 63 of file RNTupleRange.hxx.

◆ operator*()

reference ROOT::RNTupleGlobalRange::RIterator::operator* ( ) const
inline

Definition at line 60 of file RNTupleRange.hxx.

◆ operator++() [1/2]

iterator & ROOT::RNTupleGlobalRange::RIterator::operator++ ( )
inline

Definition at line 55 of file RNTupleRange.hxx.

◆ operator++() [2/2]

iterator ROOT::RNTupleGlobalRange::RIterator::operator++ ( int )
inline

Definition at line 49 of file RNTupleRange.hxx.

◆ operator->()

pointer ROOT::RNTupleGlobalRange::RIterator::operator-> ( ) const
inline

Definition at line 61 of file RNTupleRange.hxx.

◆ operator==()

bool ROOT::RNTupleGlobalRange::RIterator::operator== ( const iterator & rh) const
inline

Definition at line 62 of file RNTupleRange.hxx.

Member Data Documentation

◆ fIndex

ROOT::NTupleSize_t ROOT::RNTupleGlobalRange::RIterator::fIndex = ROOT::kInvalidNTupleIndex
private

Definition at line 35 of file RNTupleRange.hxx.


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