Skip to content

Struct star::BlockMap

ClassList > star > BlockMap

Maps logical elements to physical blocks.

  • #include <stards.h>

Public Attributes

Type Name
std::vector< size_t > block_indices
std::vector< size_t > block_offsets
std::vector< size_t > block_sizes
bool blocks_contiguous
size_t contiguous_start_offset
size_t total_compressed_bytes

Public Attributes Documentation

variable block_indices

std::vector<size_t> star::BlockMap::block_indices;

variable block_offsets

std::vector<size_t> star::BlockMap::block_offsets;

variable block_sizes

std::vector<size_t> star::BlockMap::block_sizes;

variable blocks_contiguous

bool star::BlockMap::blocks_contiguous;

variable contiguous_start_offset

size_t star::BlockMap::contiguous_start_offset;

variable total_compressed_bytes

size_t star::BlockMap::total_compressed_bytes;


The documentation for this class was generated from the following file StarDS/include/stards.h