#include <zypp/ng/context.h>
|
static constexpr auto | isAsync = false |
Definition at line 27 of file context.h.
◆ ProvideType
◆ ZYPP_DECL_PRIVATE_CONSTR()
zyppng::Context::ZYPP_DECL_PRIVATE_CONSTR |
( |
Context | | ) |
|
◆ defaultContext()
ContextRef zyppng::Context::defaultContext |
( |
| ) |
|
|
static |
Returns the default sync zypp context. This is only a workaround to support the Legacy APIs. For new style APIs the Context should always explicitely be passed down. So use it only in top level external classes where we can not touch the API.
Definition at line 26 of file context.cc.
◆ provider()
ProvideRef zyppng::Context::provider |
( |
| ) |
const |
◆ keyRing()
◆ config()
zypp::ZConfig & zyppng::Context::config |
( |
| ) |
|
◆ pool()
zypp::ResPool zyppng::Context::pool |
( |
| ) |
|
◆ poolProxy()
zypp::ResPoolProxy zyppng::Context::poolProxy |
( |
| ) |
|
◆ satPool()
zypp::sat::Pool zyppng::Context::satPool |
( |
| ) |
|
◆ isAsync
auto zyppng::Context::isAsync = false |
|
staticconstexpr |
◆ _media
ProvideRef zyppng::Context::_media |
|
private |
The documentation for this class was generated from the following files: