libzypp  17.35.12
contextfacade.h File Reference
Include dependency graph for contextfacade.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  zyppng::SyncContext
 

Namespaces

 zypp
 Easy-to use interface to the ZYPP dependency resolver.
 
 zyppng
 

Typedefs

template<typename OpType >
using zyppng::MaybeAsyncContextRef = std::conditional_t< detail::is_async_op_v< OpType >, ContextRef, SyncContextRef >
 

Functions

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