|
libzypp
15.24.2
|
Helper class to ship zlib errors. More...
#include <GzStream.h>
Public Member Functions | |
| ZlibError () | |
| std::string | strerror () const |
| Return string describing the zlib error code. More... | |
Public Attributes | |
| int | _zError |
| The zlib error code. More... | |
| int | _errno |
| errno, valid if zError is Z_ERRNO More... | |
Related Functions | |
(Note that these are not member functions.) | |
| std::ostream & | operator<< (std::ostream &str, const ZlibError &obj) |
Helper class to ship zlib errors.
Definition at line 43 of file GzStream.h.
|
inline |
Definition at line 55 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 68 of file GzStream.h.
| int zypp::gzstream_detail::ZlibError::_zError |
The zlib error code.
Definition at line 48 of file GzStream.h.
| int zypp::gzstream_detail::ZlibError::_errno |
errno, valid if zError is Z_ERRNO
Definition at line 53 of file GzStream.h.