mCRL2
|
add your file description here. More...
Go to the source code of this file.
Namespaces | |
namespace | mcrl2 |
A class that takes a linear process specification and checks all tau-summands of that LPS for confluence. | |
namespace | mcrl2::core |
Enumerations | |
enum | mcrl2::core::print_format_type { mcrl2::core::print_default , mcrl2::core::print_internal } |
print_format_type represents the available pretty print formats More... | |
Functions | |
std::string | mcrl2::core::pp_format_to_string (const print_format_type pp_format) |
Print string representation of pretty print format. | |
std::ostream & | mcrl2::core::operator<< (std::ostream &os, const print_format_type &pp_format) |
print_format_type | mcrl2::core::parse_pp_format (const std::string &s) |
std::istream & | mcrl2::core::operator>> (std::istream &is, print_format_type &f) |
add your file description here.
Definition in file print_format.h.