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

Definition at line 45 of file RNTupleView.hxx.

Public Types

using difference_type = NTupleSize_t
 
using iterator = RIterator
 
using iterator_category = std::forward_iterator_tag
 
using pointer = NTupleSize_t *
 
using reference = NTupleSize_t &
 
using value_type = NTupleSize_t
 

Public Member Functions

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

Private Attributes

NTupleSize_t fIndex = kInvalidNTupleIndex
 

#include <ROOT/RNTupleView.hxx>

Member Typedef Documentation

◆ difference_type

◆ iterator

◆ iterator_category

Definition at line 50 of file RNTupleView.hxx.

◆ pointer

◆ reference

◆ value_type

Constructor & Destructor Documentation

◆ RIterator() [1/2]

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

◆ RIterator() [2/2]

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

Definition at line 57 of file RNTupleView.hxx.

◆ ~RIterator()

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

Member Function Documentation

◆ operator!=()

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

Definition at line 65 of file RNTupleView.hxx.

◆ operator*()

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

Definition at line 62 of file RNTupleView.hxx.

◆ operator++() [1/2]

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

Definition at line 61 of file RNTupleView.hxx.

◆ operator++() [2/2]

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

Definition at line 60 of file RNTupleView.hxx.

◆ operator->()

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

Definition at line 63 of file RNTupleView.hxx.

◆ operator==()

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

Definition at line 64 of file RNTupleView.hxx.

Member Data Documentation

◆ fIndex

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

Definition at line 47 of file RNTupleView.hxx.

Libraries for ROOT::Experimental::RNTupleGlobalRange::RIterator:

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