tudocomp
– The TU Dortmund Compression Framework
|
#include <tudocomp/io/Path.hpp>
#include <tudocomp/io/Input.hpp>
#include <tudocomp/io/Output.hpp>
#include <tudocomp/io/BitIStream.hpp>
#include <tudocomp/io/BitOStream.hpp>
Go to the source code of this file.
Namespaces | |
tdc | |
Contains the text compression and encoding framework. | |
Typedefs | |
using | tdc::Path = io::Path |
Convenience shortcut to io::Path. More... | |
using | tdc::Input = io::Input |
Convenience shortcut to io::Input. More... | |
using | tdc::Output = io::Output |
Convenience shortcut to io::Output. More... | |
using | tdc::BitIStream = io::BitIStream |
Convenience shortcut to io::BitIStream. More... | |
using | tdc::BitOStream = io::BitOStream |
Convenience shortcut to io::BitOStream. More... | |