Home
last modified time | relevance | path

Searched defs:basic_zlib_compressor (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/iostreams/filter/
Dzlib.hpp264 struct basic_zlib_compressor struct
268 typedef detail::zlib_compressor_impl<Alloc> impl_type;
269 typedef symmetric_filter<impl_type, Alloc> base_type;
271 typedef typename base_type::char_type char_type;
272 typedef typename base_type::category category;
275 zlib::ulong crc() { return this->filter().crc(); } in crc()
276 int total_in() { return this->filter().total_in(); } in total_in()
406 basic_zlib_compressor<Alloc>::basic_zlib_compressor in basic_zlib_compressor() function in boost::iostreams::basic_zlib_compressor