libzypp
17.32.4
|
#include <zypp/ng/workflows/downloadwf.h>
Public Types | |
using | ContextRefType = ZyppContextRefType |
using | ContextType = typename ZyppContextRefType::element_type |
using | ProvideType = typename ContextType::ProvideType |
using | MediaHandle = typename ProvideType::MediaHandle |
Public Member Functions | |
ZYPP_DECL_PRIVATE_CONSTR_ARGS (CacheProviderContext, ZyppContextRefType 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 |
Protected Member Functions | |
ZYPP_ADD_PRIVATE_CONSTR_HELPER () | |
Protected Attributes | |
ContextRefType | _zyppContext |
zypp::Pathname | _destDir |
std::vector< zypp::Pathname > | _cacheDirs |
Definition at line 27 of file downloadwf.h.
using zyppng::CacheProviderContext< ZyppContextRefType >::ContextRefType = ZyppContextRefType |
Definition at line 32 of file downloadwf.h.
using zyppng::CacheProviderContext< ZyppContextRefType >::ContextType = typename ZyppContextRefType::element_type |
Definition at line 33 of file downloadwf.h.
using zyppng::CacheProviderContext< ZyppContextRefType >::ProvideType = typename ContextType::ProvideType |
Definition at line 34 of file downloadwf.h.
using zyppng::CacheProviderContext< ZyppContextRefType >::MediaHandle = typename ProvideType::MediaHandle |
Definition at line 35 of file downloadwf.h.
|
protected |
zyppng::CacheProviderContext< ZyppContextRefType >::ZYPP_DECL_PRIVATE_CONSTR_ARGS | ( | CacheProviderContext< ZyppContextRefType > | , |
ZyppContextRefType | zyppContext, | ||
zypp::Pathname | destDir | ||
) |
const CacheProviderContext< ZyppContextRefType >::ContextRefType & zyppng::CacheProviderContext< ZyppContextRefType >::zyppContext | ( | ) | const |
Definition at line 35 of file downloadwf.cc.
const zypp::Pathname & zyppng::CacheProviderContext< ZyppContextRefType >::destDir | ( | ) | const |
Definition at line 42 of file downloadwf.cc.
void zyppng::CacheProviderContext< ZyppContextRefType >::addCacheDir | ( | const zypp::Pathname & | p | ) |
Definition at line 48 of file downloadwf.cc.
const std::vector< zypp::Pathname > & zyppng::CacheProviderContext< ZyppContextRefType >::cacheDirs | ( | ) | const |
Definition at line 54 of file downloadwf.cc.
|
protected |
Definition at line 47 of file downloadwf.h.
|
protected |
Definition at line 48 of file downloadwf.h.
|
protected |
Definition at line 49 of file downloadwf.h.