Logo ROOT  
Reference Guide
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Loading...
Searching...
No Matches
ROOT::RNTupleGlobalRange::RIterator Class Reference

Definition at line 36 of file RNTupleRange.hxx.

Public Types

using difference_type = ROOT::NTupleSize_t
 
using iterator = RIterator
 
using iterator_category = std::forward_iterator_tag
 
using pointer = ROOT::NTupleSize_t *
 
using reference = 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* ()
 
iteratoroperator++ ()
 
iterator operator++ (int)
 
pointer operator-> ()
 
bool operator== (const iterator &rh) const
 

Private Attributes

ROOT::NTupleSize_t fIndex = ROOT::kInvalidNTupleIndex
 

#include <ROOT/RNTupleRange.hxx>

Member Typedef Documentation

◆ difference_type

◆ iterator

◆ iterator_category

Definition at line 42 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 49 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 66 of file RNTupleRange.hxx.

◆ operator*()

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

Definition at line 63 of file RNTupleRange.hxx.

◆ operator++() [1/2]

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

Definition at line 58 of file RNTupleRange.hxx.

◆ operator++() [2/2]

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

Definition at line 52 of file RNTupleRange.hxx.

◆ operator->()

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

Definition at line 64 of file RNTupleRange.hxx.

◆ operator==()

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

Definition at line 65 of file RNTupleRange.hxx.

Member Data Documentation

◆ fIndex

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

Definition at line 38 of file RNTupleRange.hxx.

Libraries for ROOT::RNTupleGlobalRange::RIterator:

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