Used to loop over a field's associated columns.
Definition at line 843 of file RNTupleDescriptor.hxx.
Classes | |
class | RIterator |
Public Member Functions | |
RColumnDescriptorIterable (const RNTupleDescriptor &ntuple) | |
RColumnDescriptorIterable (const RNTupleDescriptor &ntuple, const RFieldDescriptor &fieldDesc) | |
RIterator | begin () |
RIterator | end () |
size_t | size () |
Private Attributes | |
std::vector< ROOT::DescriptorId_t > | fColumns = {} |
The descriptor ids of the columns ordered by field, representation, and column index. | |
const RNTupleDescriptor & | fNTuple |
The associated NTuple for this range. | |
#include <ROOT/RNTupleDescriptor.hxx>
ROOT::RNTupleDescriptor::RColumnDescriptorIterable::RColumnDescriptorIterable | ( | const RNTupleDescriptor & | ntuple, |
const RFieldDescriptor & | fieldDesc ) |
Definition at line 556 of file RNTupleDescriptor.cxx.
ROOT::RNTupleDescriptor::RColumnDescriptorIterable::RColumnDescriptorIterable | ( | const RNTupleDescriptor & | ntuple | ) |
Definition at line 562 of file RNTupleDescriptor.cxx.
|
inline |
Definition at line 885 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 886 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 887 of file RNTupleDescriptor.hxx.
|
private |
The descriptor ids of the columns ordered by field, representation, and column index.
Definition at line 848 of file RNTupleDescriptor.hxx.
|
private |
The associated NTuple for this range.
Definition at line 846 of file RNTupleDescriptor.hxx.