tudocomp
– The TU Dortmund Compression Framework
namespaces.hpp
Go to the documentation of this file.
1 #pragma once
2 
11 namespace tdc {
12 
22 namespace io {
23 }
24 
27 namespace ds {
28 }
29 
36 namespace lz78 {
37 }
38 
46 namespace lzss {
47 }
48 
56 namespace lzw {
57 }
58 
60 namespace int_vector {
61 }
62 
64 namespace test {
65 }
66 
67 }//namespace tdc
68 
Contains the text compression and encoding framework.
Definition: namespaces.hpp:11