![]() |
Project
|
a DataBlockRef is a pair (DataBlock,offset) The offset is an offset into some external buffer More...
#include <DataBlock.h>
Public Attributes | |
DataBlock | block |
std::optional< uint64_t > | offset |
a DataBlockRef is a pair (DataBlock,offset) The offset is an offset into some external buffer
Definition at line 45 of file DataBlock.h.
DataBlock o2::mch::raw::DataBlockRef::block |
Definition at line 46 of file DataBlock.h.
std::optional<uint64_t> o2::mch::raw::DataBlockRef::offset |
Definition at line 47 of file DataBlock.h.