Addresses a column element or field item relative to a particular cluster, instead of a global NTupleSize_t index.
Definition at line 104 of file RNTupleUtil.hxx.
Public Member Functions | |
RClusterIndex ()=default | |
RClusterIndex (const RClusterIndex &other)=default | |
constexpr | RClusterIndex (DescriptorId_t clusterId, ClusterSize_t::ValueType index) |
DescriptorId_t | GetClusterId () const |
ClusterSize_t::ValueType | GetIndex () const |
bool | operator!= (const RClusterIndex &other) const |
RClusterIndex | operator+ (ClusterSize_t::ValueType off) const |
RClusterIndex & | operator++ () |
RClusterIndex | operator++ (int) |
RClusterIndex | operator- (ClusterSize_t::ValueType off) const |
RClusterIndex & | operator= (const RClusterIndex &other)=default |
bool | operator== (const RClusterIndex &other) const |
Private Attributes | |
DescriptorId_t | fClusterId = kInvalidDescriptorId |
ClusterSize_t::ValueType | fIndex = kInvalidClusterIndex |
#include <ROOT/RNTupleUtil.hxx>
|
default |
|
default |
|
inlineconstexpr |
Definition at line 112 of file RNTupleUtil.hxx.
|
inline |
Definition at line 124 of file RNTupleUtil.hxx.
|
inline |
Definition at line 125 of file RNTupleUtil.hxx.
|
inline |
Definition at line 122 of file RNTupleUtil.hxx.
|
inline |
Definition at line 115 of file RNTupleUtil.hxx.
|
inline |
Definition at line 118 of file RNTupleUtil.hxx.
|
inline |
Definition at line 117 of file RNTupleUtil.hxx.
|
inline |
Definition at line 116 of file RNTupleUtil.hxx.
|
default |
|
inline |
Definition at line 119 of file RNTupleUtil.hxx.
|
private |
Definition at line 106 of file RNTupleUtil.hxx.
|
private |
Definition at line 107 of file RNTupleUtil.hxx.