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

#include <window.hpp>

Public Member Functions

int bits () const
 
unsigned capacity () const
 
unsigned size () const
 
void reset (int bits)
 
void read (std::uint8_t *out, std::size_t pos, std::size_t n)
 
template<class = void>
void write (std::uint8_t const *in, std::size_t n)
 

Member Function Documentation

int boost::beast::zlib::detail::window::bits ( ) const
inline
unsigned boost::beast::zlib::detail::window::capacity ( ) const
inline
void boost::beast::zlib::detail::window::read ( std::uint8_t *  out,
std::size_t  pos,
std::size_t  n 
)
inline
void boost::beast::zlib::detail::window::reset ( int  bits)
inline
unsigned boost::beast::zlib::detail::window::size ( ) const
inline
template<class >
void boost::beast::zlib::detail::window::write ( std::uint8_t const *  in,
std::size_t  n 
)

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