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 Namespace Reference

Typedefs

typedef uint32_t uint
 
typedef uint8_t byte
 
typedef uint32_t ulong
 
typedef void *(* xalloc_func )(void *, zlib::uint, zlib::uint)
 
typedef void(* xfree_func )(void *, void *)
 

Variables

BOOST_IOSTREAMS_DECL const int no_compression
 
BOOST_IOSTREAMS_DECL const int best_speed
 
BOOST_IOSTREAMS_DECL const int best_compression
 
BOOST_IOSTREAMS_DECL const int default_compression
 
BOOST_IOSTREAMS_DECL const int deflated
 
BOOST_IOSTREAMS_DECL const int default_strategy
 
BOOST_IOSTREAMS_DECL const int filtered
 
BOOST_IOSTREAMS_DECL const int huffman_only
 
BOOST_IOSTREAMS_DECL const int okay
 
BOOST_IOSTREAMS_DECL const int stream_end
 
BOOST_IOSTREAMS_DECL const int stream_error
 
BOOST_IOSTREAMS_DECL const int version_error
 
BOOST_IOSTREAMS_DECL const int data_error
 
BOOST_IOSTREAMS_DECL const int mem_error
 
BOOST_IOSTREAMS_DECL const int buf_error
 
BOOST_IOSTREAMS_DECL const int finish
 
BOOST_IOSTREAMS_DECL const int no_flush
 
BOOST_IOSTREAMS_DECL const int sync_flush
 
const int null = 0
 
const int default_window_bits = 15
 
const int default_mem_level = 8
 
const bool default_crc = false
 
const bool default_noheader = false
 

Typedef Documentation

typedef uint32_t boost::iostreams::zlib::uint
typedef void*(* boost::iostreams::zlib::xalloc_func)(void *, zlib::uint, zlib::uint)
typedef void(* boost::iostreams::zlib::xfree_func)(void *, void *)

Variable Documentation

BOOST_IOSTREAMS_DECL const int boost::iostreams::zlib::best_compression
BOOST_IOSTREAMS_DECL const int boost::iostreams::zlib::best_speed
BOOST_IOSTREAMS_DECL const int boost::iostreams::zlib::buf_error
BOOST_IOSTREAMS_DECL const int boost::iostreams::zlib::data_error
BOOST_IOSTREAMS_DECL const int boost::iostreams::zlib::default_compression
const bool boost::iostreams::zlib::default_crc = false
const int boost::iostreams::zlib::default_mem_level = 8
const bool boost::iostreams::zlib::default_noheader = false
const int boost::iostreams::zlib::default_window_bits = 15
BOOST_IOSTREAMS_DECL const int boost::iostreams::zlib::deflated
BOOST_IOSTREAMS_DECL const int boost::iostreams::zlib::filtered
BOOST_IOSTREAMS_DECL const int boost::iostreams::zlib::finish
BOOST_IOSTREAMS_DECL const int boost::iostreams::zlib::huffman_only
BOOST_IOSTREAMS_DECL const int boost::iostreams::zlib::mem_error
BOOST_IOSTREAMS_DECL const int boost::iostreams::zlib::no_compression
BOOST_IOSTREAMS_DECL const int boost::iostreams::zlib::no_flush
const int boost::iostreams::zlib::null = 0
BOOST_IOSTREAMS_DECL const int boost::iostreams::zlib::okay
BOOST_IOSTREAMS_DECL const int boost::iostreams::zlib::stream_end
BOOST_IOSTREAMS_DECL const int boost::iostreams::zlib::stream_error
BOOST_IOSTREAMS_DECL const int boost::iostreams::zlib::sync_flush
BOOST_IOSTREAMS_DECL const int boost::iostreams::zlib::version_error