Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::iostreams::zlib_params Struct Reference

#include <zlib.hpp>

Inheritance diagram for boost::iostreams::zlib_params:

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
 

Constructor & Destructor Documentation

boost::iostreams::zlib_params::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 
)
inline

Member Data Documentation

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

The documentation for this struct was generated from the following file: