#include <zypp/ng/repo/downloader.h>
|
| | DownloadContext (ContextRef 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, ContextRef zyppContext, zypp::Pathname destDir) |
| const ContextRef & | 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) |
|
| template<typename Obj, typename Functor> |
| static decltype(auto) | make_base_slot (Obj *o, Functor &&f) |
| template<typename SenderFunc, typename ReceiverFunc> |
| static auto | connect (typename internal::MemberFunction< SenderFunc >::ClassType &s, SenderFunc &&sFun, typename internal::MemberFunction< ReceiverFunc >::ClassType &recv, ReceiverFunc &&rFunc) |
| template<typename SenderFunc, typename ReceiverFunc, typename ... Tracker> |
| static auto | connectFunc (typename internal::MemberFunction< SenderFunc >::ClassType &s, SenderFunc &&sFun, ReceiverFunc &&rFunc, const Tracker &...trackers) |
| | ZYPP_ADD_PRIVATE_CONSTR_HELPER () |
| | Base (BasePrivate &dd) |
| ContextRef | _zyppContext |
| zypp::Pathname | _destDir |
| std::vector< zypp::Pathname > | _cacheDirs |
| std::unique_ptr< BasePrivate > | d_ptr |
Definition at line 32 of file downloader.h.
◆ PluginRepoverification
◆ ContextType
◆ ProvideType
◆ MediaHandle
◆ DownloadContext()
◆ repoInfo() [1/2]
| const zypp::RepoInfo & zyppng::repo::DownloadContext::repoInfo |
( |
| ) |
const |
◆ deltaDir()
◆ repoInfo() [2/2]
◆ files()
◆ pluginRepoverification()
◆ setPluginRepoverification()
| void zyppng::repo::DownloadContext::setPluginRepoverification |
( |
std::optional< PluginRepoverification > | pluginRepoverification_r | ) |
|
|
inline |
◆ setNoPluginRepoverification()
| void zyppng::repo::DownloadContext::setNoPluginRepoverification |
( |
| ) |
|
|
inline |
◆ setDeltaDir()
| void zyppng::repo::DownloadContext::setDeltaDir |
( |
const zypp::Pathname & | newDeltaDir | ) |
|
◆ _repoinfo
◆ _deltaDir
◆ _files
◆ _pluginRepoverification
The documentation for this class was generated from the following files: