Definition at line 935 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 947 of file RNTupleDescriptor.hxx.
Definition at line 945 of file RNTupleDescriptor.hxx.
| using ROOT::RNTupleDescriptor::RFieldDescriptorIterable::RIterator::iterator_category = std::forward_iterator_tag |
Definition at line 944 of file RNTupleDescriptor.hxx.
Definition at line 948 of file RNTupleDescriptor.hxx.
| using ROOT::RNTupleDescriptor::RFieldDescriptorIterable::RIterator::reference = const RFieldDescriptor & |
Definition at line 949 of file RNTupleDescriptor.hxx.
Definition at line 946 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 951 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 962 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 961 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 956 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 963 of file RNTupleDescriptor.hxx.
|
private |
The enclosing range's descriptor id list.
Definition at line 940 of file RNTupleDescriptor.hxx.
|
private |
Definition at line 941 of file RNTupleDescriptor.hxx.
|
private |
The enclosing range's RNTuple.
Definition at line 938 of file RNTupleDescriptor.hxx.