16#include <zypp-core/OnMediaLocation>
70 {
return str << obj; }
89 {
return _pimpl->_filename; }
92 {
return _pimpl->_medianr; }
95 {
_pimpl->_filename = std::move(filename_r);
_pimpl->_medianr = medianr_r;
return *
this; }
101 {
_pimpl->_filename = std::move(filename_r);
return *
this; }
104 {
_pimpl->_medianr = medianr_r;
return *
this; }
110 {
return _pimpl->_optional; }
113 {
_pimpl->_optional = val_r;
return *
this; }
116 {
return _pimpl->_downloadSize; }
119 {
_pimpl->_downloadSize = val_r;
return *
this; }
122 {
return _pimpl->_checksum; }
125 {
_pimpl->_checksum = std::move(val_r);
return *
this; }
128 {
return _pimpl->_openSize; }
131 {
_pimpl->_openSize = val_r;
return *
this; }
134 {
return _pimpl->_openChecksum; }
137 {
_pimpl->_openChecksum = std::move(val_r);
return *
this; }
140 {
return _pimpl->_headerSize; }
143 {
_pimpl->_headerSize = val_r;
return *
this; }
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; }
Store and operate with byte count.
bool emptyOrRoot() const
Test for "" or "/".
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)