mCRL2
|
add your file description here. More...
Go to the source code of this file.
Classes | |
struct | mcrl2::process::detail::add_capture_avoiding_replacement< Builder, Derived, Substitution > |
Namespaces | |
namespace | mcrl2 |
A class that takes a linear process specification and checks all tau-summands of that LPS for confluence. | |
namespace | mcrl2::process |
The main namespace for the Process library. | |
namespace | mcrl2::process::detail |
Functions | |
template<typename T , typename Substitution > | |
void | mcrl2::process::replace_variables_capture_avoiding (T &x, Substitution &sigma, data::set_identifier_generator &id_generator, typename std::enable_if<!std::is_base_of< atermpp::aterm, T >::value >::type *=nullptr) |
template<typename T , typename Substitution > | |
T | mcrl2::process::replace_variables_capture_avoiding (const T &x, Substitution &sigma, data::set_identifier_generator &id_generator, typename std::enable_if< std::is_base_of< atermpp::aterm, T >::value >::type *=nullptr) |
template<typename T , typename Substitution > | |
void | mcrl2::process::replace_variables_capture_avoiding (T &x, Substitution &sigma, typename std::enable_if<!std::is_base_of< atermpp::aterm, T >::value >::type *=nullptr) |
template<typename T , typename Substitution > | |
T | mcrl2::process::replace_variables_capture_avoiding (const T &x, Substitution &sigma, typename std::enable_if< std::is_base_of< atermpp::aterm, T >::value >::type *=nullptr) |
add your file description here.
Definition in file replace_capture_avoiding.h.