15#include <zypp-core/OnMediaLocation>
56 {
static shared_ptr<Impl> _nullimpl(
new Impl );
return _nullimpl; }
58 friend Impl * rwcowClone<Impl>(
const Impl * rhs );
69 {
return str << obj; }
76 : _pimpl(
Impl::nullimpl() )
80 : _pimpl( new
Impl(
std::move(filename_r), medianr_r ) )
88 {
return _pimpl->_filename; }
91 {
return _pimpl->_medianr; }
94 {
_pimpl->_filename = std::move(filename_r);
_pimpl->_medianr = medianr_r;
return *
this; }
100 {
_pimpl->_filename = std::move(filename_r);
return *
this; }
103 {
_pimpl->_medianr = medianr_r;
return *
this; }
109 {
return _pimpl->_optional; }
112 {
_pimpl->_optional = val_r;
return *
this; }
115 {
return _pimpl->_downloadSize; }
118 {
_pimpl->_downloadSize = val_r;
return *
this; }
121 {
return _pimpl->_checksum; }
124 {
_pimpl->_checksum = val_r;
return *
this; }
127 {
return _pimpl->_openSize; }
130 {
_pimpl->_openSize = val_r;
return *
this; }
133 {
return _pimpl->_openChecksum; }
136 {
_pimpl->_openChecksum = val_r;
return *
this; }
139 {
return _pimpl->_headerSize; }
142 {
_pimpl->_headerSize = val_r;
return *
this; }
145 {
return _pimpl->_headerChecksum; }
148 {
_pimpl->_headerChecksum = val_r;
return *
this; }
151 {
return _pimpl->_deltafile; }
154 {
_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)