Addresses a column element or field item relative to a particular cluster, instead of a global NTupleSize_t index.
Definition at line 172 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 181 of file RNTupleUtil.hxx.
|
inline |
Definition at line 202 of file RNTupleUtil.hxx.
|
inline |
Definition at line 203 of file RNTupleUtil.hxx.
|
inline |
Definition at line 200 of file RNTupleUtil.hxx.
|
inline |
Definition at line 186 of file RNTupleUtil.hxx.
|
inline |
Definition at line 194 of file RNTupleUtil.hxx.
|
inline |
Definition at line 188 of file RNTupleUtil.hxx.
|
inline |
Definition at line 187 of file RNTupleUtil.hxx.
|
default |
|
inline |
Definition at line 199 of file RNTupleUtil.hxx.
|
private |
Definition at line 174 of file RNTupleUtil.hxx.
|
private |
Definition at line 175 of file RNTupleUtil.hxx.