libzypp 17.31.23
zyppng::DownloadSpecPrivate Class Reference

Public Member Functions

 DownloadSpecPrivate ()=default
 
 DownloadSpecPrivate (const DownloadSpecPrivate &other)=default
 
 DownloadSpecPrivate (DownloadSpecPrivate &&other)=default
 
DownloadSpecPrivateclone () 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
 

Detailed Description

Definition at line 14 of file downloadspec.cc.

Constructor & Destructor Documentation

◆ DownloadSpecPrivate() [1/3]

zyppng::DownloadSpecPrivate::DownloadSpecPrivate ( )
default

◆ DownloadSpecPrivate() [2/3]

zyppng::DownloadSpecPrivate::DownloadSpecPrivate ( const DownloadSpecPrivate other)
default

◆ DownloadSpecPrivate() [3/3]

zyppng::DownloadSpecPrivate::DownloadSpecPrivate ( DownloadSpecPrivate &&  other)
default

Member Function Documentation

◆ clone()

DownloadSpecPrivate * zyppng::DownloadSpecPrivate::clone ( ) const
inline

Definition at line 20 of file downloadspec.cc.

Member Data Documentation

◆ _url

zypp::Url zyppng::DownloadSpecPrivate::_url

Definition at line 24 of file downloadspec.cc.

◆ _settings

TransferSettings zyppng::DownloadSpecPrivate::_settings

Definition at line 25 of file downloadspec.cc.

◆ _delta

zypp::Pathname zyppng::DownloadSpecPrivate::_delta

Definition at line 26 of file downloadspec.cc.

◆ _expectedFileSize

zypp::ByteCount zyppng::DownloadSpecPrivate::_expectedFileSize

Definition at line 27 of file downloadspec.cc.

◆ _targetPath

zypp::Pathname zyppng::DownloadSpecPrivate::_targetPath

Definition at line 28 of file downloadspec.cc.

◆ _checkExistanceOnly

bool zyppng::DownloadSpecPrivate::_checkExistanceOnly = false

Definition at line 29 of file downloadspec.cc.

◆ _metalink_enabled

bool zyppng::DownloadSpecPrivate::_metalink_enabled = true

Definition at line 30 of file downloadspec.cc.

◆ _headerSize

zypp::ByteCount zyppng::DownloadSpecPrivate::_headerSize

Definition at line 31 of file downloadspec.cc.

◆ _headerChecksum

std::optional<zypp::CheckSum> zyppng::DownloadSpecPrivate::_headerChecksum

Definition at line 32 of file downloadspec.cc.

◆ _preferred_chunk_size

zypp::ByteCount zyppng::DownloadSpecPrivate::_preferred_chunk_size = 0

Definition at line 33 of file downloadspec.cc.


The documentation for this class was generated from the following file: