#include <zlib.hpp>


Public Types | |
| typedef base_type::char_type | char_type |
| typedef base_type::category | category |
| typedef std::basic_string < char_type, traits_type, Alloc > | string_type |
Public Member Functions | |
| basic_zlib_decompressor (int window_bits=zlib::default_window_bits, int buffer_size=default_device_buffer_size) | |
| basic_zlib_decompressor (const zlib_params &p, int buffer_size=default_device_buffer_size) | |
| zlib::ulong | crc () |
| int | total_out () |
| bool | eof () |
| typedef | BOOST_IOSTREAMS_CHAR_TRAITS (char_type) traits_type |
| std::streamsize | read (Source &src, char_type *s, std::streamsize n) |
| std::streamsize | write (Sink &snk, const char_type *s, std::streamsize n) |
| void | close (Sink &snk, BOOST_IOS::openmode mode) |
| detail::zlib_decompressor_impl < Alloc > & | filter () |
| string_type | unconsumed_input () const |
| typedef base_type::category boost::iostreams::basic_zlib_decompressor< Alloc >::category |
| typedef base_type::char_type boost::iostreams::basic_zlib_decompressor< Alloc >::char_type |
|
inherited |
| boost::iostreams::basic_zlib_decompressor< Alloc >::basic_zlib_decompressor | ( | int | window_bits = zlib::default_window_bits, |
| int | buffer_size = default_device_buffer_size |
||
| ) |
| boost::iostreams::basic_zlib_decompressor< Alloc >::basic_zlib_decompressor | ( | const zlib_params & | p, |
| int | buffer_size = default_device_buffer_size |
||
| ) |
|
inherited |
|
inlineinherited |
|
inline |
References boost::fusion::filter().
|
inline |
References boost::fusion::filter().
|
inlineinherited |
|
inlineinherited |
|
inline |
References boost::fusion::filter().
|
inherited |
|
inlineinherited |