Definition at line 120 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 |
| using ROOT::RNTupleReader::RIterator::difference_type = std::ptrdiff_t |
Definition at line 128 of file RNTupleReader.hxx.
Definition at line 125 of file RNTupleReader.hxx.
| using ROOT::RNTupleReader::RIterator::iterator_category = std::input_iterator_tag |
Definition at line 126 of file RNTupleReader.hxx.
| using ROOT::RNTupleReader::RIterator::pointer = const ROOT::NTupleSize_t * |
Definition at line 129 of file RNTupleReader.hxx.
| using ROOT::RNTupleReader::RIterator::reference = const ROOT::NTupleSize_t & |
Definition at line 130 of file RNTupleReader.hxx.
Definition at line 127 of file RNTupleReader.hxx.
|
default |
|
inlineexplicit |
Definition at line 133 of file RNTupleReader.hxx.
|
default |
Definition at line 150 of file RNTupleReader.hxx.
|
inline |
Definition at line 147 of file RNTupleReader.hxx.
|
inline |
Definition at line 142 of file RNTupleReader.hxx.
Definition at line 136 of file RNTupleReader.hxx.
|
inline |
Definition at line 148 of file RNTupleReader.hxx.
Definition at line 149 of file RNTupleReader.hxx.
|
private |
Definition at line 122 of file RNTupleReader.hxx.