8#include <boost/serialization/access.hpp>
const MicrosliceDescriptor & desc() const
Retrieve microslice descriptor reference.
uint32_t compute_crc() const
Compute CRC-32 checksum of microslice data content.
bool check_crc() const
Compare computed CRC-32 checksum to value in header.
Microslice(MicrosliceDescriptor *desc_ptr, uint8_t *content_ptr)
Construct microslice with given content.
const uint8_t * content() const
Retrieve a pointer to the microslice data.
uint8_t * content_ptr_
Pointer to the microslice data content.
MicrosliceDescriptor * desc_ptr_
Pointer to the microslice descriptor.
The StorableMicroslice class contains the data of a single microslice.
Defines the fles::MicrosliceDescriptor struct and corresponding enums.
Microslice descriptor struct.