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

Definition at line 87 of file RNTupleView.hxx.

Public Types

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

Public Member Functions

 RIterator ()=default
 
 RIterator (RClusterIndex 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

RClusterIndex fIndex
 

#include <ROOT/RNTupleView.hxx>

Member Typedef Documentation

◆ difference_type

◆ iterator

◆ iterator_category

Definition at line 92 of file RNTupleView.hxx.

◆ pointer

◆ reference

◆ value_type

Constructor & Destructor Documentation

◆ RIterator() [1/2]

ROOT::Experimental::RNTupleClusterRange::RIterator::RIterator ( )
default

◆ RIterator() [2/2]

ROOT::Experimental::RNTupleClusterRange::RIterator::RIterator ( RClusterIndex  index)
inlineexplicit

Definition at line 99 of file RNTupleView.hxx.

◆ ~RIterator()

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

Member Function Documentation

◆ operator!=()

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

Definition at line 107 of file RNTupleView.hxx.

◆ operator*()

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

Definition at line 104 of file RNTupleView.hxx.

◆ operator++() [1/2]

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

Definition at line 103 of file RNTupleView.hxx.

◆ operator++() [2/2]

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

Definition at line 102 of file RNTupleView.hxx.

◆ operator->()

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

Definition at line 105 of file RNTupleView.hxx.

◆ operator==()

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

Definition at line 106 of file RNTupleView.hxx.

Member Data Documentation

◆ fIndex

RClusterIndex ROOT::Experimental::RNTupleClusterRange::RIterator::fIndex
private

Definition at line 89 of file RNTupleView.hxx.

Libraries for ROOT::Experimental::RNTupleClusterRange::RIterator:

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