#include <zlib.hpp>
Public Member Functions | |
zlib_params (int level=zlib::default_compression, int method=zlib::deflated, int window_bits=zlib::default_window_bits, int mem_level=zlib::default_mem_level, int strategy=zlib::default_strategy, bool noheader=zlib::default_noheader, bool calculate_crc=zlib::default_crc) | |
Public Attributes | |
int | level |
int | method |
int | window_bits |
int | mem_level |
int | strategy |
bool | noheader |
bool | calculate_crc |
|
inline |
bool boost::iostreams::zlib_params::calculate_crc |
int boost::iostreams::zlib_params::level |
int boost::iostreams::zlib_params::mem_level |
int boost::iostreams::zlib_params::method |
bool boost::iostreams::zlib_params::noheader |
int boost::iostreams::zlib_params::strategy |
int boost::iostreams::zlib_params::window_bits |