libzypp 17.37.17
|
OnMediaLocation implementation. More...
Public Member Functions | |
Impl () | |
Impl (Pathname filename_r, unsigned medianr_r) |
Static Public Member Functions | |
static shared_ptr< Impl > | nullimpl () |
Offer default Impl. |
Public Attributes | |
Pathname | _filename |
unsigned | _medianr = 0U |
bool | _optional = false |
ByteCount | _downloadSize |
CheckSum | _checksum |
ByteCount | _openSize |
CheckSum | _openChecksum |
ByteCount | _headerSize |
CheckSum | _headerChecksum |
Pathname | _deltafile |
bool | _mirrorsAllowed = true |
Private Member Functions | |
Impl * | clone () const |
clone for RWCOW_pointer |
Friends | |
Impl * | rwcowClone (const Impl *rhs) |
Related Symbols | |
(Note that these are not member symbols.) | |
std::ostream & | operator<< (std::ostream &str, const OnMediaLocation::Impl &obj) |
Stream output. | |
std::ostream & | dumpOn (std::ostream &str, const OnMediaLocation::Impl &obj) |
Verbose stream output. |
OnMediaLocation implementation.
Definition at line 27 of file onmedialocation.cc.
|
inline |
Definition at line 30 of file onmedialocation.cc.
|
inline |
Definition at line 33 of file onmedialocation.cc.
|
inlinestatic |
Offer default Impl.
Definition at line 58 of file onmedialocation.cc.
|
inlineprivate |
clone for RWCOW_pointer
Definition at line 63 of file onmedialocation.cc.
|
Stream output.
Definition at line 67 of file onmedialocation.cc.
|
Verbose stream output.
Definition at line 71 of file onmedialocation.cc.
Pathname zypp::OnMediaLocation::Impl::_filename |
Definition at line 38 of file onmedialocation.cc.
unsigned zypp::OnMediaLocation::Impl::_medianr = 0U |
Definition at line 39 of file onmedialocation.cc.
bool zypp::OnMediaLocation::Impl::_optional = false |
Definition at line 41 of file onmedialocation.cc.
ByteCount zypp::OnMediaLocation::Impl::_downloadSize |
Definition at line 43 of file onmedialocation.cc.
CheckSum zypp::OnMediaLocation::Impl::_checksum |
Definition at line 44 of file onmedialocation.cc.
ByteCount zypp::OnMediaLocation::Impl::_openSize |
Definition at line 46 of file onmedialocation.cc.
CheckSum zypp::OnMediaLocation::Impl::_openChecksum |
Definition at line 47 of file onmedialocation.cc.
ByteCount zypp::OnMediaLocation::Impl::_headerSize |
Definition at line 49 of file onmedialocation.cc.
CheckSum zypp::OnMediaLocation::Impl::_headerChecksum |
Definition at line 50 of file onmedialocation.cc.
Pathname zypp::OnMediaLocation::Impl::_deltafile |
Definition at line 52 of file onmedialocation.cc.
bool zypp::OnMediaLocation::Impl::_mirrorsAllowed = true |
Definition at line 54 of file onmedialocation.cc.