tudocomp
– The TU Dortmund Compression Framework
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
namespaces.hpp File Reference

Go to the source code of this file.

Namespaces

 tdc
 Contains the text compression and encoding framework.
 
 tdc::io
 Contains I/O abstractions and utilities.
 
 tdc::ds
 Contains general structures and constants concerning the available data structure implementations.
 
 tdc::lz78
 Contains compressors and encoders that work with Lempel-Ziv-78-like dictionaries.
 
 tdc::lzss
 Contains compressors and encoders that work with Lempel-Ziv-Storer-Szymansky-like factors.
 
 tdc::lzw
 Contains compressors and encoders that work with Lempel-Ziv-Welch-like dictionaries.
 
 tdc::int_vector
 Contains the IntVector class and its backing utilities.
 
 tdc::test
 Contains helpers for the unit tests.