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 >
list of structured_sort_constructor_arguments
mcrl2::data::
structured_sort_constructor_argument_vector
¶typedef for std::vector< structured_sort_constructor_argument >
vector of structured_sort_constructor_arguments
mcrl2::data::
is_structured_sort_constructor_argument
(const atermpp::aterm_appl &x)¶Test for a structured_sort_constructor_argument expression.
Parameters:
Returns: True if x is a structured_sort_constructor_argument expression
mcrl2::data::
operator<<
(std::ostream &out, const structured_sort_constructor_argument &x)¶Outputs the object to a stream.
Parameters:
Returns: The output stream
mcrl2::data::
swap
(structured_sort_constructor_argument &t1, structured_sort_constructor_argument &t2)¶swap overload