mcrl2::process::action_label =============================================================================== Include file: .. code-block:: c++ #include "mcrl2/process/action_label.h .. cpp:class:: mcrl2::process::action_label \brief An action label Public member functions ------------------------------------------------------------------------------- .. cpp:function:: action_label() \brief Default constructor. .. cpp:function:: action_label(action_label &&) noexcept=default .. cpp:function:: action_label(const action_label &) noexcept=default Move semantics. .. cpp:function:: action_label(const atermpp::aterm &term) \brief Constructor. \param term A term .. cpp:function:: action_label(const core::identifier_string &name, const data::sort_expression_list &sorts) \brief Constructor. .. cpp:function:: action_label(const std::string &name, const data::sort_expression_list &sorts) \brief Constructor. .. cpp:function:: const core::identifier_string& name() const .. cpp:function:: action_label& operator=(action_label &&) noexcept=default .. cpp:function:: action_label& operator=(const action_label &) noexcept=default .. cpp:function:: const data::sort_expression_list& sorts() const