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 uint8_t boost::iostreams::zlib::byte |
typedef uint32_t boost::iostreams::zlib::uint |
typedef uint32_t boost::iostreams::zlib::ulong |
typedef void*(* boost::iostreams::zlib::xalloc_func)(void *, zlib::uint, zlib::uint) |
typedef void(* boost::iostreams::zlib::xfree_func)(void *, void *) |
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 |
BOOST_IOSTREAMS_DECL const int boost::iostreams::zlib::default_strategy |
Referenced by boost::geometry::centroid(), boost::geometry::convex_hull(), boost::geometry::detail::convex_hull::convex_hull_insert(), boost::geometry::covered_by(), boost::geometry::perimeter(), boost::geometry::simplify(), boost::geometry::detail::simplify::simplify_insert(), boost::geometry::transform(), and boost::geometry::within().
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 |
Referenced by boost::iostreams::aggregate_filter< Ch, Alloc >::close().
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 |