tudocomp
– The TU Dortmund Compression Framework
|
A literal iterator that yields every character from a View. More...
#include <Literal.hpp>
Public Member Functions | |
ViewLiterals (View view) | |
Constructor. More... | |
bool | has_next () const |
Tests whether there are more literals in the stream. More... | |
Literal | next () |
Yields the next literal from the stream. More... | |
A literal iterator that yields every character from a View.
Definition at line 41 of file Literal.hpp.
|
inline |
|
inline |
Tests whether there are more literals in the stream.
Definition at line 56 of file Literal.hpp.
|
inline |
Yields the next literal from the stream.
Definition at line 62 of file Literal.hpp.