Used to loop over a field's associated columns.
Definition at line 422 of file RNTupleDescriptor.hxx.
Classes | |
class | RIterator |
Public Member Functions | |
RColumnDescriptorIterable (const RNTupleDescriptor &ntuple, const RFieldDescriptor &field) | |
RIterator | begin () |
RIterator | end () |
Private Attributes | |
std::vector< DescriptorId_t > | fColumns = {} |
The descriptor ids of the columns ordered by index id. More... | |
const RNTupleDescriptor & | fNTuple |
The associated NTuple for this range. More... | |
#include <ROOT/RNTupleDescriptor.hxx>
|
inline |
Definition at line 452 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 462 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 463 of file RNTupleDescriptor.hxx.
|
private |
The descriptor ids of the columns ordered by index id.
Definition at line 427 of file RNTupleDescriptor.hxx.
|
private |
The associated NTuple for this range.
Definition at line 425 of file RNTupleDescriptor.hxx.