mcrl2/data/structured_sort.h

Include file:

#include "mcrl2/data/structured_sort.h"

The class structured_sort.

Typedefs

type mcrl2::data::structured_sort_list

typedef for atermpp::term_list< structured_sort >

brief list of structured_sorts

type mcrl2::data::structured_sort_vector

typedef for std::vector< structured_sort >

brief vector of structured_sorts

Functions

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

brief Make_structured_sort constructs a new term into a given address.

Parameters:

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

brief swap overload