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_gzip_decompressor< Alloc > Class Template Reference

#include <gzip.hpp>

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

Classes

struct  category
 

Public Types

typedef char char_type
 

Public Member Functions

 basic_gzip_decompressor (int window_bits=gzip::default_window_bits, int buffer_size=default_device_buffer_size)
 
template<typename Sink >
std::streamsize write (Sink &snk, const char_type *s, std::streamsize n)
 
template<typename Source >
std::streamsize read (Source &src, char_type *s, std::streamsize n)
 
template<typename Source >
void close (Source &src, BOOST_IOS::openmode m)
 
std::string file_name () const
 
std::string comment () const
 
bool text () const
 
int os () const
 
std::time_t mtime () const
 

Private Types

typedef base_type::category category
 

Private Member Functions

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
 

Member Typedef Documentation

template<typename Alloc = std::allocator<char>>
typedef char boost::iostreams::basic_gzip_decompressor< Alloc >::char_type

Constructor & Destructor Documentation

template<typename Alloc >
boost::iostreams::basic_gzip_decompressor< Alloc >::basic_gzip_decompressor ( int  window_bits = gzip::default_window_bits,
int  buffer_size = default_device_buffer_size 
)

Member Function Documentation

template<typename Alloc = std::allocator<char>>
template<typename Source >
void boost::iostreams::basic_gzip_decompressor< Alloc >::close ( Source &  src,
BOOST_IOS::openmode  m 
)
inline
template<typename Alloc = std::allocator<char>>
std::string boost::iostreams::basic_gzip_decompressor< Alloc >::comment ( ) const
inline
template<typename Alloc = std::allocator<char>>
std::string boost::iostreams::basic_gzip_decompressor< Alloc >::file_name ( ) const
inline
template<typename Alloc = std::allocator<char>>
std::time_t boost::iostreams::basic_gzip_decompressor< Alloc >::mtime ( ) const
inline
template<typename Alloc = std::allocator<char>>
int boost::iostreams::basic_gzip_decompressor< Alloc >::os ( ) const
inline
template<typename Alloc = std::allocator<char>>
bool boost::iostreams::basic_gzip_decompressor< Alloc >::text ( ) const
inline
template<typename Alloc = std::allocator<char>>
template<typename Sink >
std::streamsize boost::iostreams::basic_gzip_decompressor< Alloc >::write ( Sink &  snk,
const char_type s,
std::streamsize  n 
)
inline

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