tudocomp
– The TU Dortmund Compression Framework
tdc::ds Namespace Reference

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
 

Detailed Description

Contains general structures and constants concerning the available data structure implementations.

Typedef Documentation

◆ dsflags_t

using tdc::ds::dsflags_t = typedef unsigned int

Definition at line 8 of file TextDSFlags.hpp.

Function Documentation

◆ operator<<()

std::ostream& tdc::ds::operator<< ( std::ostream &  o,
const InputRestrictionsAndFlags v 
)
inline

Definition at line 34 of file TextDSFlags.hpp.

Variable Documentation

◆ ISA

constexpr dsflags_t tdc::ds::ISA = 0x02

Definition at line 12 of file TextDSFlags.hpp.

◆ LCP

constexpr dsflags_t tdc::ds::LCP = 0x04

Definition at line 13 of file TextDSFlags.hpp.

◆ NONE

constexpr dsflags_t tdc::ds::NONE = 0x00

Definition at line 10 of file TextDSFlags.hpp.

◆ PHI

constexpr dsflags_t tdc::ds::PHI = 0x08

Definition at line 14 of file TextDSFlags.hpp.

◆ PLCP

constexpr dsflags_t tdc::ds::PLCP = 0x10

Definition at line 15 of file TextDSFlags.hpp.

◆ SA

constexpr dsflags_t tdc::ds::SA = 0x01

Definition at line 11 of file TextDSFlags.hpp.