Iterator over the entries of an RNTuple, or vertical concatenation thereof.
Definition at line 178 of file RNTupleProcessor.hxx.
Public Types | |
using | difference_type = std::ptrdiff_t |
using | iterator = RIterator |
using | iterator_category = std::forward_iterator_tag |
using | pointer = REntry * |
using | reference = const REntry & |
using | value_type = REntry |
Public Member Functions | |
RIterator (RNTupleProcessor &processor, NTupleSize_t globalEntryNumber) | |
reference | operator* () |
iterator | operator++ () |
iterator | operator++ (int) |
Private Attributes | |
NTupleSize_t | fNEntriesProcessed |
RNTupleProcessor & | fProcessor |
Friends | |
bool | operator!= (const iterator &lh, const iterator &rh) |
bool | operator== (const iterator &lh, const iterator &rh) |
#include <ROOT/RNTupleProcessor.hxx>
using ROOT::Experimental::RNTupleProcessor::RIterator::difference_type = std::ptrdiff_t |
Definition at line 187 of file RNTupleProcessor.hxx.
Definition at line 185 of file RNTupleProcessor.hxx.
using ROOT::Experimental::RNTupleProcessor::RIterator::iterator_category = std::forward_iterator_tag |
Definition at line 184 of file RNTupleProcessor.hxx.
Definition at line 188 of file RNTupleProcessor.hxx.
using ROOT::Experimental::RNTupleProcessor::RIterator::reference = const REntry & |
Definition at line 189 of file RNTupleProcessor.hxx.
Definition at line 186 of file RNTupleProcessor.hxx.
|
inline |
Definition at line 191 of file RNTupleProcessor.hxx.
|
inline |
Definition at line 209 of file RNTupleProcessor.hxx.
|
inline |
Definition at line 196 of file RNTupleProcessor.hxx.
Definition at line 202 of file RNTupleProcessor.hxx.
Definition at line 215 of file RNTupleProcessor.hxx.
Definition at line 219 of file RNTupleProcessor.hxx.
|
private |
Definition at line 181 of file RNTupleProcessor.hxx.
|
private |
Definition at line 180 of file RNTupleProcessor.hxx.