tudocomp
– The TU Dortmund Compression Framework
|
#include <DebugContext.hpp>
Public Attributes | |
size_t | number |
std::vector< size_t > | string |
size_t | root_node = 0 |
bool | empty = false |
std::vector< DebugMetablockContext > | metablocks |
size_t | alphabet_size |
std::vector< TypedBlock > | adjusted_blocks |
std::vector< std::shared_ptr< std::pair< std::vector< size_t >, size_t > > > | slice_symbol_map |
Definition at line 214 of file DebugContext.hpp.
std::vector<TypedBlock> tdc::esp::DebugRoundContextData::adjusted_blocks |
Definition at line 221 of file DebugContext.hpp.
size_t tdc::esp::DebugRoundContextData::alphabet_size |
Definition at line 220 of file DebugContext.hpp.
bool tdc::esp::DebugRoundContextData::empty = false |
Definition at line 218 of file DebugContext.hpp.
std::vector<DebugMetablockContext> tdc::esp::DebugRoundContextData::metablocks |
Definition at line 219 of file DebugContext.hpp.
size_t tdc::esp::DebugRoundContextData::number |
Definition at line 215 of file DebugContext.hpp.
size_t tdc::esp::DebugRoundContextData::root_node = 0 |
Definition at line 217 of file DebugContext.hpp.
std::vector<std::shared_ptr<std::pair<std::vector<size_t>, size_t> > > tdc::esp::DebugRoundContextData::slice_symbol_map |
Definition at line 222 of file DebugContext.hpp.
std::vector<size_t> tdc::esp::DebugRoundContextData::string |
Definition at line 216 of file DebugContext.hpp.