tudocomp
– The TU Dortmund Compression Framework
|
Go to the source code of this file.
Namespaces | |
tdc | |
Contains the text compression and encoding framework. | |
Enumerations | |
enum | tdc::CompressMode { tdc::plain = 0, tdc::delayed = 1, tdc::compressed = 2, tdc::coherent_delayed = 254, tdc::select = 255 } |
Defines when data structures are bit-compressed. More... | |
Functions | |
CompressMode | tdc::cm_select (CompressMode in, CompressMode sel) |