Definition at line 102 of file RNTupleReader.hxx.
Public Types | |
using | difference_type = ROOT::NTupleSize_t |
using | iterator = RIterator |
using | iterator_category = std::forward_iterator_tag |
using | pointer = ROOT::NTupleSize_t * |
using | reference = ROOT::NTupleSize_t & |
using | value_type = ROOT::NTupleSize_t |
Public Member Functions | |
RIterator ()=default | |
RIterator (ROOT::NTupleSize_t index) | |
~RIterator ()=default | |
bool | operator!= (const iterator &rh) const |
reference | operator* () |
iterator & | operator++ () |
iterator | operator++ (int) |
pointer | operator-> () |
bool | operator== (const iterator &rh) const |
Private Attributes | |
ROOT::NTupleSize_t | fIndex = ROOT::kInvalidNTupleIndex |
#include <ROOT/RNTupleReader.hxx>
Definition at line 110 of file RNTupleReader.hxx.
Definition at line 107 of file RNTupleReader.hxx.
using ROOT::RNTupleReader::RIterator::iterator_category = std::forward_iterator_tag |
Definition at line 108 of file RNTupleReader.hxx.
Definition at line 111 of file RNTupleReader.hxx.
Definition at line 112 of file RNTupleReader.hxx.
Definition at line 109 of file RNTupleReader.hxx.
|
default |
|
inlineexplicit |
Definition at line 115 of file RNTupleReader.hxx.
|
default |
Definition at line 132 of file RNTupleReader.hxx.
|
inline |
Definition at line 129 of file RNTupleReader.hxx.
|
inline |
Definition at line 124 of file RNTupleReader.hxx.
Definition at line 118 of file RNTupleReader.hxx.
|
inline |
Definition at line 130 of file RNTupleReader.hxx.
Definition at line 131 of file RNTupleReader.hxx.
|
private |
Definition at line 104 of file RNTupleReader.hxx.