|
tudocomp
– The TU Dortmund Compression Framework
|
Local environment for a compression/encoding/decompression call. More...
#include <Env.hpp>
Public Member Functions | |
| Env ()=delete | |
| Env (const Env &other)=delete | |
| Env (Env &&other) | |
| Env (std::shared_ptr< EnvRoot > root, const AlgorithmValue &node) | |
| ~Env () | |
| const std::shared_ptr< EnvRoot > & | root () const |
| void | error (const std::string &msg) const |
| Log an error and end the current operation. More... | |
| Env | env_for_option (const std::string &option) const |
| Create the environment for a sub algorithm option. More... | |
| const OptionValue & | option (const std::string &option) const |
| Get an option of this algorithm. More... | |
Local environment for a compression/encoding/decompression call.
Gives access to environment options that can be used to modify the default behavior of an algorithm.
Definition at line 55 of file pre_header/Env.hpp.
|
inlinedelete |
|
inlinedelete |
|
inline |
|
inlinedefault |
|
inline |
|
inline |
|
inline |
|
inline |