Include file:
#include "mcrl2/pbes/fixpoint_symbol.h
mcrl2::pbes_system::
fixpoint_symbol
¶brief A fixpoint symbol
fixpoint_symbol
()¶brief Default constructor.
fixpoint_symbol
(const fixpoint_symbol&) noexcept = default¶Move semantics.
fixpoint_symbol
(fixpoint_symbol&&) noexcept = default¶is_mu
() const¶Returns true if the symbol is mu.
Returns: True if the symbol is mu.
is_nu
() const¶Returns true if the symbol is nu.
Returns: True if the symbol is nu.
operator=
(const fixpoint_symbol&) noexcept = default¶operator=
(fixpoint_symbol&&) noexcept = default¶mu
()Returns the mu symbol.
Returns: The mu symbol.
nu
()Returns the nu symbol.
Returns: The nu symbol.