libzypp
17.25.8
|
#include <iosfwd>
#include <streambuf>
#include <vector>
#include <zypp/base/SimpleStreambuf.h>
#include <zypp/base/fXstream.h>
Go to the source code of this file.
Classes | |
class | zypp::detail::zckstreambufimpl |
Streambuffer reading or writing zchunk files. More... | |
Namespaces | |
zypp | |
Easy-to use interface to the ZYPP dependency resolver. | |
zypp::detail | |
Typedefs | |
typedef struct zckCtx | zckCtx |
using | zypp::detail::ZChunkStreamBuf = detail::SimpleStreamBuf< detail::zckstreambufimpl > |
using | zypp::ifzckstream = detail::fXstream< std::istream, detail::ZChunkStreamBuf > |
istream reading zchunk files. More... | |
using | zypp::ofzckstream = detail::fXstream< std::ostream, detail::ZChunkStreamBuf > |
ostream writing zchunk files. More... | |
Definition at line 1 of file ZckStream.h.