tudocomp
– The TU Dortmund Compression Framework
|
#include <StreamingStrategy.hpp>
Public Member Functions | |
Decompression (Env &&env, Env &&ref_env, std::shared_ptr< BitIStream > in) | |
size_t | decode_ref (Range ref_range) |
uliteral_t | decode_char () |
View | decode_str () |
bool | decode_sep () |
bool | eof () |
Public Member Functions inherited from tdc::Algorithm | |
virtual | ~Algorithm ()=default |
Algorithm (Algorithm const &)=default | |
Algorithm (Algorithm &&)=default | |
Algorithm & | operator= (Algorithm const &)=default |
Algorithm & | operator= (Algorithm &&)=default |
Algorithm (Env &&env) | |
Instantiates an algorithm in the specified environment. More... | |
Env & | env () |
Provides access to the environment that the algorithm works in. More... | |
const Env & | env () const |
Definition at line 59 of file StreamingStrategy.hpp.
|
inline |
Definition at line 66 of file StreamingStrategy.hpp.
|
inline |
Definition at line 78 of file StreamingStrategy.hpp.
|
inline |
Definition at line 74 of file StreamingStrategy.hpp.
|
inline |
Definition at line 94 of file StreamingStrategy.hpp.
|
inline |
Definition at line 82 of file StreamingStrategy.hpp.
|
inline |
Definition at line 98 of file StreamingStrategy.hpp.