tudocomp
– The TU Dortmund Compression Framework
tdc::esp::DebugMetablockContextData Struct Reference

#include <DebugContext.hpp>

Public Attributes

size_t alphabet_size
 
std::vector< size_t > metablock
 
size_t type
 
size_t offset
 
std::vector< TypedBlockunadjusted_blocks
 
std::vector< size_t > mb2_initial
 
std::vector< std::shared_ptr< std::vector< size_t > > > mb2_reduce_to_6_steps
 
std::vector< std::shared_ptr< std::vector< size_t > > > mb2_reduce_to_3_steps
 
std::vector< size_t > mb2_high_landmarks
 
std::vector< size_t > mb2_high_and_low_landmarks
 

Detailed Description

Definition at line 78 of file DebugContext.hpp.

Member Data Documentation

◆ alphabet_size

size_t tdc::esp::DebugMetablockContextData::alphabet_size

Definition at line 79 of file DebugContext.hpp.

◆ mb2_high_and_low_landmarks

std::vector<size_t> tdc::esp::DebugMetablockContextData::mb2_high_and_low_landmarks

Definition at line 90 of file DebugContext.hpp.

◆ mb2_high_landmarks

std::vector<size_t> tdc::esp::DebugMetablockContextData::mb2_high_landmarks

Definition at line 89 of file DebugContext.hpp.

◆ mb2_initial

std::vector<size_t> tdc::esp::DebugMetablockContextData::mb2_initial

Definition at line 85 of file DebugContext.hpp.

◆ mb2_reduce_to_3_steps

std::vector<std::shared_ptr<std::vector<size_t> > > tdc::esp::DebugMetablockContextData::mb2_reduce_to_3_steps

Definition at line 87 of file DebugContext.hpp.

◆ mb2_reduce_to_6_steps

std::vector<std::shared_ptr<std::vector<size_t> > > tdc::esp::DebugMetablockContextData::mb2_reduce_to_6_steps

Definition at line 86 of file DebugContext.hpp.

◆ metablock

std::vector<size_t> tdc::esp::DebugMetablockContextData::metablock

Definition at line 80 of file DebugContext.hpp.

◆ offset

size_t tdc::esp::DebugMetablockContextData::offset

Definition at line 82 of file DebugContext.hpp.

◆ type

size_t tdc::esp::DebugMetablockContextData::type

Definition at line 81 of file DebugContext.hpp.

◆ unadjusted_blocks

std::vector<TypedBlock> tdc::esp::DebugMetablockContextData::unadjusted_blocks

Definition at line 83 of file DebugContext.hpp.


The documentation for this struct was generated from the following file: