mcrl2/process/action_name_multiset.h

Include file:

#include "mcrl2/process/action_name_multiset.h"

add your file description here.

Typedefs

type mcrl2::process::action_name_multiset_list

typedef for atermpp::term_list< action_name_multiset >

brief list of action_name_multisets

type mcrl2::process::action_name_multiset_vector

typedef for std::vector< action_name_multiset >

brief vector of action_name_multisets

Functions

bool 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

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

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

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

brief swap overload