tudocomp
– The TU Dortmund Compression Framework
tdc::lzss::TextLiterals< text_t > Class Template Reference

#include <LZSSLiterals.hpp>

Inheritance diagram for tdc::lzss::TextLiterals< text_t >:
tdc::LiteralIterator

Public Member Functions

 TextLiterals (const text_t &text, const FactorBuffer &factors)
 
bool has_next () const
 
Literal next ()
 

Detailed Description

template<typename text_t>
class tdc::lzss::TextLiterals< text_t >

Definition at line 11 of file LZSSLiterals.hpp.

Constructor & Destructor Documentation

◆ TextLiterals()

template<typename text_t >
tdc::lzss::TextLiterals< text_t >::TextLiterals ( const text_t &  text,
const FactorBuffer factors 
)
inline

Definition at line 29 of file LZSSLiterals.hpp.

Member Function Documentation

◆ has_next()

template<typename text_t >
bool tdc::lzss::TextLiterals< text_t >::has_next ( ) const
inline

Definition at line 38 of file LZSSLiterals.hpp.

◆ next()

template<typename text_t >
Literal tdc::lzss::TextLiterals< text_t >::next ( )
inline

Definition at line 42 of file LZSSLiterals.hpp.


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