libzypp 17.35.18
|
#include <zypp-core/zyppng/base/statemachine.h>
Public Types | |
using | WithSource = typename add_type_to_collection< std::variant, typename Head::SourceType, VariantSoFar, !VariantHasType<VariantSoFar, typename Head::SourceType>() >::Type |
using | Type = typename add_type_to_collection< std::variant, typename Head::TargetType, WithSource, !VariantHasType<WithSource, typename Head::TargetType>() >::Type |
using | WithSource |
using | WithTarget |
using | Type |
Definition at line 149 of file statemachine.h.
using zyppng::detail::make_state_set_helper< VariantSoFar, Head >::WithSource = typename add_type_to_collection< std::variant, typename Head::SourceType, VariantSoFar, !VariantHasType<VariantSoFar, typename Head::SourceType>() >::Type |
Definition at line 150 of file statemachine.h.
using zyppng::detail::make_state_set_helper< VariantSoFar, Head >::Type = typename add_type_to_collection< std::variant, typename Head::TargetType, WithSource, !VariantHasType<WithSource, typename Head::TargetType>() >::Type |
Definition at line 151 of file statemachine.h.
using zyppng::detail::make_state_set_helper< VariantSoFar, Head, Transitions >::WithSource |
Definition at line 143 of file statemachine.h.
using zyppng::detail::make_state_set_helper< VariantSoFar, Head, Transitions >::WithTarget |
Definition at line 144 of file statemachine.h.
using zyppng::detail::make_state_set_helper< VariantSoFar, Head, Transitions >::Type |
Definition at line 145 of file statemachine.h.