Definition at line 918 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< ROOT::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< ROOT::DescriptorId_t > & | fFieldChildren |
| The enclosing range's descriptor id list. | |
| std::size_t | fIndex = 0 |
| const RNTupleDescriptor & | fNTuple |
| The enclosing range's RNTuple. | |
#include <ROOT/RNTupleDescriptor.hxx>
| using ROOT::RNTupleDescriptor::RFieldDescriptorIterable::RIterator::difference_type = std::ptrdiff_t |
Definition at line 930 of file RNTupleDescriptor.hxx.
Definition at line 928 of file RNTupleDescriptor.hxx.
| using ROOT::RNTupleDescriptor::RFieldDescriptorIterable::RIterator::iterator_category = std::forward_iterator_tag |
Definition at line 927 of file RNTupleDescriptor.hxx.
Definition at line 931 of file RNTupleDescriptor.hxx.
| using ROOT::RNTupleDescriptor::RFieldDescriptorIterable::RIterator::reference = const RFieldDescriptor & |
Definition at line 932 of file RNTupleDescriptor.hxx.
Definition at line 929 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 934 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 945 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 944 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 939 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 946 of file RNTupleDescriptor.hxx.
|
private |
The enclosing range's descriptor id list.
Definition at line 923 of file RNTupleDescriptor.hxx.
|
private |
Definition at line 924 of file RNTupleDescriptor.hxx.
|
private |
The enclosing range's RNTuple.
Definition at line 921 of file RNTupleDescriptor.hxx.