libzypp 17.31.23
|
Helper class to ship zlib errors. More...
#include <base/gzstream.h>
Public Member Functions | |
ZlibError () | |
std::string | strerror () const |
Return string describing the zlib error code. | |
Public Attributes | |
int | _zError |
The zlib error code. | |
int | _errno |
errno, valid if zError is Z_ERRNO | |
Related Functions | |
(Note that these are not member functions.) | |
std::ostream & | operator<< (std::ostream &str, const ZlibError &obj) |
Stream output. | |
Helper class to ship zlib errors.
Definition at line 46 of file gzstream.h.
|
inline |
Definition at line 58 of file gzstream.h.
std::string zypp::gzstream_detail::ZlibError::strerror | ( | ) | const |
Return string describing the zlib error code.
Definition at line 54 of file gzstream.cc.
|
related |
Stream output.
Definition at line 71 of file gzstream.h.
int zypp::gzstream_detail::ZlibError::_zError |
The zlib error code.
Definition at line 51 of file gzstream.h.
int zypp::gzstream_detail::ZlibError::_errno |
errno, valid if zError is Z_ERRNO
Definition at line 56 of file gzstream.h.