libzypp 17.38.6
zypp::gzstream_detail Namespace Reference

Classes

struct  ZlibError
 Helper class to ship zlib errors. More...
class  gzstreambufimpl
 Streambuffer reading or writing gzip files. More...

Typedefs

using fgzstreambuf = detail::SimpleStreamBuf<gzstreambufimpl>

Functions

std::ostream & operator<< (std::ostream &str, const ZlibError &obj)
 relates: ZlibError Stream output.

Typedef Documentation

◆ fgzstreambuf

Definition at line 151 of file gzstream.h.

Function Documentation

◆ operator<<()

std::ostream & zypp::gzstream_detail::operator<< ( std::ostream & str,
const ZlibError & obj )
inline

relates: ZlibError Stream output.

Definition at line 71 of file gzstream.h.