libzypp 17.32.5
logichelpers.h File Reference
#include <zypp-core/zyppng/async/AsyncOp>
Include dependency graph for logichelpers.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  zyppng::detail::LogicBaseExec< Op, typename >
 
struct  zyppng::detail::LogicBaseExec< Op, std::enable_if_t< detail::is_async_op_v< Op > > >
 
struct  zyppng::LogicBase< Executor, OpType >
 
struct  zyppng::SyncOp< Result >
 
struct  zyppng::SimpleExecutor< Logic, OpType >
 
struct  zyppng::LogicHelper< Sub >
 

Namespaces

namespace  zyppng
 
namespace  zyppng::detail
 

Macros

#define ZYPP_ENABLE_LOGIC_BASE(Executor, OpType)
 
#define ZYPP_ENABLE_LOGIC_HELPER(Sub)
 

Macro Definition Documentation

◆ ZYPP_ENABLE_LOGIC_BASE

#define ZYPP_ENABLE_LOGIC_BASE ( Executor,
OpType )
Value:
using LogicBase<Executor, OpType>::executor; \
using LogicBase<Executor, OpType>::makeReadyResult; \
template<class T> \
using MaybeAsyncRef = typename LogicBase<Executor, OpType>:: template MaybeAsyncRef<T>

Forward declares some convenience functions from Base class so they can be used directly See LogicBase for documentation

Definition at line 199 of file logichelpers.h.

◆ ZYPP_ENABLE_LOGIC_HELPER

#define ZYPP_ENABLE_LOGIC_HELPER ( Sub)
Value:
using LogicHelper<Sub>::subClass; \
using LogicHelper<Sub>::makeReadyResult; \
template<class T> \
using MaybeAsyncRef = typename LogicHelper<Sub>:: template MaybeAsyncRef<T>

Definition at line 224 of file logichelpers.h.