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