#include <zstr.hpp>
Definition at line 223 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 |
|
) |
| |
|
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()
virtual std::streambuf::int_type zstr::ostreambuf::overflow |
( |
std::streambuf::int_type |
c = traits_type::eof() | ) |
|
|
inlinevirtual |
◆ sync()
virtual int zstr::ostreambuf::sync |
( |
| ) |
|
|
inlinevirtual |
◆ buff_size
std::size_t zstr::ostreambuf::buff_size |
|
private |
◆ default_buff_size
const std::size_t zstr::ostreambuf::default_buff_size = (std::size_t)1 << 20 |
|
staticprivate |
◆ in_buff
char* zstr::ostreambuf::in_buff |
|
private |
◆ out_buff
char* zstr::ostreambuf::out_buff |
|
private |
◆ sbuf_p
std::streambuf* zstr::ostreambuf::sbuf_p |
|
private |
◆ zstrm_p
The documentation for this class was generated from the following file: