libzypp  17.37.18
context.h File Reference
#include <zypp/Target.h>
#include <zypp/ng/media/provide.h>
Include dependency graph for context.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  zyppng::Context
 

Namespaces

 zypp
 
 zyppng
 

Typedefs

using zyppng::KeyRing = zypp::KeyRing
 
using zyppng::KeyRingRef = zypp::KeyRing_Ptr
 
template<typename OpType >
using zyppng::MaybeAsyncContextRef = std::conditional_t< detail::is_async_op_v< OpType >, ContextRef, ContextRef >
 

Functions

 zypp::DEFINE_PTR_TYPE (KeyRing)
 
 zyppng::ZYPP_FWD_DECL_TYPE_WITH_REFS (Context)
 
template<typename T >
auto zyppng::joinPipeline (ContextRef ctx, T &&val)