Definition at line 88 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 RNTupleLocalIndex * |
| using | reference = const RNTupleLocalIndex & |
| using | value_type = RNTupleLocalIndex |
Public Member Functions | |
| RIterator ()=default | |
| RIterator (RNTupleLocalIndex localIndex) | |
| ~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 | |
| RNTupleLocalIndex | fLocalIndex |
#include <ROOT/RNTupleRange.hxx>
| using ROOT::RNTupleLocalRange::RIterator::difference_type = std::ptrdiff_t |
Definition at line 96 of file RNTupleRange.hxx.
Definition at line 93 of file RNTupleRange.hxx.
| using ROOT::RNTupleLocalRange::RIterator::iterator_category = std::input_iterator_tag |
Definition at line 94 of file RNTupleRange.hxx.
Definition at line 97 of file RNTupleRange.hxx.
Definition at line 98 of file RNTupleRange.hxx.
Definition at line 95 of file RNTupleRange.hxx.
|
default |
|
inlineexplicit |
Definition at line 101 of file RNTupleRange.hxx.
|
default |
Definition at line 118 of file RNTupleRange.hxx.
|
inline |
Definition at line 115 of file RNTupleRange.hxx.
|
inline |
Definition at line 110 of file RNTupleRange.hxx.
Definition at line 104 of file RNTupleRange.hxx.
|
inline |
Definition at line 116 of file RNTupleRange.hxx.
Definition at line 117 of file RNTupleRange.hxx.
|
private |
Definition at line 90 of file RNTupleRange.hxx.