|
tudocomp
– The TU Dortmund Compression Framework
|
#include <DebugContext.hpp>
Public Attributes | |
| std::string | input |
| std::vector< DebugRoundContext > | rounds |
| bool | empty |
| size_t | root_node |
| size_t | encode_max_value |
| size_t | encode_max_value_bits |
| size_t | encode_root_node |
| std::vector< std::shared_ptr< std::vector< size_t > > > | encode_slp |
Definition at line 329 of file DebugContext.hpp.
| bool tdc::esp::DebugContextData::empty |
Definition at line 332 of file DebugContext.hpp.
| size_t tdc::esp::DebugContextData::encode_max_value |
Definition at line 334 of file DebugContext.hpp.
| size_t tdc::esp::DebugContextData::encode_max_value_bits |
Definition at line 335 of file DebugContext.hpp.
| size_t tdc::esp::DebugContextData::encode_root_node |
Definition at line 336 of file DebugContext.hpp.
| std::vector<std::shared_ptr<std::vector<size_t> > > tdc::esp::DebugContextData::encode_slp |
Definition at line 337 of file DebugContext.hpp.
| std::string tdc::esp::DebugContextData::input |
Definition at line 330 of file DebugContext.hpp.
| size_t tdc::esp::DebugContextData::root_node |
Definition at line 333 of file DebugContext.hpp.
| std::vector<DebugRoundContext> tdc::esp::DebugContextData::rounds |
Definition at line 331 of file DebugContext.hpp.