tudocomp
– The TU Dortmund Compression Framework
pre_header.hpp
Go to the documentation of this file.
1
#pragma once
2
3
namespace
tdc
{
4
namespace
lz78u {
5
6
struct
Factor
{
7
View
string
;
8
size_t
ref
;
9
};
10
11
}
12
}
tdc
Contains the text compression and encoding framework.
Definition:
namespaces.hpp:11
tdc::ConstGenericView
A const view into a slice of memory.
Definition:
GenericConstView.hpp:33
tdc::lz78u::Factor
Definition:
pre_header.hpp:6
tdc::lz78u::Factor::ref
size_t ref
Definition:
pre_header.hpp:8
tdc::lz78u::Factor::string
View string
Definition:
pre_header.hpp:7
include
tudocomp
compressors
lz78u
pre_header.hpp
Generated by
1.8.13