mCRL2
|
The class structured_sort_constructor_arguments. More...
Go to the source code of this file.
Classes | |
class | mcrl2::data::structured_sort_constructor_argument |
\brief An argument of a constructor of a structured sort More... | |
Namespaces | |
namespace | mcrl2 |
A class that takes a linear process specification and checks all tau-summands of that LPS for confluence. | |
namespace | mcrl2::data |
Namespace for all data library functionality. | |
Typedefs | |
typedef atermpp::term_list< structured_sort_constructor_argument > | mcrl2::data::structured_sort_constructor_argument_list |
\brief list of structured_sort_constructor_arguments | |
typedef std::vector< structured_sort_constructor_argument > | mcrl2::data::structured_sort_constructor_argument_vector |
\brief vector of structured_sort_constructor_arguments | |
Functions | |
template<class... ARGUMENTS> | |
void | mcrl2::data::make_structured_sort_constructor_argument (atermpp::aterm &t, const ARGUMENTS &... args) |
bool | mcrl2::data::is_structured_sort_constructor_argument (const atermpp::aterm &x) |
std::string | mcrl2::data::pp (const structured_sort_constructor_argument &x) |
std::ostream & | mcrl2::data::operator<< (std::ostream &out, const structured_sort_constructor_argument &x) |
void | mcrl2::data::swap (structured_sort_constructor_argument &t1, structured_sort_constructor_argument &t2) |
\brief swap overload | |
The class structured_sort_constructor_arguments.
Definition in file structured_sort_constructor_argument.h.