libzypp
17.35.12
|
Public Types | |
using | ZyppContextRefType = MaybeAsyncContextRef< OpType > |
using | ZyppContextType = remove_smart_ptr_t< ZyppContextRefType > |
using | ProvideType = typename ZyppContextType::ProvideType |
using | MediaHandle = typename ProvideType::MediaHandle |
using | ProvideRes = typename ProvideType::Res |
![]() | |
using | ExecutorType = Executor |
using | Result = typename OpType::value_type |
![]() | |
using | MaybeAsyncRef = std::conditional_t< isAsync, AsyncOpRef< Type >, Type > |
Public Member Functions | |
ZYPP_ENABLE_LOGIC_BASE (Executor, OpType) | |
CheckSumWorkflowLogic (ZyppContextRefType zyppContext, zypp::CheckSum &&checksum, zypp::Pathname file) | |
auto | execute () |
![]() | |
LogicBase () | |
virtual | ~LogicBase () |
Executor * | executor () |
Protected Attributes | |
ZyppContextRefType | _context |
DigestReportHelper< ZyppContextRefType > | _report |
zypp::CheckSum | _checksum |
zypp::Pathname | _file |
Additional Inherited Members | |
![]() | |
template<typename ... Args, typename FOpType = OpType> | |
static std::enable_if_t< detail::is_async_op_v< FOpType >, AsyncOpRef< Result > > | run (Args &&...args) |
template<typename ... Args, typename FOpType = OpType> | |
static std::enable_if_t< !detail::is_async_op_v< FOpType >, Result > | run (Args &&...args) |
![]() | |
static constexpr bool | is_async |
![]() | |
auto | makeReadyResult (T &&res) |
Definition at line 34 of file checksumwf.cc.
using zyppng::CheckSumWorkflow::CheckSumWorkflowLogic< Executor, OpType >::ZyppContextRefType = MaybeAsyncContextRef<OpType> |
Definition at line 38 of file checksumwf.cc.
using zyppng::CheckSumWorkflow::CheckSumWorkflowLogic< Executor, OpType >::ZyppContextType = remove_smart_ptr_t<ZyppContextRefType> |
Definition at line 39 of file checksumwf.cc.
using zyppng::CheckSumWorkflow::CheckSumWorkflowLogic< Executor, OpType >::ProvideType = typename ZyppContextType::ProvideType |
Definition at line 40 of file checksumwf.cc.
using zyppng::CheckSumWorkflow::CheckSumWorkflowLogic< Executor, OpType >::MediaHandle = typename ProvideType::MediaHandle |
Definition at line 41 of file checksumwf.cc.
using zyppng::CheckSumWorkflow::CheckSumWorkflowLogic< Executor, OpType >::ProvideRes = typename ProvideType::Res |
Definition at line 42 of file checksumwf.cc.
|
inline |
Definition at line 44 of file checksumwf.cc.
zyppng::CheckSumWorkflow::CheckSumWorkflowLogic< Executor, OpType >::ZYPP_ENABLE_LOGIC_BASE | ( | Executor | , |
OpType | |||
) |
|
inline |
Definition at line 51 of file checksumwf.cc.
|
protected |
Definition at line 108 of file checksumwf.cc.
|
protected |
Definition at line 109 of file checksumwf.cc.
|
protected |
Definition at line 110 of file checksumwf.cc.
|
protected |
Definition at line 111 of file checksumwf.cc.