#include <zstr.hpp>
Definition at line 264 of file zstr.hpp.
◆ ostreambuf() [1/2]
zstr::ostreambuf::ostreambuf |
( |
std::streambuf * |
_sbuf_p, |
|
|
std::size_t |
_buff_size = default_buff_size , |
|
|
int |
_level = Z_DEFAULT_COMPRESSION , |
|
|
int |
_window_bits = 0 |
|
) |
| |
|
inline |
◆ ostreambuf() [2/2]
zstr::ostreambuf::ostreambuf |
( |
const ostreambuf & |
| ) |
|
|
delete |
◆ ~ostreambuf()
virtual zstr::ostreambuf::~ostreambuf |
( |
| ) |
|
|
inlinevirtual |
◆ deflate_loop()
int zstr::ostreambuf::deflate_loop |
( |
int |
flush | ) |
|
|
inline |
◆ operator=()
◆ overflow()
std::streambuf::int_type zstr::ostreambuf::overflow |
( |
std::streambuf::int_type |
c = traits_type::eof() | ) |
|
|
inlineoverride |
◆ sync()
int zstr::ostreambuf::sync |
( |
| ) |
|
|
inlineoverride |
◆ buff_size
std::size_t zstr::ostreambuf::buff_size |
|
private |
◆ failed
bool zstr::ostreambuf::failed = false |
|
private |
◆ in_buff
std::unique_ptr<char[]> zstr::ostreambuf::in_buff |
|
private |
◆ out_buff
std::unique_ptr<char[]> zstr::ostreambuf::out_buff |
|
private |
◆ sbuf_p
std::streambuf* zstr::ostreambuf::sbuf_p = nullptr |
|
private |
◆ zstrm_p
The documentation for this class was generated from the following file: