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

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::variablemcrl2::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::variablemcrl2::process::find_free_variables (const T &x)
 
template<typename T , typename VariableContainer >
std::set< data::variablemcrl2::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_stringmcrl2::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_expressionmcrl2::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_symbolmcrl2::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_labelmcrl2::process::find_action_labels (const T &x)
 Returns all action labels that occur in an object.
 
template<typename T >
std::set< core::identifier_stringmcrl2::process::find_action_names (const T &x)
 Returns all action names that occur in an object.
 
const process_equationmcrl2::process::find_equation (const std::vector< process_equation > &equations, const process_identifier &id)
 Finds an equation that corresponds to a process identifier.
 

Detailed Description

add your file description here.

Definition in file find.h.