libzypp  15.28.6
GzStream.h File Reference
#include <iosfwd>
#include <streambuf>
#include <vector>
#include <zlib.h>
Include dependency graph for GzStream.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  zypp::gzstream_detail::ZlibError
 Helper class to ship zlib errors. More...
 
class  zypp::gzstream_detail::fgzstreambuf
 Streambuffer reading or writing gzip files. More...
 
class  zypp::gzstream_detail::fXstream< TBStream, TStreamBuf >
 Common template to define ifgzstream/ofgzstream reading/writing gzip files. More...
 

Namespaces

 zypp
 Easy-to use interface to the ZYPP dependency resolver.
 
 zypp::gzstream_detail
 

Typedefs

typedef
gzstream_detail::fXstream
< std::istream,
gzstream_detail::fgzstreambuf > 
zypp::ifgzstream
 istream reading gzip files as well as plain files. More...
 
typedef
gzstream_detail::fXstream
< std::ostream,
gzstream_detail::fgzstreambuf > 
zypp::ofgzstream
 ostream writing gzip files. More...