Definition at line 599 of file RNTupleDescriptor.hxx.
Public Types | |
using | difference_type = std::ptrdiff_t |
using | iterator = RIterator |
using | iterator_category = std::forward_iterator_tag |
using | pointer = RClusterDescriptor * |
using | reference = const RClusterDescriptor & |
using | value_type = RClusterDescriptor |
Public Member Functions | |
RIterator (const RNTupleDescriptor &ntuple, std::size_t index) | |
bool | operator!= (const iterator &rh) const |
reference | operator* () |
iterator | operator++ () |
bool | operator== (const iterator &rh) const |
Private Attributes | |
std::size_t | fIndex = 0 |
const RNTupleDescriptor & | fNTuple |
The enclosing range's NTuple. More... | |
#include <ROOT/RNTupleDescriptor.hxx>
using ROOT::Experimental::RNTupleDescriptor::RClusterDescriptorIterable::RIterator::difference_type = std::ptrdiff_t |
Definition at line 608 of file RNTupleDescriptor.hxx.
using ROOT::Experimental::RNTupleDescriptor::RClusterDescriptorIterable::RIterator::iterator = RIterator |
Definition at line 606 of file RNTupleDescriptor.hxx.
using ROOT::Experimental::RNTupleDescriptor::RClusterDescriptorIterable::RIterator::iterator_category = std::forward_iterator_tag |
Definition at line 605 of file RNTupleDescriptor.hxx.
using ROOT::Experimental::RNTupleDescriptor::RClusterDescriptorIterable::RIterator::pointer = RClusterDescriptor * |
Definition at line 609 of file RNTupleDescriptor.hxx.
using ROOT::Experimental::RNTupleDescriptor::RClusterDescriptorIterable::RIterator::reference = const RClusterDescriptor & |
Definition at line 610 of file RNTupleDescriptor.hxx.
using ROOT::Experimental::RNTupleDescriptor::RClusterDescriptorIterable::RIterator::value_type = RClusterDescriptor |
Definition at line 607 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 612 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 619 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 614 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 613 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 620 of file RNTupleDescriptor.hxx.
|
private |
Definition at line 603 of file RNTupleDescriptor.hxx.
|
private |
The enclosing range's NTuple.
Definition at line 602 of file RNTupleDescriptor.hxx.