mCRL2
Loading...
Searching...
No Matches
find.h File Reference

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::lps
 The main namespace for the LPS library.
 

Functions

template<typename T , typename OutputIterator >
void mcrl2::lps::find_all_variables (const T &x, OutputIterator o)
 
template<typename T >
std::set< data::variablemcrl2::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::variablemcrl2::lps::find_free_variables (const T &x)
 
template<typename T , typename VariableContainer >
std::set< data::variablemcrl2::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_stringmcrl2::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_expressionmcrl2::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_symbolmcrl2::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_labelmcrl2::lps::find_action_labels (const T &x)
 Returns all action labels that occur in an object.