mcrl2/data/structured_sort_constructor_argument.h

Include file:

#include "mcrl2/data/structured_sort_constructor_argument.h"

The class structured_sort_constructor_arguments.

Typedefs

type mcrl2::data::structured_sort_constructor_argument_list

typedef for atermpp::term_list< structured_sort_constructor_argument >

brief list of structured_sort_constructor_arguments

type mcrl2::data::structured_sort_constructor_argument_vector

typedef for std::vector< structured_sort_constructor_argument >

brief vector of structured_sort_constructor_arguments

Functions

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

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

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

brief Make_structured_sort_constructor_argument constructs a new term into a given address.

Parameters:

  • t The reference into which the new structured_sort_constructor_argument is constructed.

std::ostream &mcrl2::data::operator<<(std::ostream &out, const structured_sort_constructor_argument &x)

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

std::string pp(const structured_sort_constructor_argument &x)
void mcrl2::data::swap(structured_sort_constructor_argument &t1, structured_sort_constructor_argument &t2)

brief swap overload