mCRL2
|
add your file description here. More...
Go to the source code of this file.
Classes | |
class | mcrl2::data::detail::translate_user_notation_builder< Derived > |
struct | mcrl2::data::detail::translate_user_notation_function |
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. | |
namespace | mcrl2::data::detail |
Functions | |
template<typename T > | |
void | mcrl2::data::translate_user_notation (T &x, typename std::enable_if< !std::is_base_of< atermpp::aterm, T >::value >::type *=0) |
template<typename T > | |
T | mcrl2::data::translate_user_notation (const T &x, typename std::enable_if< std::is_base_of< atermpp::aterm, T >::value >::type *=nullptr) |
data_equation | mcrl2::data::detail::translate_user_notation_data_equation (const data_equation &x) |
add your file description here.
Definition in file translate_user_notation.h.