Addresses a column element or field item relative to a particular cluster, instead of a global NTupleSize_t index.
Definition at line 117 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 125 of file RNTupleUtil.hxx.
|
inline |
Definition at line 137 of file RNTupleUtil.hxx.
|
inline |
Definition at line 138 of file RNTupleUtil.hxx.
|
inline |
Definition at line 135 of file RNTupleUtil.hxx.
|
inline |
Definition at line 128 of file RNTupleUtil.hxx.
|
inline |
Definition at line 131 of file RNTupleUtil.hxx.
|
inline |
Definition at line 130 of file RNTupleUtil.hxx.
|
inline |
Definition at line 129 of file RNTupleUtil.hxx.
|
default |
|
inline |
Definition at line 132 of file RNTupleUtil.hxx.
|
private |
Definition at line 119 of file RNTupleUtil.hxx.
|
private |
Definition at line 120 of file RNTupleUtil.hxx.