#include <bitstream.hpp>
|
unsigned | size () const |
|
void | drop (std::size_t n) |
|
void | flush () |
|
void | flush_byte () |
|
template<class FwdIt > |
bool | fill (std::size_t n, FwdIt &first, FwdIt const &last) |
|
template<class FwdIt > |
void | fill_8 (FwdIt &it) |
|
template<class FwdIt > |
void | fill_16 (FwdIt &it) |
|
template<class Unsigned > |
void | peek (Unsigned &value, std::size_t n) |
|
value_type | peek_fast () const |
|
template<class Unsigned > |
void | read (Unsigned &value, std::size_t n) |
|
template<class BidirIt > |
void | rewind (BidirIt &it) |
|
void boost::beast::zlib::detail::bitstream::drop |
( |
std::size_t |
n | ) |
|
|
inline |
template<class FwdIt >
bool boost::beast::zlib::detail::bitstream::fill |
( |
std::size_t |
n, |
|
|
FwdIt & |
first, |
|
|
FwdIt const & |
last |
|
) |
| |
|
inline |
template<class FwdIt >
void boost::beast::zlib::detail::bitstream::fill_16 |
( |
FwdIt & |
it | ) |
|
|
inline |
template<class FwdIt >
void boost::beast::zlib::detail::bitstream::fill_8 |
( |
FwdIt & |
it | ) |
|
|
inline |
void boost::beast::zlib::detail::bitstream::flush |
( |
| ) |
|
|
inline |
void boost::beast::zlib::detail::bitstream::flush_byte |
( |
| ) |
|
|
inline |
template<class Unsigned >
void boost::beast::zlib::detail::bitstream::peek |
( |
Unsigned & |
value, |
|
|
std::size_t |
n |
|
) |
| |
|
inline |
value_type boost::beast::zlib::detail::bitstream::peek_fast |
( |
| ) |
const |
|
inline |
template<class Unsigned >
void boost::beast::zlib::detail::bitstream::read |
( |
Unsigned & |
value, |
|
|
std::size_t |
n |
|
) |
| |
|
inline |
template<class BidirIt >
void boost::beast::zlib::detail::bitstream::rewind |
( |
BidirIt & |
it | ) |
|
|
inline |
unsigned boost::beast::zlib::detail::bitstream::size |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: