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::process |
The main namespace for the Process library. | |
namespace | mcrl2::process::detail |
Functions | |
template<typename T , typename OutputIterator > | |
void | mcrl2::process::find_all_variables (const T &x, OutputIterator o) |
template<typename T > | |
std::set< data::variable > | mcrl2::process::find_all_variables (const T &x) |
template<typename T , typename OutputIterator > | |
void | mcrl2::process::find_free_variables (const T &x, OutputIterator o) |
template<typename T , typename OutputIterator , typename VariableContainer > | |
void | mcrl2::process::find_free_variables_with_bound (const T &x, OutputIterator o, const VariableContainer &bound) |
template<typename T > | |
std::set< data::variable > | mcrl2::process::find_free_variables (const T &x) |
template<typename T , typename VariableContainer > | |
std::set< data::variable > | mcrl2::process::find_free_variables_with_bound (const T &x, VariableContainer const &bound) |
template<typename T , typename OutputIterator > | |
void | mcrl2::process::find_identifiers (const T &x, OutputIterator o) |
template<typename T > | |
std::set< core::identifier_string > | mcrl2::process::find_identifiers (const T &x) |
template<typename T , typename OutputIterator > | |
void | mcrl2::process::find_sort_expressions (const T &x, OutputIterator o) |
template<typename T > | |
std::set< data::sort_expression > | mcrl2::process::find_sort_expressions (const T &x) |
template<typename T , typename OutputIterator > | |
void | mcrl2::process::find_function_symbols (const T &x, OutputIterator o) |
template<typename T > | |
std::set< data::function_symbol > | mcrl2::process::find_function_symbols (const T &x) |
template<typename T , typename OutputIterator > | |
void | mcrl2::process::find_action_labels (const T &x, OutputIterator o) |
Returns all action labels that occur in an object. | |
template<typename T > | |
std::set< process::action_label > | mcrl2::process::find_action_labels (const T &x) |
Returns all action labels that occur in an object. | |
template<typename T > | |
std::set< core::identifier_string > | mcrl2::process::find_action_names (const T &x) |
Returns all action names that occur in an object. | |
const process_equation & | mcrl2::process::find_equation (const std::vector< process_equation > &equations, const process_identifier &id) |
Finds an equation that corresponds to a process identifier. | |
add your file description here.
Definition in file find.h.