|
GridFormat 0.5.0
I/O-Library for grid-like data structures
|
Compressor using the LZMA library. More...
#include <concepts>#include <utility>#include <vector>#include <cassert>#include <algorithm>#include <tuple>#include <cstdint>#include <lzma.h>#include <gridformat/common/exceptions.hpp>#include <gridformat/common/serialization.hpp>#include <gridformat/common/logging.hpp>#include <gridformat/compression/common.hpp>#include <gridformat/compression/decompress.hpp>Go to the source code of this file.
Classes | |
| struct | GridFormat::Compression::LZMAOptions |
| Options for the lzma compressor. More... | |
| class | GridFormat::Compression::LZMA |
| Compressor using the lzma library. More... | |
Variables | |
| constexpr LZMA | GridFormat::Compression::lzma |
| Instance of the lzma compressor. | |