|
mCRL2
|
add your file description here. More...
Go to the source code of this file.
Namespaces | |
| namespace | mcrl2 |
| namespace | mcrl2::pbes_system |
| The main namespace for the PBES library. | |
| namespace | mcrl2::pbes_system::detail |
Functions | |
| template<typename T , typename Substitution > requires (!std::is_base_of_v<atermpp::aterm, T>) | |
| void | mcrl2::pbes_system::replace_sort_expressions (T &x, const Substitution &sigma, bool innermost) |
| template<typename T , typename Substitution > requires std::is_base_of_v<atermpp::aterm, T> | |
| T | mcrl2::pbes_system::replace_sort_expressions (const T &x, const Substitution &sigma, bool innermost) |
| template<typename T , data::IsSubstitution Substitution> requires (!std::is_base_of_v<atermpp::aterm, T>) | |
| void | mcrl2::pbes_system::replace_data_expressions (T &x, const Substitution &sigma, bool innermost) |
| template<typename T , data::IsSubstitution Substitution> requires std::is_base_of_v<atermpp::aterm, T> | |
| T | mcrl2::pbes_system::replace_data_expressions (const T &x, const Substitution &sigma, bool innermost) |
| template<typename T , data::IsSubstitution Substitution> requires (!std::is_base_of_v<atermpp::aterm, T>) | |
| void | mcrl2::pbes_system::replace_variables (T &x, const Substitution &sigma) |
| template<typename T , data::IsSubstitution Substitution> requires std::is_base_of_v<atermpp::aterm, T> | |
| T | mcrl2::pbes_system::replace_variables (const T &x, const Substitution &sigma) |
| template<typename T , data::IsSubstitution Substitution> requires (!std::is_base_of_v<atermpp::aterm, T>) | |
| void | mcrl2::pbes_system::replace_all_variables (T &x, const Substitution &sigma) |
| template<typename T , data::IsSubstitution Substitution> requires std::is_base_of_v<atermpp::aterm, T> | |
| T | mcrl2::pbes_system::replace_all_variables (const T &x, const Substitution &sigma) |
| template<typename T , data::IsSubstitution Substitution> requires (!std::is_base_of_v<atermpp::aterm, T>) | |
| void | mcrl2::pbes_system::replace_free_variables (T &x, const Substitution &sigma) |
| template<typename T , data::IsSubstitution Substitution> requires std::is_base_of_v<atermpp::aterm, T> | |
| T | mcrl2::pbes_system::replace_free_variables (const T &x, const Substitution &sigma) |
| template<typename T , data::IsSubstitution Substitution, typename VariableContainer > requires (!std::is_base_of_v<atermpp::aterm, T>) | |
| void | mcrl2::pbes_system::replace_free_variables (T &x, const Substitution &sigma, const VariableContainer &bound_variables) |
| template<typename T , data::IsSubstitution Substitution, typename VariableContainer > requires std::is_base_of_v<atermpp::aterm, T> | |
| T | mcrl2::pbes_system::replace_free_variables (const T &x, const Substitution &sigma, const VariableContainer &bound_variables) |
| template<typename T , typename Substitution > requires (!std::is_base_of_v<atermpp::aterm, T>) | |
| void | mcrl2::pbes_system::replace_propositional_variables (T &x, const Substitution &sigma) |
| Applies a propositional variable substitution. | |
| template<typename T , typename Substitution > requires (std::is_base_of_v<atermpp::aterm, T>) | |
| T | mcrl2::pbes_system::replace_propositional_variables (const T &x, const Substitution &sigma) |
| Applies a propositional variable substitution. | |
| template<typename T , typename Substitution > requires (std::is_base_of_v<atermpp::aterm, T>) | |
| void | mcrl2::pbes_system::replace_propositional_variables (T &result, const T &x, const Substitution &sigma) |
| Applies a propositional variable substitution. | |
| template<typename T , typename Substitution > requires (!std::is_base_of_v<atermpp::aterm, T>) | |
| void | mcrl2::pbes_system::replace_pbes_expressions (T &x, const Substitution &sigma, bool innermost=true) |
| template<typename T , typename Substitution > requires (std::is_base_of_v<atermpp::aterm, T>) | |
| T | mcrl2::pbes_system::replace_pbes_expressions (const T &x, const Substitution &sigma, bool innermost=true) |
add your file description here.
Definition in file replace.h.