tudocomp
– The TU Dortmund Compression Framework
Rounds.hpp
Go to the documentation of this file.
1 #pragma once
2 
4 
5 namespace tdc {namespace esp {
6  template<typename ipd_t>
7  struct Round {
9  size_t alphabet;
11  };
12 }}
Contains the text compression and encoding framework.
Definition: namespaces.hpp:11
A vector over arbitrary unsigned integer types.
Definition: IntVector.hpp:175
size_t alphabet
Definition: Rounds.hpp:9
IntVector< dynamic_t > string
Definition: Rounds.hpp:10
GrammarRules< ipd_t > gr
Definition: Rounds.hpp:8