GridFormat 0.2.1
I/O-Library for grid-like data structures
Loading...
Searching...
No Matches
lzma.hpp File Reference

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.