32 [[nodiscard]]
virtual int64_t
Index()
const = 0;
41 [[nodiscard]]
virtual std::string
BlockType()
const = 0;
Base class for all MDF blocks.
Definition iblock.h:19
virtual int64_t Index() const =0
File position within the file.
virtual ~IBlock()=default
Default destructor.
virtual std::string BlockType() const =0
Returns the block type.
Main namespace for the MDF library.
Definition canmessage.h:17