tudocomp
– The TU Dortmund Compression Framework
|
Contains general structures and constants concerning the available data structure implementations. More...
Classes | |
class | InputRestrictionsAndFlags |
Typedefs | |
using | dsflags_t = unsigned int |
Functions | |
std::ostream & | operator<< (std::ostream &o, const InputRestrictionsAndFlags &v) |
Variables | |
constexpr dsflags_t | NONE = 0x00 |
constexpr dsflags_t | SA = 0x01 |
constexpr dsflags_t | ISA = 0x02 |
constexpr dsflags_t | LCP = 0x04 |
constexpr dsflags_t | PHI = 0x08 |
constexpr dsflags_t | PLCP = 0x10 |
Contains general structures and constants concerning the available data structure implementations.
using tdc::ds::dsflags_t = typedef unsigned int |
Definition at line 8 of file TextDSFlags.hpp.
|
inline |
Definition at line 34 of file TextDSFlags.hpp.
constexpr dsflags_t tdc::ds::ISA = 0x02 |
Definition at line 12 of file TextDSFlags.hpp.
constexpr dsflags_t tdc::ds::LCP = 0x04 |
Definition at line 13 of file TextDSFlags.hpp.
constexpr dsflags_t tdc::ds::NONE = 0x00 |
Definition at line 10 of file TextDSFlags.hpp.
constexpr dsflags_t tdc::ds::PHI = 0x08 |
Definition at line 14 of file TextDSFlags.hpp.
constexpr dsflags_t tdc::ds::PLCP = 0x10 |
Definition at line 15 of file TextDSFlags.hpp.
constexpr dsflags_t tdc::ds::SA = 0x01 |
Definition at line 11 of file TextDSFlags.hpp.