tudocomp
– The TU Dortmund Compression Framework
tdc::lzss::Factor Class Reference

#include <LZSSFactors.hpp>

Public Member Functions

 Factor (len_t fpos, len_t fsrc, len_t flen)
 

Public Attributes

len_compact_t pos
 
len_compact_t src
 
len_compact_t len
 

Detailed Description

Definition at line 13 of file LZSSFactors.hpp.

Constructor & Destructor Documentation

◆ Factor()

tdc::lzss::Factor::Factor ( len_t  fpos,
len_t  fsrc,
len_t  flen 
)
inline

Definition at line 17 of file LZSSFactors.hpp.

Member Data Documentation

◆ len

len_compact_t tdc::lzss::Factor::len

Definition at line 15 of file LZSSFactors.hpp.

◆ pos

len_compact_t tdc::lzss::Factor::pos

Definition at line 15 of file LZSSFactors.hpp.

◆ src

len_compact_t tdc::lzss::Factor::src

Definition at line 15 of file LZSSFactors.hpp.


The documentation for this class was generated from the following file: