|
template<typename T , typename OutputIterator > |
void | mcrl2::lps::find_all_variables (const T &x, OutputIterator o) |
|
template<typename T > |
std::set< data::variable > | mcrl2::lps::find_all_variables (const T &x) |
|
template<typename T , typename OutputIterator > |
void | mcrl2::lps::find_free_variables (const T &x, OutputIterator o) |
|
template<typename T , typename OutputIterator , typename VariableContainer > |
void | mcrl2::lps::find_free_variables_with_bound (const T &x, OutputIterator o, const VariableContainer &bound) |
|
template<typename T > |
std::set< data::variable > | mcrl2::lps::find_free_variables (const T &x) |
|
template<typename T , typename VariableContainer > |
std::set< data::variable > | mcrl2::lps::find_free_variables_with_bound (const T &x, VariableContainer const &bound) |
|
template<typename T , typename OutputIterator > |
void | mcrl2::lps::find_identifiers (const T &x, OutputIterator o) |
|
template<typename T > |
std::set< core::identifier_string > | mcrl2::lps::find_identifiers (const T &x) |
|
template<typename T , typename OutputIterator > |
void | mcrl2::lps::find_sort_expressions (const T &x, OutputIterator o) |
|
template<typename T > |
std::set< data::sort_expression > | mcrl2::lps::find_sort_expressions (const T &x) |
|
template<typename T , typename OutputIterator > |
void | mcrl2::lps::find_function_symbols (const T &x, OutputIterator o) |
|
template<typename T > |
std::set< data::function_symbol > | mcrl2::lps::find_function_symbols (const T &x) |
|
template<typename T > |
bool | mcrl2::lps::search_free_variable (const T &x, const data::variable &v) |
| Returns true if the term has a given free variable as subterm.
|
|
template<typename T , typename OutputIterator > |
void | mcrl2::lps::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::lps::find_action_labels (const T &x) |
| Returns all action labels that occur in an object.
|
|