#include <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 | |
Definition at line 43 of file GzStream.h.
| zypp::gzstream_detail::ZlibError::ZlibError | ( | ) | [inline] |
Definition at line 55 of file GzStream.h.
| std::string zypp::gzstream_detail::ZlibError::strerror | ( | ) | const |
The zlib error code.
Definition at line 48 of file GzStream.h.
Referenced by zypp::gzstream_detail::fgzstreambuf::close(), zypp::gzstream_detail::fgzstreambuf::setZError(), and strerror().
errno, valid if zError is Z_ERRNO
Definition at line 53 of file GzStream.h.
Referenced by zypp::gzstream_detail::fgzstreambuf::close(), and strerror().
1.5.3