ゴミ箱
Public Member Functions | Public Attributes | List of all members
boost::beast::zlib::detail::deflate_stream::config Struct Reference

#include <deflate_stream.hpp>

Public Member Functions

 config (std::uint16_t good_length_, std::uint16_t max_lazy_, std::uint16_t nice_length_, std::uint16_t max_chain_, compress_func func_)
 

Public Attributes

std::uint16_t good_length
 
std::uint16_t max_lazy
 
std::uint16_t nice_length
 
std::uint16_t max_chain
 
compress_func func
 

Constructor & Destructor Documentation

boost::beast::zlib::detail::deflate_stream::config::config ( std::uint16_t  good_length_,
std::uint16_t  max_lazy_,
std::uint16_t  nice_length_,
std::uint16_t  max_chain_,
compress_func  func_ 
)
inline

Member Data Documentation

compress_func boost::beast::zlib::detail::deflate_stream::config::func
std::uint16_t boost::beast::zlib::detail::deflate_stream::config::good_length
std::uint16_t boost::beast::zlib::detail::deflate_stream::config::max_chain
std::uint16_t boost::beast::zlib::detail::deflate_stream::config::max_lazy
std::uint16_t boost::beast::zlib::detail::deflate_stream::config::nice_length

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