Used to loop over a field's associated columns.
Definition at line 755 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::Experimental::RNTupleDescriptor::RColumnDescriptorIterable::RColumnDescriptorIterable | ( | const RNTupleDescriptor & | ntuple, |
const RFieldDescriptor & | fieldDesc ) |
Definition at line 547 of file RNTupleDescriptor.cxx.
ROOT::Experimental::RNTupleDescriptor::RColumnDescriptorIterable::RColumnDescriptorIterable | ( | const RNTupleDescriptor & | ntuple | ) |
Definition at line 553 of file RNTupleDescriptor.cxx.
|
inline |
Definition at line 797 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 798 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 799 of file RNTupleDescriptor.hxx.
|
private |
The descriptor ids of the columns ordered by field, representation, and column index.
Definition at line 760 of file RNTupleDescriptor.hxx.
|
private |
The associated NTuple for this range.
Definition at line 758 of file RNTupleDescriptor.hxx.