tudocomp
– The TU Dortmund Compression Framework
Main Page
Related Pages
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
i
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Functions
_
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
v
w
z
Variables
+
Typedefs
b
c
d
f
i
l
m
n
o
p
q
s
u
v
Enumerations
Enumerator
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
+
Variables
_
a
b
c
d
e
g
h
i
l
m
n
o
p
r
s
t
u
w
x
y
+
Typedefs
a
c
d
e
h
i
k
l
n
p
r
s
t
v
Enumerations
+
Related Functions
a
b
d
g
i
l
o
s
u
+
Files
File List
+
File Members
+
All
_
a
d
f
g
i
l
m
o
p
s
t
u
w
+
Functions
_
f
o
u
Variables
Typedefs
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
driver/Registry.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <cstddef>
4
#include <cstdint>
5
#include <fstream>
6
#include <functional>
7
#include <iomanip>
8
#include <iostream>
9
#include <istream>
10
#include <map>
11
#include <sstream>
12
#include <streambuf>
13
#include <string>
14
#include <tuple>
15
#include <type_traits>
16
#include <unordered_map>
17
#include <vector>
18
#include <memory>
19
20
#include <glog/logging.h>
21
22
#include <
tudocomp/Env.hpp
>
23
#include <
tudocomp/Compressor.hpp
>
24
#include <
tudocomp/Generator.hpp
>
25
#include <
tudocomp/Algorithm.hpp
>
26
#include <
tudocomp/util.hpp
>
27
#include <
tudocomp/AlgorithmStringParser.hpp
>
28
#include <
tudocomp/Registry.hpp
>
29
40
namespace
tdc_driver {}
41
42
namespace
tdc_algorithms {
43
44
using namespace
tdc
;
45
46
extern
Registry<Compressor>
COMPRESSOR_REGISTRY;
47
extern
Registry<Generator>
GENERATOR_REGISTRY;
48
49
void
register_compressors(
Registry<Compressor>
&);
50
void
register_generators(
Registry<Generator>
&);
51
53
54
}
55
Algorithm.hpp
tdc
Contains the text compression and encoding framework.
Definition:
namespaces.hpp:11
util.hpp
Env.hpp
Generator.hpp
Registry.hpp
tdc::Registry
A registry for algorithms to be made available in the driver application.
Definition:
pre_header/Registry.hpp:29
Compressor.hpp
AlgorithmStringParser.hpp
include
tudocomp_driver
Registry.hpp
Generated by
1.8.13