mcrl2::process::action_name_multiset

Include file:

#include "mcrl2/process/action_name_multiset.h
class mcrl2::process::action_name_multiset

brief A multiset of action names

Public member functions

action_name_multiset()

brief Default constructor.

action_name_multiset(action_name_multiset&&) noexcept = default
action_name_multiset(const action_name_multiset&) noexcept = default

Move semantics.

action_name_multiset(const atermpp::aterm &term)

brief Constructor. param term A term

action_name_multiset(const core::identifier_string_list &names)

brief Constructor.

const core::identifier_string_list &names() const
action_name_multiset &operator=(action_name_multiset&&) noexcept = default
action_name_multiset &operator=(const action_name_multiset&) noexcept = default