mcrl2::process::allow =============================================================================== Include file: .. code-block:: c++ #include "mcrl2/process/process_expression.h .. cpp:class:: mcrl2::process::allow \brief The allow operator Public member functions ------------------------------------------------------------------------------- .. cpp:function:: allow() \brief Default constructor. .. cpp:function:: allow(const atermpp::aterm &term) \brief Constructor. \param term A term .. cpp:function:: allow(const action_name_multiset_list &allow_set, const process_expression &operand) \brief Constructor. .. cpp:function:: allow(const allow &) noexcept=default Move semantics. .. cpp:function:: allow(allow &&) noexcept=default .. cpp:function:: const action_name_multiset_list& allow_set() const .. cpp:function:: const process_expression& operand() const .. cpp:function:: allow& operator=(const allow &) noexcept=default .. cpp:function:: allow& operator=(allow &&) noexcept=default