#include <LZSSFactors.hpp>
Definition at line 23 of file LZSSFactors.hpp.
◆ const_iterator
◆ FactorBuffer()
tdc::lzss::FactorBuffer::FactorBuffer |
( |
| ) |
|
|
inline |
◆ begin()
◆ emplace_back()
void tdc::lzss::FactorBuffer::emplace_back |
( |
len_t |
fpos, |
|
|
len_t |
fsrc, |
|
|
len_t |
flen |
|
) |
| |
|
inline |
◆ empty()
bool tdc::lzss::FactorBuffer::empty |
( |
| ) |
const |
|
inline |
◆ end()
◆ flatten()
void tdc::lzss::FactorBuffer::flatten |
( |
| ) |
|
|
inline |
◆ is_sorted()
bool tdc::lzss::FactorBuffer::is_sorted |
( |
| ) |
const |
|
inline |
◆ longest_factor()
size_t tdc::lzss::FactorBuffer::longest_factor |
( |
| ) |
const |
|
inline |
◆ shortest_factor()
size_t tdc::lzss::FactorBuffer::shortest_factor |
( |
| ) |
const |
|
inline |
◆ size()
size_t tdc::lzss::FactorBuffer::size |
( |
| ) |
const |
|
inline |
◆ sort()
void tdc::lzss::FactorBuffer::sort |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: