#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 42 of file GzStream.h.
|
Definition at line 54 of file GzStream.h. |
|
Return string describing the zlib error code.
Definition at line 44 of file GzStream.cc. |
|
The zlib error code.
Definition at line 47 of file GzStream.h. Referenced by zypp::gzstream_detail::fgzstreambuf::setZError(), and strerror(). |
|
errno, valid if zError is Z_ERRNO
Definition at line 52 of file GzStream.h. Referenced by strerror(). |