mCRL2
Loading...
Searching...
No Matches
structured_sort_constructor.h File Reference

The classes structured_sort_constructor. More...

Go to the source code of this file.

Classes

class  mcrl2::data::structured_sort_constructor
 \brief A constructor for a structured sort More...
 
struct  mcrl2::data::structured_sort_constructor::get_argument_sort
 

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_constructormcrl2::data::structured_sort_constructor_list
 \brief list of structured_sort_constructors
 
typedef std::vector< structured_sort_constructormcrl2::data::structured_sort_constructor_vector
 \brief vector of structured_sort_constructors
 

Functions

template<class... ARGUMENTS>
void mcrl2::data::make_structured_sort_constructor (atermpp::aterm &t, const ARGUMENTS &... args)
 
bool mcrl2::data::is_structured_sort_constructor (const atermpp::aterm &x)
 
std::string mcrl2::data::pp (const structured_sort_constructor &x)
 
std::ostream & mcrl2::data::operator<< (std::ostream &out, const structured_sort_constructor &x)
 
void mcrl2::data::swap (structured_sort_constructor &t1, structured_sort_constructor &t2)
 \brief swap overload
 
std::string mcrl2::data::pp (const structured_sort_constructor_list &x)
 
std::string mcrl2::data::pp (const structured_sort_constructor_vector &x)
 

Detailed Description

The classes structured_sort_constructor.

Definition in file structured_sort_constructor.h.