Include file:
#include "mcrl2/process/action_name_multiset.h"
add your file description here.
mcrl2::process::
action_name_multiset_list
¶typedef for atermpp::term_list< action_name_multiset >
brief list of action_name_multisets
mcrl2::process::
action_name_multiset_vector
¶typedef for std::vector< action_name_multiset >
brief vector of action_name_multisets
mcrl2::process::
is_action_name_multiset
(const atermpp::aterm_appl &x)¶brief Test for a action_name_multiset expression param x A term return True if a x is a action_name_multiset expression
mcrl2::process::
make_action_name_multiset
(atermpp::aterm_appl &t, const ARGUMENTS&... args)¶brief Make_action_name_multiset constructs a new term into a given address.
Parameters:
mcrl2::process::
operator<<
(std::ostream &out, const action_name_multiset &x)¶brief Outputs the object to a stream param out An output stream param x Object x return The output stream
mcrl2::process::
swap
(action_name_multiset &t1, action_name_multiset &t2)¶brief swap overload