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