Iterator over the entries of an RNTuple, or vertical concatenation thereof.
Definition at line 449 of file RNTupleProcessor.hxx.
Public Types | |
| using | difference_type = std::ptrdiff_t |
| using | iterator = RIterator |
| using | iterator_category = std::input_iterator_tag |
| using | pointer = ROOT::NTupleSize_t * |
| using | reference = ROOT::NTupleSize_t & |
| using | value_type = ROOT::NTupleSize_t |
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 458 of file RNTupleProcessor.hxx.
Definition at line 456 of file RNTupleProcessor.hxx.
| using ROOT::Experimental::RNTupleProcessor::RIterator::iterator_category = std::input_iterator_tag |
Definition at line 455 of file RNTupleProcessor.hxx.
Definition at line 459 of file RNTupleProcessor.hxx.
Definition at line 460 of file RNTupleProcessor.hxx.
Definition at line 457 of file RNTupleProcessor.hxx.
|
inline |
Definition at line 462 of file RNTupleProcessor.hxx.
|
inline |
Definition at line 490 of file RNTupleProcessor.hxx.
|
inline |
Definition at line 477 of file RNTupleProcessor.hxx.
Definition at line 483 of file RNTupleProcessor.hxx.
Definition at line 492 of file RNTupleProcessor.hxx.
Definition at line 496 of file RNTupleProcessor.hxx.
|
private |
Definition at line 452 of file RNTupleProcessor.hxx.
|
private |
Definition at line 451 of file RNTupleProcessor.hxx.