|
| DownloadContext (ContextRefType zyppContext, const zypp::RepoInfo &info, const zypp::Pathname &destDir) |
|
const zypp::RepoInfo & | repoInfo () const |
|
const zypp::Pathname & | deltaDir () const |
|
zypp::RepoInfo & | repoInfo () |
|
std::vector< zypp::ManagedFile > & | files () |
|
const std::optional< PluginRepoverification > & | pluginRepoverification () const |
|
void | setPluginRepoverification (std::optional< PluginRepoverification > pluginRepoverification_r) |
|
void | setNoPluginRepoverification () |
|
void | setDeltaDir (const zypp::Pathname &newDeltaDir) |
|
| ZYPP_DECL_PRIVATE_CONSTR_ARGS (CacheProviderContext, ContextRefType zyppContext, zypp::Pathname destDir) |
|
const ContextRefType & | zyppContext () const |
|
const zypp::Pathname & | destDir () const |
|
void | addCacheDir (const zypp::Pathname &p) |
|
const std::vector< zypp::Pathname > & | cacheDirs () const |
|
| Base () |
|
virtual | ~Base () |
|
WeakPtr | parent () const |
|
void | addChild (const Base::Ptr &child) |
|
void | removeChild (const Ptr &child) |
|
const std::unordered_set< Ptr > & | children () const |
|
std::thread::id | threadId () const |
|
template<typename T > |
std::vector< std::weak_ptr< T > > | findChildren () const |
|
template<typename T > |
std::shared_ptr< T > | shared_this () const |
|
template<typename T > |
std::shared_ptr< T > | shared_this () |
|
template<typename T > |
std::weak_ptr< T > | weak_this () const |
|
template<typename T > |
std::weak_ptr< T > | weak_this () |
|
template<typename SenderFunc , typename ReceiverFunc > |
auto | connect (SenderFunc &&sFun, typename internal::MemberFunction< ReceiverFunc >::ClassType &recv, ReceiverFunc &&rFunc) |
|
template<typename SenderFunc , typename ReceiverFunc , typename ... Tracker> |
std::enable_if_t< std::is_member_function_pointer_v< SenderFunc >, connection > | connectFunc (SenderFunc &&sFun, ReceiverFunc &&rFunc, const Tracker &...trackers) |
|
Definition at line 35 of file downloader.h.