mcrl2/data/untyped_sort_variable.h

Include file:

#include "mcrl2/data/untyped_sort_variable.h"

add your file description here.

Functions

bool mcrl2::data::is_untyped_sort_variable(const atermpp::aterm_appl &x)

brief Test for a untyped_sort_variable expression param x A term return True if a x is a untyped_sort_variable expression

void mcrl2::data::make_untyped_sort_variable(atermpp::aterm_appl &t, const ARGUMENTS&... args)

brief Make_untyped_sort_variable constructs a new term into a given address.

Parameters:

  • t The reference into which the new untyped_sort_variable is constructed.
std::ostream &mcrl2::data::operator<<(std::ostream &out, const untyped_sort_variable &x)

brief Outputs the object to a stream param out An output stream param x Object x return The output stream

void mcrl2::data::swap(untyped_sort_variable &t1, untyped_sort_variable &t2)

brief swap overload