Include file:
#include "mcrl2/data/structured_sort_constructor_argument.h"
The class structured_sort_constructor_arguments.
mcrl2::data::
structured_sort_constructor_argument_list
¶typedef for atermpp::term_list< structured_sort_constructor_argument >
brief list of structured_sort_constructor_arguments
mcrl2::data::
structured_sort_constructor_argument_vector
¶typedef for std::vector< structured_sort_constructor_argument >
brief vector of structured_sort_constructor_arguments
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
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.
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
pp
(const structured_sort_constructor_argument &x)¶mcrl2::data::
swap
(structured_sort_constructor_argument &t1, structured_sort_constructor_argument &t2)¶brief swap overload