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
Rounds.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <
tudocomp/compressors/esp/GrammarRules.hpp
>
4
5
namespace
tdc
{
namespace
esp {
6
template
<
typename
ipd_t>
7
struct
Round
{
8
GrammarRules<ipd_t>
gr
;
9
size_t
alphabet
;
10
IntVector<dynamic_t>
string
;
11
};
12
}}
tdc
Contains the text compression and encoding framework.
Definition:
namespaces.hpp:11
tdc::esp::Round
Definition:
Rounds.hpp:7
tdc::int_vector::IntVector
A vector over arbitrary unsigned integer types.
Definition:
IntVector.hpp:175
tdc::esp::Round::alphabet
size_t alphabet
Definition:
Rounds.hpp:9
GrammarRules.hpp
tdc::esp::GrammarRules
Definition:
GrammarRules.hpp:17
tdc::esp::Round::string
IntVector< dynamic_t > string
Definition:
Rounds.hpp:10
tdc::esp::Round::gr
GrammarRules< ipd_t > gr
Definition:
Rounds.hpp:8
include
tudocomp
compressors
esp
Rounds.hpp
Generated by
1.8.13