Definition at line 121 of file RNTupleReader.hxx.
Public Types | |
| using | difference_type = std::ptrdiff_t |
| using | iterator = RIterator |
| using | iterator_category = std::input_iterator_tag |
| using | pointer = const ROOT::NTupleSize_t * |
| using | reference = const 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* () const |
| iterator & | operator++ () |
| iterator | operator++ (int) |
| pointer | operator-> () const |
| bool | operator== (const iterator &rh) const |
Private Attributes | |
| ROOT::NTupleSize_t | fIndex = ROOT::kInvalidNTupleIndex |
#include <ROOT/RNTupleReader.hxx>
| using ROOT::RNTupleReader::RIterator::difference_type = std::ptrdiff_t |
Definition at line 129 of file RNTupleReader.hxx.
Definition at line 126 of file RNTupleReader.hxx.
| using ROOT::RNTupleReader::RIterator::iterator_category = std::input_iterator_tag |
Definition at line 127 of file RNTupleReader.hxx.
Definition at line 130 of file RNTupleReader.hxx.
Definition at line 131 of file RNTupleReader.hxx.
Definition at line 128 of file RNTupleReader.hxx.
|
default |
|
inlineexplicit |
Definition at line 134 of file RNTupleReader.hxx.
|
default |
Definition at line 151 of file RNTupleReader.hxx.
|
inline |
Definition at line 148 of file RNTupleReader.hxx.
|
inline |
Definition at line 143 of file RNTupleReader.hxx.
Definition at line 137 of file RNTupleReader.hxx.
|
inline |
Definition at line 149 of file RNTupleReader.hxx.
Definition at line 150 of file RNTupleReader.hxx.
|
private |
Definition at line 123 of file RNTupleReader.hxx.