ゴミ箱
Classes | Public Member Functions | Protected Member Functions | List of all members
boost::beast::zlib::detail::inflate_stream Class Reference

#include <inflate_stream.hpp>

Inheritance diagram for boost::beast::zlib::detail::inflate_stream:
boost::beast::zlib::inflate_stream

Public Member Functions

template<class >
auto get_fixed_tables () -> codes const &
 

Protected Member Functions

 inflate_stream ()
 
template<class = void>
void doClear ()
 
template<class = void>
void doReset (int windowBits)
 
template<class = void>
void doWrite (z_params &zs, Flush flush, error_code &ec)
 
void doReset ()
 

Constructor & Destructor Documentation

boost::beast::zlib::detail::inflate_stream::inflate_stream ( )
inlineprotected

Member Function Documentation

template<class >
void boost::beast::zlib::detail::inflate_stream::doClear ( )
protected
template<class >
void boost::beast::zlib::detail::inflate_stream::doReset ( int  windowBits)
protected
void boost::beast::zlib::detail::inflate_stream::doReset ( )
inlineprotected
template<class >
void boost::beast::zlib::detail::inflate_stream::doWrite ( z_params zs,
Flush  flush,
error_code ec 
)
protected
template<class >
auto boost::beast::zlib::detail::inflate_stream::get_fixed_tables ( ) -> codes const&

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