ゴミ箱
Classes | Namespaces | Typedefs | Enumerations
zlib.hpp File Reference
#include <boost/beast/config.hpp>
#include <cstdint>
#include <cstdlib>

Go to the source code of this file.

Classes

struct  boost::beast::zlib::z_params
 

Namespaces

 boost
 
 boost::beast
 
 boost::beast::zlib
 

Typedefs

typedef unsigned char boost::beast::zlib::Byte
 
typedef unsigned int boost::beast::zlib::uInt
 

Enumerations

enum  boost::beast::zlib::z_Type { boost::beast::zlib::Z_BINARY = 0, boost::beast::zlib::Z_TEXT = 1, boost::beast::zlib::Z_UNKNOWN = 2 }
 
enum  boost::beast::zlib::Flush {
  boost::beast::zlib::Flush::none, boost::beast::zlib::Flush::block, boost::beast::zlib::Flush::partial, boost::beast::zlib::Flush::sync,
  boost::beast::zlib::Flush::full, boost::beast::zlib::Flush::finish, boost::beast::zlib::Flush::trees
}
 
enum  boost::beast::zlib::z_Compression { boost::beast::zlib::Z_NO_COMPRESSION = 0, boost::beast::zlib::Z_BEST_SPEED = 1, boost::beast::zlib::Z_BEST_COMPRESSION = 9, boost::beast::zlib::Z_DEFAULT_COMPRESSION = -1 }
 
enum  boost::beast::zlib::Strategy {
  boost::beast::zlib::Strategy::normal, boost::beast::zlib::Strategy::filtered, boost::beast::zlib::Strategy::huffman, boost::beast::zlib::Strategy::rle,
  boost::beast::zlib::Strategy::fixed
}