mCRL2
|
add your file description here. More...
Go to the source code of this file.
Classes | |
class | mcrl2::lps::action_summand |
LPS summand containing a multi-action. More... | |
Namespaces | |
namespace | mcrl2 |
A class that takes a linear process specification and checks all tau-summands of that LPS for confluence. | |
namespace | mcrl2::lps |
The main namespace for the LPS library. | |
Typedefs | |
typedef atermpp::term_list< action_summand > | mcrl2::lps::action_summand_list |
\brief list of action_summands | |
typedef std::vector< action_summand > | mcrl2::lps::action_summand_vector |
\brief vector of action_summands | |
Functions | |
std::string | mcrl2::lps::pp (const action_summand &x) |
std::ostream & | mcrl2::lps::operator<< (std::ostream &out, const action_summand &x) |
void | mcrl2::lps::swap (action_summand &t1, action_summand &t2) |
\brief swap overload | |
bool | mcrl2::lps::operator< (const action_summand &x, const action_summand &y) |
Comparison operator for action summands. | |
bool | mcrl2::lps::operator== (const action_summand &x, const action_summand &y) |
Equality operator of action summands. | |
atermpp::aterm | mcrl2::lps::action_summand_to_aterm (const action_summand &s) |
Conversion to aterm. | |
add your file description here.
Definition in file action_summand.h.