|
tudocomp
– The TU Dortmund Compression Framework
|
#include <algorithm>#include <cmath>#include <cstddef>#include <fstream>#include <iostream>#include <memory>#include <sstream>#include <string>#include <type_traits>#include <utility>#include <iomanip>#include <cstring>#include <glog/logging.h>#include <tudocomp/def.hpp>#include <tudocomp/util/GenericConstView.hpp>#include <tudocomp/util/GenericView.hpp>#include <tudocomp/util/GenericConstU8View.hpp>Go to the source code of this file.
Namespaces | |
| tdc | |
| Contains the text compression and encoding framework. | |
Typedefs | |
| using | tdc::ByteView = ConstGenericView< uint8_t > |
| using | tdc::View = ByteView |
| using | tdc::string_ref = View |