The in-memory representation of a 32bit or 64bit on-disk index column.
Wraps the integer in a named type so that templates can distinguish between integer data columns and index columns.
Definition at line 254 of file RNTupleUtil.hxx.
| Public Types | |
| using | ValueType = std::uint64_t | 
| Public Member Functions | |
| RColumnIndex ()=default | |
| constexpr | RColumnIndex (ValueType value) | 
| operator ValueType () const | |
| RColumnIndex | operator++ (int) | 
| RColumnIndex & | operator+= (const ValueType value) | 
| RColumnIndex & | operator= (const ValueType value) | 
| Private Attributes | |
| ValueType | fValue = 0 | 
#include <ROOT/RNTupleUtil.hxx>
| using ROOT::Internal::RColumnIndex::ValueType = std::uint64_t | 
Definition at line 256 of file RNTupleUtil.hxx.
| 
 | default | 
Definition at line 263 of file RNTupleUtil.hxx.
| 
 | inline | 
Definition at line 280 of file RNTupleUtil.hxx.
| 
 | inline | 
Definition at line 274 of file RNTupleUtil.hxx.
| 
 | inline | 
Definition at line 269 of file RNTupleUtil.hxx.
| 
 | inline | 
Definition at line 264 of file RNTupleUtil.hxx.
| 
 | private | 
Definition at line 259 of file RNTupleUtil.hxx.