|
libzypp 17.31.8
|
Public Member Functions | |
| DownloadSpecPrivate ()=default | |
| DownloadSpecPrivate (const DownloadSpecPrivate &other)=default | |
| DownloadSpecPrivate (DownloadSpecPrivate &&other)=default | |
| DownloadSpecPrivate * | clone () const |
Public Attributes | |
| zypp::Url | _url |
| TransferSettings | _settings |
| zypp::Pathname | _delta |
| zypp::ByteCount | _expectedFileSize |
| zypp::Pathname | _targetPath |
| bool | _checkExistanceOnly = false |
| bool | _metalink_enabled = true |
| zypp::ByteCount | _headerSize |
| std::optional< zypp::CheckSum > | _headerChecksum |
| zypp::ByteCount | _preferred_chunk_size = 0 |
Definition at line 14 of file downloadspec.cc.
|
default |
|
default |
|
default |
|
inline |
Definition at line 20 of file downloadspec.cc.
| zypp::Url zyppng::DownloadSpecPrivate::_url |
Definition at line 24 of file downloadspec.cc.
| TransferSettings zyppng::DownloadSpecPrivate::_settings |
Definition at line 25 of file downloadspec.cc.
| zypp::Pathname zyppng::DownloadSpecPrivate::_delta |
Definition at line 26 of file downloadspec.cc.
| zypp::ByteCount zyppng::DownloadSpecPrivate::_expectedFileSize |
Definition at line 27 of file downloadspec.cc.
| zypp::Pathname zyppng::DownloadSpecPrivate::_targetPath |
Definition at line 28 of file downloadspec.cc.
| bool zyppng::DownloadSpecPrivate::_checkExistanceOnly = false |
Definition at line 29 of file downloadspec.cc.
| bool zyppng::DownloadSpecPrivate::_metalink_enabled = true |
Definition at line 30 of file downloadspec.cc.
| zypp::ByteCount zyppng::DownloadSpecPrivate::_headerSize |
Definition at line 31 of file downloadspec.cc.
| std::optional<zypp::CheckSum> zyppng::DownloadSpecPrivate::_headerChecksum |
Definition at line 32 of file downloadspec.cc.
| zypp::ByteCount zyppng::DownloadSpecPrivate::_preferred_chunk_size = 0 |
Definition at line 33 of file downloadspec.cc.