mcrl2/data/container_sort.h

Include file:

#include "mcrl2/data/container_sort.h"

The class container_sort.

Typedefs

type mcrl2::data::container_sort_list

typedef for atermpp::term_list< container_sort >

list of function sorts

type mcrl2::data::container_sort_vector

typedef for std::vector< container_sort >

list of function sorts

Functions

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

brief Make_container_sort constructs a new term into a given address.

Parameters:

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

brief swap overload