Addresses a column element or field item relative to a particular cluster, instead of a global NTupleSize_t index.
Definition at line 164 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!= (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== (RClusterIndex other) const |
Private Attributes | |
DescriptorId_t | fClusterId = kInvalidDescriptorId |
ClusterSize_t::ValueType | fIndex = kInvalidClusterIndex |
#include <ROOT/RNTupleUtil.hxx>
|
default |
|
default |
|
inlineconstexpr |
Definition at line 172 of file RNTupleUtil.hxx.
|
inline |
Definition at line 182 of file RNTupleUtil.hxx.
|
inline |
Definition at line 183 of file RNTupleUtil.hxx.
|
inline |
Definition at line 180 of file RNTupleUtil.hxx.
|
inline |
Definition at line 175 of file RNTupleUtil.hxx.
|
inline |
Definition at line 178 of file RNTupleUtil.hxx.
|
inline |
Definition at line 177 of file RNTupleUtil.hxx.
|
inline |
Definition at line 176 of file RNTupleUtil.hxx.
|
default |
|
inline |
Definition at line 179 of file RNTupleUtil.hxx.
|
private |
Definition at line 166 of file RNTupleUtil.hxx.
|
private |
Definition at line 167 of file RNTupleUtil.hxx.