|
libzypp
17.37.18
|
#include <iosfwd>#include <streambuf>#include <vector>#include <zypp-core/base/SimpleStreambuf>#include <zypp-core/base/fXstream>

Go to the source code of this file.
Classes | |
| class | zypp::detail::zckstreambufimpl |
| Streambuffer reading or writing zchunk files. More... | |
Namespaces | |
| zypp | |
| zypp::detail | |
Typedefs | |
| using | zckCtx = struct 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 18 of file zckstream.h.