tudocomp
– The TU Dortmund Compression Framework
LZSSFactors.hpp File Reference
#include <algorithm>
#include <vector>
#include <tudocomp/def.hpp>
#include <tudocomp/ds/IntVector.hpp>
#include <tudocomp_stat/StatPhase.hpp>

Go to the source code of this file.

Classes

class  tdc::lzss::Factor
 
class  tdc::lzss::FactorBuffer
 

Namespaces

 tdc
 Contains the text compression and encoding framework.
 
 tdc::lzss
 Contains compressors and encoders that work with Lempel-Ziv-Storer-Szymansky-like factors.
 

Functions

class tdc::lzss::Factor tdc::lzss::__attribute__ ((__packed__))
 
 Factor (len_t fpos, len_t fsrc, len_t flen)
 

Variables

len_compact_t pos
 
len_compact_t src
 
len_compact_t len
 
class tdc::lzss::FactorBuffer tdc::lzss::__attribute__
 

Function Documentation

◆ Factor()

__attribute__::Factor ( len_t  fpos,
len_t  fsrc,
len_t  flen 
)
inline

Definition at line 40 of file LZSSFactors.hpp.

Variable Documentation

◆ len

len_compact_t len

Definition at line 38 of file LZSSFactors.hpp.

◆ pos

len_compact_t pos

Definition at line 38 of file LZSSFactors.hpp.

◆ src

len_compact_t src

Definition at line 38 of file LZSSFactors.hpp.