Class BlockProducer::Block

Nested Relationships

This class is a nested type of Class BlockProducer.

Class Documentation

class Block

Stores the base address and size, in bytes, of a block of data.

Public Functions

inline Block(char *_block = nullptr, size_t _size = 0, size_t _obs_offset = 0)

Public Members

char *block

pointer to the block

size_t size

the size, in bytes, of the block

size_t obs_offset

the offset, in bytes from the first byte of data in this stream