GridFormat 0.2.1
I/O-Library for grid-like data structures
|
Compressor using the ZLIB library. More...
#include <concepts>
#include <utility>
#include <vector>
#include <cassert>
#include <algorithm>
#include <tuple>
#include <zlib.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::ZLIBOptions |
Options for the zlib compressor. More... | |
class | GridFormat::Compression::ZLIB |
Compressor using the zlib library. More... | |
Variables | |
constexpr ZLIB | GridFormat::Compression::zlib |
Instance of the zlib compressor. | |