Home
last modified time | relevance | path

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

/third_party/boost/boost/iostreams/filter/
Dbzip2.hpp246 struct basic_bzip2_compressor struct
250 typedef detail::bzip2_compressor_impl<Alloc> impl_type;
251 typedef symmetric_filter<impl_type, Alloc> base_type;
253 typedef typename base_type::char_type char_type;
254 typedef typename base_type::category category;
409 basic_bzip2_compressor<Alloc>::basic_bzip2_compressor in basic_bzip2_compressor() function in boost::iostreams::basic_bzip2_compressor