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

Definition at line 87 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 RNTupleLocalIndex *
using reference = const RNTupleLocalIndex &
using value_type = RNTupleLocalIndex

Public Member Functions

 RIterator ()=default
 RIterator (RNTupleLocalIndex localIndex)
 ~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

RNTupleLocalIndex fLocalIndex

#include <ROOT/RNTupleRange.hxx>

Member Typedef Documentation

◆ difference_type

Definition at line 95 of file RNTupleRange.hxx.

◆ iterator

◆ iterator_category

Definition at line 93 of file RNTupleRange.hxx.

◆ pointer

◆ reference

◆ value_type

Constructor & Destructor Documentation

◆ RIterator() [1/2]

ROOT::RNTupleLocalRange::RIterator::RIterator ( )
default

◆ RIterator() [2/2]

ROOT::RNTupleLocalRange::RIterator::RIterator ( RNTupleLocalIndex localIndex)
inlineexplicit

Definition at line 100 of file RNTupleRange.hxx.

◆ ~RIterator()

ROOT::RNTupleLocalRange::RIterator::~RIterator ( )
default

Member Function Documentation

◆ operator!=()

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

Definition at line 117 of file RNTupleRange.hxx.

◆ operator*()

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

Definition at line 114 of file RNTupleRange.hxx.

◆ operator++() [1/2]

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

Definition at line 109 of file RNTupleRange.hxx.

◆ operator++() [2/2]

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

Definition at line 103 of file RNTupleRange.hxx.

◆ operator->()

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

Definition at line 115 of file RNTupleRange.hxx.

◆ operator==()

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

Definition at line 116 of file RNTupleRange.hxx.

Member Data Documentation

◆ fLocalIndex

RNTupleLocalIndex ROOT::RNTupleLocalRange::RIterator::fLocalIndex
private

Definition at line 89 of file RNTupleRange.hxx.


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