mcrl2/process/process_equation.h

Include file:

#include "mcrl2/process/process_equation.h"

add your file description here.

Typedefs

type mcrl2::process::process_equation_list

typedef for atermpp::term_list< process_equation >

brief list of process_equations

type mcrl2::process::process_equation_vector

typedef for std::vector< process_equation >

brief vector of process_equations

Functions

bool 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

void 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:

  • t The reference into which the new process_equation is constructed.
std::ostream &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

void mcrl2::process::swap(process_equation &t1, process_equation &t2)

brief swap overload