|
libzypp
9.1.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. | |
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) |
Helper class to ship zlib errors.
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 |
Return string describing the zlib error code.
Definition at line 54 of file GzStream.cc.
References _errno, and _zError.
Referenced by operator<<().
| std::ostream & operator<< | ( | std::ostream & | str, |
| const ZlibError & | obj | ||
| ) | [related] |
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.7.6.1