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

Definition at line 90 of file RNTupleRange.hxx.

Public Types

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

Public Member Functions

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

Private Attributes

RNTupleLocalIndex fLocalIndex
 

#include <ROOT/RNTupleRange.hxx>

Member Typedef Documentation

◆ difference_type

◆ iterator

◆ iterator_category

Definition at line 96 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 103 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 120 of file RNTupleRange.hxx.

◆ operator*()

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

Definition at line 117 of file RNTupleRange.hxx.

◆ operator++() [1/2]

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

Definition at line 112 of file RNTupleRange.hxx.

◆ operator++() [2/2]

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

Definition at line 106 of file RNTupleRange.hxx.

◆ operator->()

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

Definition at line 118 of file RNTupleRange.hxx.

◆ operator==()

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

Definition at line 119 of file RNTupleRange.hxx.

Member Data Documentation

◆ fLocalIndex

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

Definition at line 92 of file RNTupleRange.hxx.

Libraries for ROOT::RNTupleLocalRange::RIterator:

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