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

Definition at line 149 of file RNTupleProcessor.hxx.

Classes

class  RProcessorState
 

Public Types

using difference_type = std::ptrdiff_t
 
using iterator = RIterator
 
using iterator_category = std::forward_iterator_tag
 
using pointer = RProcessorState *
 
using reference = const RProcessorState &
 
using value_type = RProcessorState
 

Public Member Functions

 RIterator (RNTupleProcessor &processor, std::size_t ntupleIndex, NTupleSize_t globalEntryIndex)
 
void Advance ()
 Increments the entry index.
 
bool operator!= (const iterator &rh) const
 
reference operator* ()
 
iterator operator++ ()
 
iterator operator++ (int)
 
bool operator== (const iterator &rh) const
 

Private Attributes

RNTupleProcessorfProcessor
 
RProcessorState fState
 

#include <ROOT/RNTupleProcessor.hxx>

Member Typedef Documentation

◆ difference_type

◆ iterator

◆ iterator_category

Definition at line 190 of file RNTupleProcessor.hxx.

◆ pointer

◆ reference

◆ value_type

Constructor & Destructor Documentation

◆ RIterator()

ROOT::Experimental::Internal::RNTupleProcessor::RIterator::RIterator ( RNTupleProcessor processor,
std::size_t  ntupleIndex,
NTupleSize_t  globalEntryIndex 
)
inline

Definition at line 197 of file RNTupleProcessor.hxx.

Member Function Documentation

◆ Advance()

void ROOT::Experimental::Internal::RNTupleProcessor::RIterator::Advance ( )
inline

Increments the entry index.

Checks if the end of the currently connected RNTuple is reached. If this is the case, either the next RNTuple is connected or the iterator has reached the end.

Definition at line 207 of file RNTupleProcessor.hxx.

◆ operator!=()

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

Definition at line 244 of file RNTupleProcessor.hxx.

◆ operator*()

reference ROOT::Experimental::Internal::RNTupleProcessor::RIterator::operator* ( )
inline

Definition at line 238 of file RNTupleProcessor.hxx.

◆ operator++() [1/2]

iterator ROOT::Experimental::Internal::RNTupleProcessor::RIterator::operator++ ( )
inline

Definition at line 225 of file RNTupleProcessor.hxx.

◆ operator++() [2/2]

iterator ROOT::Experimental::Internal::RNTupleProcessor::RIterator::operator++ ( int  )
inline

Definition at line 231 of file RNTupleProcessor.hxx.

◆ operator==()

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

Definition at line 245 of file RNTupleProcessor.hxx.

Member Data Documentation

◆ fProcessor

RNTupleProcessor& ROOT::Experimental::Internal::RNTupleProcessor::RIterator::fProcessor
private

Definition at line 186 of file RNTupleProcessor.hxx.

◆ fState

RProcessorState ROOT::Experimental::Internal::RNTupleProcessor::RIterator::fState
private

Definition at line 187 of file RNTupleProcessor.hxx.

Libraries for ROOT::Experimental::Internal::RNTupleProcessor::RIterator:

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