libzypp 17.32.2
zyppng::Context Class Reference

#include <ng/context.h>

Inheritance diagram for zyppng::Context:

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::ZConfigconfig ()
 

Private Member Functions

void executeImpl (const AsyncOpBaseRef &op)
 

Detailed Description

The Context class is the central object of libzypp, carrying all state that is required to manage the system.

Definition at line 38 of file context.h.

Member Typedef Documentation

◆ ProvideType

Definition at line 45 of file context.h.

Member Function Documentation

◆ ZYPP_DECL_PRIVATE_CONSTR()

zyppng::Context::ZYPP_DECL_PRIVATE_CONSTR ( Context )

◆ execute()

template<typename AsyncRes >
void zyppng::Context::execute ( AsyncOpRef< AsyncRes > op)
inline

Definition at line 50 of file context.h.

◆ provider()

ProvideRef zyppng::Context::provider ( ) const

Definition at line 32 of file context.cc.

◆ keyRing()

KeyRingRef zyppng::Context::keyRing ( ) const

Definition at line 38 of file context.cc.

◆ config()

zypp::ZConfig & zyppng::Context::config ( )

Definition at line 43 of file context.cc.

◆ executeImpl()

void zyppng::Context::executeImpl ( const AsyncOpBaseRef & op)
private

Definition at line 48 of file context.cc.


The documentation for this class was generated from the following files: