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

#include <gzip.hpp>

Inheritance diagram for boost::iostreams::gzip_params:
Collaboration diagram for boost::iostreams::gzip_params:

Public Member Functions

 gzip_params (int level=gzip::default_compression, int method=gzip::deflated, int window_bits=gzip::default_window_bits, int mem_level=gzip::default_mem_level, int strategy=gzip::default_strategy, std::string file_name="", std::string comment="", std::time_t mtime=0)
 

Public Attributes

std::string file_name
 
std::string comment
 
std::time_t mtime
 
int level
 
int method
 
int window_bits
 
int mem_level
 
int strategy
 
bool noheader
 
bool calculate_crc
 

Constructor & Destructor Documentation

boost::iostreams::gzip_params::gzip_params ( int  level = gzip::default_compression,
int  method = gzip::deflated,
int  window_bits = gzip::default_window_bits,
int  mem_level = gzip::default_mem_level,
int  strategy = gzip::default_strategy,
std::string  file_name = "",
std::string  comment = "",
std::time_t  mtime = 0 
)
inline

Member Data Documentation

bool boost::iostreams::zlib_params::calculate_crc
inherited
std::string boost::iostreams::gzip_params::comment
std::string boost::iostreams::gzip_params::file_name
int boost::iostreams::zlib_params::level
inherited
int boost::iostreams::zlib_params::mem_level
inherited
int boost::iostreams::zlib_params::method
inherited
std::time_t boost::iostreams::gzip_params::mtime
bool boost::iostreams::zlib_params::noheader
inherited
int boost::iostreams::zlib_params::strategy
inherited
int boost::iostreams::zlib_params::window_bits
inherited

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