|
libzypp 17.32.6
|
Public Member Functions | |
| DownloadSpecPrivate ()=default | |
| DownloadSpecPrivate & | operator= (const DownloadSpecPrivate &)=delete |
| DownloadSpecPrivate & | operator= (DownloadSpecPrivate &&)=delete |
| DownloadSpecPrivate (const DownloadSpecPrivate &other)=default | |
| DownloadSpecPrivate (DownloadSpecPrivate &&other) noexcept=default | |
| DownloadSpecPrivate * | clone () const |
Definition at line 14 of file downloadspec.cc.
|
default |
|
default |
|
defaultnoexcept |
|
delete |
|
delete |
|
inline |
Definition at line 22 of file downloadspec.cc.
| zypp::Url zyppng::DownloadSpecPrivate::_url |
Definition at line 26 of file downloadspec.cc.
| TransferSettings zyppng::DownloadSpecPrivate::_settings |
Definition at line 27 of file downloadspec.cc.
| zypp::Pathname zyppng::DownloadSpecPrivate::_delta |
Definition at line 28 of file downloadspec.cc.
| zypp::ByteCount zyppng::DownloadSpecPrivate::_expectedFileSize |
Definition at line 29 of file downloadspec.cc.
| zypp::Pathname zyppng::DownloadSpecPrivate::_targetPath |
Definition at line 30 of file downloadspec.cc.
Definition at line 31 of file downloadspec.cc.
Definition at line 32 of file downloadspec.cc.
| zypp::ByteCount zyppng::DownloadSpecPrivate::_headerSize |
Definition at line 33 of file downloadspec.cc.
| std::optional<zypp::CheckSum> zyppng::DownloadSpecPrivate::_headerChecksum |
Definition at line 34 of file downloadspec.cc.
| zypp::ByteCount zyppng::DownloadSpecPrivate::_preferred_chunk_size = 0 |
Definition at line 35 of file downloadspec.cc.