|
tudocomp
– The TU Dortmund Compression Framework
|
Go to the source code of this file.
Classes | |
| class | tdc::ds::InputRestrictionsAndFlags |
Namespaces | |
| tdc | |
| Contains the text compression and encoding framework. | |
| tdc::ds | |
| Contains general structures and constants concerning the available data structure implementations. | |
Typedefs | |
| using | tdc::ds::dsflags_t = unsigned int |
Functions | |
| std::ostream & | tdc::ds::operator<< (std::ostream &o, const InputRestrictionsAndFlags &v) |
Variables | |
| constexpr dsflags_t | tdc::ds::NONE = 0x00 |
| constexpr dsflags_t | tdc::ds::SA = 0x01 |
| constexpr dsflags_t | tdc::ds::ISA = 0x02 |
| constexpr dsflags_t | tdc::ds::LCP = 0x04 |
| constexpr dsflags_t | tdc::ds::PHI = 0x08 |
| constexpr dsflags_t | tdc::ds::PLCP = 0x10 |