|
libzypp
17.32.2
|
#include <ng/context.h>

Public Types | |
| using | ProvideType = Provide |
Public Member Functions | |
| ZYPP_DECL_PRIVATE_CONSTR (Context) | |
| template<typename AsyncRes > | |
| void | execute (AsyncOpRef< AsyncRes > op) |
| ProvideRef | provider () const |
| KeyRingRef | keyRing () const |
| zypp::ZConfig & | config () |
Private Member Functions | |
| void | executeImpl (const AsyncOpBaseRef &op) |
The Context class is the central object of libzypp, carrying all state that is required to manage the system.
| using zyppng::Context::ProvideType = Provide |
| zyppng::Context::ZYPP_DECL_PRIVATE_CONSTR | ( | Context | ) |
|
inline |
| ProvideRef zyppng::Context::provider | ( | ) | const |
Definition at line 32 of file context.cc.
| KeyRingRef zyppng::Context::keyRing | ( | ) | const |
Definition at line 38 of file context.cc.
| zypp::ZConfig & zyppng::Context::config | ( | ) |
Definition at line 43 of file context.cc.
|
private |
Definition at line 48 of file context.cc.