Definition at line 90 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 98 of file RNTupleRange.hxx.
Definition at line 95 of file RNTupleRange.hxx.
using ROOT::RNTupleLocalRange::RIterator::iterator_category = std::forward_iterator_tag |
Definition at line 96 of file RNTupleRange.hxx.
Definition at line 99 of file RNTupleRange.hxx.
Definition at line 100 of file RNTupleRange.hxx.
Definition at line 97 of file RNTupleRange.hxx.
|
default |
|
inlineexplicit |
Definition at line 103 of file RNTupleRange.hxx.
|
default |
Definition at line 120 of file RNTupleRange.hxx.
|
inline |
Definition at line 117 of file RNTupleRange.hxx.
|
inline |
Definition at line 112 of file RNTupleRange.hxx.
Definition at line 106 of file RNTupleRange.hxx.
|
inline |
Definition at line 118 of file RNTupleRange.hxx.
Definition at line 119 of file RNTupleRange.hxx.
|
private |
Definition at line 92 of file RNTupleRange.hxx.