Iterator over the entries of an RNTuple, or vertical concatenation thereof.
Definition at line 246 of file RNTupleProcessor.hxx.
Public Types | |
using | difference_type = std::ptrdiff_t |
using | iterator = RIterator |
using | iterator_category = std::forward_iterator_tag |
using | pointer = ROOT::REntry * |
using | reference = const ROOT::REntry & |
using | value_type = ROOT::REntry |
Public Member Functions | |
RIterator (RNTupleProcessor &processor, ROOT::NTupleSize_t entryNumber) | |
reference | operator* () |
iterator | operator++ () |
iterator | operator++ (int) |
Private Attributes | |
ROOT::NTupleSize_t | fCurrentEntryNumber |
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 255 of file RNTupleProcessor.hxx.
Definition at line 253 of file RNTupleProcessor.hxx.
using ROOT::Experimental::RNTupleProcessor::RIterator::iterator_category = std::forward_iterator_tag |
Definition at line 252 of file RNTupleProcessor.hxx.
Definition at line 256 of file RNTupleProcessor.hxx.
Definition at line 257 of file RNTupleProcessor.hxx.
Definition at line 254 of file RNTupleProcessor.hxx.
|
inline |
Definition at line 259 of file RNTupleProcessor.hxx.
|
inline |
Definition at line 282 of file RNTupleProcessor.hxx.
|
inline |
Definition at line 269 of file RNTupleProcessor.hxx.
Definition at line 275 of file RNTupleProcessor.hxx.
Definition at line 284 of file RNTupleProcessor.hxx.
Definition at line 288 of file RNTupleProcessor.hxx.
|
private |
Definition at line 249 of file RNTupleProcessor.hxx.
|
private |
Definition at line 248 of file RNTupleProcessor.hxx.