tudocomp
– The TU Dortmund Compression Framework
tdc::LiteralIterator Class Reference

#include <Literal.hpp>

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

Public Member Functions

bool has_next () const
 Tests whether there are more literals in the stream. More...
 
Literal next ()
 Yields the next literal from the stream. More...
 

Detailed Description

Definition at line 24 of file Literal.hpp.

Member Function Documentation

◆ has_next()

bool tdc::LiteralIterator::has_next ( ) const
inline

Tests whether there are more literals in the stream.

Returns
true if there are more literals in the stream, false otherwise.

Definition at line 29 of file Literal.hpp.

◆ next()

Literal tdc::LiteralIterator::next ( )
inline

Yields the next literal from the stream.

Returns
The next literal from the stream.

Definition at line 33 of file Literal.hpp.


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