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