Definition at line 88 of file RNTupleRange.hxx.
Public Types | |
using | difference_type = RNTupleLocalIndex |
using | iterator = RIterator |
using | iterator_category = std::forward_iterator_tag |
using | pointer = RNTupleLocalIndex * |
using | reference = RNTupleLocalIndex & |
using | value_type = RNTupleLocalIndex |
Public Member Functions | |
RIterator ()=default | |
RIterator (RNTupleLocalIndex localIndex) | |
~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 | |
RNTupleLocalIndex | fLocalIndex |
#include <ROOT/RNTupleRange.hxx>
Definition at line 96 of file RNTupleRange.hxx.
Definition at line 93 of file RNTupleRange.hxx.
using ROOT::RNTupleLocalRange::RIterator::iterator_category = std::forward_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.