Definition at line 33 of file RNTupleRange.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::RNTupleGlobalRange::RIterator::difference_type = std::ptrdiff_t |
Definition at line 41 of file RNTupleRange.hxx.
Definition at line 38 of file RNTupleRange.hxx.
| using ROOT::RNTupleGlobalRange::RIterator::iterator_category = std::input_iterator_tag |
Definition at line 39 of file RNTupleRange.hxx.
| using ROOT::RNTupleGlobalRange::RIterator::pointer = const ROOT::NTupleSize_t * |
Definition at line 42 of file RNTupleRange.hxx.
| using ROOT::RNTupleGlobalRange::RIterator::reference = const ROOT::NTupleSize_t & |
Definition at line 43 of file RNTupleRange.hxx.
Definition at line 40 of file RNTupleRange.hxx.
|
default |
|
inlineexplicit |
Definition at line 46 of file RNTupleRange.hxx.
|
default |
Definition at line 63 of file RNTupleRange.hxx.
|
inline |
Definition at line 60 of file RNTupleRange.hxx.
|
inline |
Definition at line 55 of file RNTupleRange.hxx.
Definition at line 49 of file RNTupleRange.hxx.
|
inline |
Definition at line 61 of file RNTupleRange.hxx.
Definition at line 62 of file RNTupleRange.hxx.
|
private |
Definition at line 35 of file RNTupleRange.hxx.