mcrl2/data/structured_sort_constructor.h

Include file:

#include "mcrl2/data/structured_sort_constructor.h"

The classes structured_sort_constructor.

Classes

Typedefs

type mcrl2::data::structured_sort_constructor_list

typedef for atermpp::term_list< structured_sort_constructor >

brief list of structured_sort_constructors

type mcrl2::data::structured_sort_constructor_vector

typedef for std::vector< structured_sort_constructor >

brief vector of structured_sort_constructors

Functions

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

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

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

brief Make_structured_sort_constructor constructs a new term into a given address.

Parameters:

  • t The reference into which the new structured_sort_constructor is constructed.
std::ostream &mcrl2::data::operator<<(std::ostream &out, const structured_sort_constructor &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(structured_sort_constructor &t1, structured_sort_constructor &t2)

brief swap overload