Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::iostreams::basic_bzip2_compressor< Alloc > Struct Template Reference

#include <bzip2.hpp>

Inheritance diagram for boost::iostreams::basic_bzip2_compressor< Alloc >:
Collaboration diagram for boost::iostreams::basic_bzip2_compressor< Alloc >:

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_bzip2_compressor (const bzip2_params &=bzip2::default_block_size, int buffer_size=default_device_buffer_size)
 
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::bzip2_compressor_impl
< Alloc > & 
filter ()
 
string_type unconsumed_input () const
 

Member Typedef Documentation

template<typename Alloc = std::allocator<char>>
typedef base_type::category boost::iostreams::basic_bzip2_compressor< Alloc >::category
template<typename Alloc = std::allocator<char>>
typedef base_type::char_type boost::iostreams::basic_bzip2_compressor< Alloc >::char_type
typedef std::basic_string<char_type, traits_type, Alloc> boost::iostreams::symmetric_filter< detail::bzip2_compressor_impl< Alloc > , Alloc >::string_type
inherited

Constructor & Destructor Documentation

Member Function Documentation

typedef boost::iostreams::symmetric_filter< detail::bzip2_compressor_impl< Alloc > , Alloc >::BOOST_IOSTREAMS_CHAR_TRAITS ( char_type  )
inherited
void boost::iostreams::symmetric_filter< detail::bzip2_compressor_impl< Alloc > , Alloc >::close ( Sink &  snk,
BOOST_IOS::openmode  mode 
)
inlineinherited
std::streamsize boost::iostreams::symmetric_filter< detail::bzip2_compressor_impl< Alloc > , Alloc >::read ( Source &  src,
char_type s,
std::streamsize  n 
)
inlineinherited
string_type boost::iostreams::symmetric_filter< detail::bzip2_compressor_impl< Alloc > , Alloc >::unconsumed_input ( ) const
inherited
std::streamsize boost::iostreams::symmetric_filter< detail::bzip2_compressor_impl< Alloc > , Alloc >::write ( Sink &  snk,
const char_type s,
std::streamsize  n 
)
inlineinherited

The documentation for this struct was generated from the following file: