15#include <zypp-core/OnMediaLocation>
65 {
return str <<
"[" <<
obj._medianr <<
"]" <<
obj._filename <<
"{" <<
obj._downloadSize <<
"|" <<
obj._checksum <<
"|" <<
obj._deltafile <<
"}"; }
76 : _pimpl(
Impl::nullimpl() )
88 {
return _pimpl->_filename; }
91 {
return _pimpl->_medianr; }
109 {
return _pimpl->_optional; }
115 {
return _pimpl->_downloadSize; }
121 {
return _pimpl->_checksum; }
127 {
return _pimpl->_openSize; }
133 {
return _pimpl->_openChecksum; }
139 {
return _pimpl->_headerSize; }
145 {
return _pimpl->_headerChecksum; }
151 {
return _pimpl->_deltafile; }
154 {
_pimpl->_deltafile = std::move(path);
return *
this; }
Reference counted access to a Tp object calling a custom Dispose function when the last AutoDispose h...
shared_ptr< Impl > _pimpl
Store and operate with byte count.
String related utilities and Regular expression matching.
Easy-to use interface to the ZYPP dependency resolver.
std::ostream & dumpOn(std::ostream &str, const Capability &obj)
std::ostream & operator<<(std::ostream &str, const SerialNumber &obj)