Include file:
#include "mcrl2/lps/deadlock_summand.h
mcrl2::lps::
deadlock_summand
¶LPS summand containing a deadlock.
mcrl2::lps::deadlock_summand::
super
¶typedef for summand_base
The super class.
mcrl2::lps::deadlock_summand::
m_deadlock
¶The deadlock of the summand.
deadlock
()¶Returns the deadlock of this summand.
deadlock
() const¶Returns the deadlock of this summand.
deadlock_summand
()¶Constructor.
deadlock_summand
(const data::variable_list &summation_variables, const data::data_expression &condition, const lps::deadlock &delta)¶Constructor.
deadlock_summand
(const deadlock_summand&) noexcept = default¶Move semantics.
deadlock_summand
(deadlock_summand&&) noexcept = default¶has_time
() constReturns true if time is available.
Returns: True if time is available.
operator=
(const deadlock_summand&) noexcept = default¶operator=
(deadlock_summand&&) noexcept = default¶swap
(deadlock_summand &other)¶Swaps the contents.