16#include <zypp-core/OnMediaLocation>
66 {
return str <<
"[" <<
obj._medianr <<
"]" <<
obj._filename <<
"{" <<
obj._downloadSize <<
"|" <<
obj._checksum <<
"|" <<
obj._deltafile <<
"}"; }
77 : _pimpl(
Impl::nullimpl() )
89 {
return _pimpl->_filename; }
92 {
return _pimpl->_medianr; }
110 {
return _pimpl->_optional; }
116 {
return _pimpl->_downloadSize; }
122 {
return _pimpl->_checksum; }
125 {
_pimpl->_checksum = std::move(
val_r);
return *
this; }
128 {
return _pimpl->_openSize; }
134 {
return _pimpl->_openChecksum; }
137 {
_pimpl->_openChecksum = std::move(
val_r);
return *
this; }
140 {
return _pimpl->_headerSize; }
146 {
return _pimpl->_headerChecksum; }
149 {
_pimpl->_headerChecksum = std::move(
val_r);
return *
this; }
152 {
return _pimpl->_deltafile; }
155 {
_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)