|
tudocomp
– The TU Dortmund Compression Framework
|
#include <EspContext.hpp>
Public Types | |
| using | esp_view_t = ConstGenericView< size_t > |
Public Member Functions | |
| template<typename F > | |
| auto | with_env (F f) -> decltype(f(*m_env)) |
| EspContext (const Env *e, bool silent) | |
| template<typename T > | |
| SLP | generate_grammar (T &&s) |
Public Attributes | |
| DebugContext | debug |
| IPDStats | ipd_stats |
| bool | behavior_metablocks_maximimze_repeating = true |
| bool | behavior_landmarks_tie_to_right = true |
| bool | behavior_iter_log_mode = false |
Definition at line 11 of file EspContext.hpp.
| using tdc::esp::EspContext< ipd_t >::esp_view_t = ConstGenericView<size_t> |
Definition at line 14 of file EspContext.hpp.
|
inline |
Definition at line 27 of file EspContext.hpp.
| SLP tdc::esp::EspContext< ipd_t >::generate_grammar | ( | T && | s | ) |
Definition at line 14 of file EspContextImpl.hpp.
|
inline |
Definition at line 17 of file EspContext.hpp.
| bool tdc::esp::EspContext< ipd_t >::behavior_iter_log_mode = false |
Definition at line 34 of file EspContext.hpp.
| bool tdc::esp::EspContext< ipd_t >::behavior_landmarks_tie_to_right = true |
Definition at line 33 of file EspContext.hpp.
| bool tdc::esp::EspContext< ipd_t >::behavior_metablocks_maximimze_repeating = true |
Definition at line 32 of file EspContext.hpp.
| DebugContext tdc::esp::EspContext< ipd_t >::debug |
Definition at line 24 of file EspContext.hpp.
| IPDStats tdc::esp::EspContext< ipd_t >::ipd_stats |
Definition at line 25 of file EspContext.hpp.