mcrl2/process/untyped_multi_action.h

Include file:

#include "mcrl2/process/untyped_multi_action.h"

add your file description here.

Typedefs

type mcrl2::process::untyped_multi_action_list

typedef for atermpp::term_list< untyped_multi_action >

brief list of untyped_multi_actions

type mcrl2::process::untyped_multi_action_vector

typedef for std::vector< untyped_multi_action >

brief vector of untyped_multi_actions

Functions

bool 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

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

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

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

brief swap overload