3#include "../exceptions.h"
5#include <c++utilities/io/binaryreader.h>
23 CPP_UTILITIES_UNUSED(diag)
24 startOffset =
static_cast<std::uint64_t
>(reader.stream()->tellg());
25 size = reader.readUInt32BE();
26 timestamp = reader.readUInt64BE();
The Diagnostics class is a container for DiagMessage.
void parseHeader(CppUtilities::BinaryReader &reader, Diagnostics &diag)
Parses the header read using the specified reader.
Contains all classes and functions of the TagInfo library.