tudocomp
– The TU Dortmund Compression Framework
|
#include <Literal.hpp>
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... | |
Definition at line 24 of file Literal.hpp.
|
inline |
Tests whether there are more literals in the stream.
Definition at line 29 of file Literal.hpp.
|
inline |
Yields the next literal from the stream.
Definition at line 33 of file Literal.hpp.