Definition at line 553 of file RNTupleDescriptor.hxx.
Public Types | |
using | difference_type = std::ptrdiff_t |
using | iterator = RIterator |
using | iterator_category = std::forward_iterator_tag |
using | pointer = RFieldDescriptor* |
using | reference = const RFieldDescriptor& |
using | value_type = RFieldDescriptor |
Public Member Functions | |
RIterator (const RNTupleDescriptor &ntuple, const std::vector< DescriptorId_t > &fieldChildren, std::size_t index) | |
bool | operator!= (const iterator &rh) const |
reference | operator* () |
iterator | operator++ () |
bool | operator== (const iterator &rh) const |
Private Attributes | |
const std::vector< DescriptorId_t > & | fFieldChildren |
The enclosing range's descriptor id list. | |
std::size_t | fIndex = 0 |
const RNTupleDescriptor & | fNTuple |
The enclosing range's NTuple. | |
#include <ROOT/RNTupleDescriptor.hxx>
using ROOT::Experimental::RNTupleDescriptor::RFieldDescriptorIterable::RIterator::difference_type = std::ptrdiff_t |
Definition at line 564 of file RNTupleDescriptor.hxx.
using ROOT::Experimental::RNTupleDescriptor::RFieldDescriptorIterable::RIterator::iterator = RIterator |
Definition at line 562 of file RNTupleDescriptor.hxx.
using ROOT::Experimental::RNTupleDescriptor::RFieldDescriptorIterable::RIterator::iterator_category = std::forward_iterator_tag |
Definition at line 561 of file RNTupleDescriptor.hxx.
using ROOT::Experimental::RNTupleDescriptor::RFieldDescriptorIterable::RIterator::pointer = RFieldDescriptor* |
Definition at line 565 of file RNTupleDescriptor.hxx.
using ROOT::Experimental::RNTupleDescriptor::RFieldDescriptorIterable::RIterator::reference = const RFieldDescriptor& |
Definition at line 566 of file RNTupleDescriptor.hxx.
using ROOT::Experimental::RNTupleDescriptor::RFieldDescriptorIterable::RIterator::value_type = RFieldDescriptor |
Definition at line 563 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 568 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 576 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 571 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 570 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 577 of file RNTupleDescriptor.hxx.
|
private |
The enclosing range's descriptor id list.
Definition at line 558 of file RNTupleDescriptor.hxx.
|
private |
Definition at line 559 of file RNTupleDescriptor.hxx.
|
private |
The enclosing range's NTuple.
Definition at line 556 of file RNTupleDescriptor.hxx.