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

add your file description here. More...

Go to the source code of this file.

Classes

struct  mcrl2::state_formulas::detail::state_variable_name_traverser
 
struct  mcrl2::state_formulas::detail::find_state_variables_traverser< Traverser, OutputIterator >
 
struct  mcrl2::state_formulas::detail::find_free_state_variables_traverser< Traverser, Binder, OutputIterator >
 

Namespaces

namespace  mcrl2
 A class that takes a linear process specification and checks all tau-summands of that LPS for confluence.
 
namespace  mcrl2::action_formulas
 
namespace  mcrl2::regular_formulas
 
namespace  mcrl2::state_formulas
 
namespace  mcrl2::state_formulas::detail
 

Functions

template<typename T , typename OutputIterator >
void mcrl2::action_formulas::find_all_variables (const T &x, OutputIterator o)
 
template<typename T >
std::set< data::variablemcrl2::action_formulas::find_all_variables (const T &x)
 
template<typename T , typename OutputIterator >
void mcrl2::action_formulas::find_free_variables (const T &x, OutputIterator o)
 
template<typename T , typename OutputIterator , typename VariableContainer >
void mcrl2::action_formulas::find_free_variables_with_bound (const T &x, OutputIterator o, const VariableContainer &bound)
 
template<typename T >
std::set< data::variablemcrl2::action_formulas::find_free_variables (const T &x)
 
template<typename T , typename VariableContainer >
std::set< data::variablemcrl2::action_formulas::find_free_variables_with_bound (const T &x, VariableContainer const &bound)
 
template<typename T , typename OutputIterator >
void mcrl2::action_formulas::find_identifiers (const T &x, OutputIterator o)
 
template<typename T >
std::set< core::identifier_stringmcrl2::action_formulas::find_identifiers (const T &x)
 
template<typename T , typename OutputIterator >
void mcrl2::action_formulas::find_sort_expressions (const T &x, OutputIterator o)
 
template<typename T >
std::set< data::sort_expressionmcrl2::action_formulas::find_sort_expressions (const T &x)
 
template<typename T , typename OutputIterator >
void mcrl2::action_formulas::find_function_symbols (const T &x, OutputIterator o)
 
template<typename T >
std::set< data::function_symbolmcrl2::action_formulas::find_function_symbols (const T &x)
 
template<typename T , typename OutputIterator >
void mcrl2::regular_formulas::find_all_variables (const T &x, OutputIterator o)
 
template<typename T >
std::set< data::variablemcrl2::regular_formulas::find_all_variables (const T &x)
 
template<typename T , typename OutputIterator >
void mcrl2::regular_formulas::find_free_variables (const T &x, OutputIterator o)
 
template<typename T , typename OutputIterator , typename VariableContainer >
void mcrl2::regular_formulas::find_free_variables_with_bound (const T &x, OutputIterator o, const VariableContainer &bound)
 
template<typename T >
std::set< data::variablemcrl2::regular_formulas::find_free_variables (const T &x)
 
template<typename T , typename VariableContainer >
std::set< data::variablemcrl2::regular_formulas::find_free_variables_with_bound (const T &x, VariableContainer const &bound)
 
template<typename T , typename OutputIterator >
void mcrl2::regular_formulas::find_identifiers (const T &x, OutputIterator o)
 
template<typename T >
std::set< core::identifier_stringmcrl2::regular_formulas::find_identifiers (const T &x)
 
template<typename T , typename OutputIterator >
void mcrl2::regular_formulas::find_sort_expressions (const T &x, OutputIterator o)
 
template<typename T >
std::set< data::sort_expressionmcrl2::regular_formulas::find_sort_expressions (const T &x)
 
template<typename T , typename OutputIterator >
void mcrl2::regular_formulas::find_function_symbols (const T &x, OutputIterator o)
 
template<typename T >
std::set< data::function_symbolmcrl2::regular_formulas::find_function_symbols (const T &x)
 
template<typename T , typename OutputIterator >
void mcrl2::state_formulas::find_all_variables (const T &x, OutputIterator o)
 
template<typename T >
std::set< data::variablemcrl2::state_formulas::find_all_variables (const T &x)
 
template<typename T , typename OutputIterator >
void mcrl2::state_formulas::find_free_variables (const T &x, OutputIterator o)
 
template<typename T , typename OutputIterator , typename VariableContainer >
void mcrl2::state_formulas::find_free_variables_with_bound (const T &x, OutputIterator o, const VariableContainer &bound)
 
template<typename T >
std::set< data::variablemcrl2::state_formulas::find_free_variables (const T &x)
 
template<typename T , typename VariableContainer >
std::set< data::variablemcrl2::state_formulas::find_free_variables_with_bound (const T &x, VariableContainer const &bound)
 
template<typename T , typename OutputIterator >
void mcrl2::state_formulas::find_identifiers (const T &x, OutputIterator o)
 
template<typename T >
std::set< core::identifier_stringmcrl2::state_formulas::find_identifiers (const T &x)
 
template<typename T , typename OutputIterator >
void mcrl2::state_formulas::find_sort_expressions (const T &x, OutputIterator o)
 
template<typename T >
std::set< data::sort_expressionmcrl2::state_formulas::find_sort_expressions (const T &x)
 
template<typename T , typename OutputIterator >
void mcrl2::state_formulas::find_function_symbols (const T &x, OutputIterator o)
 
template<typename T >
std::set< data::function_symbolmcrl2::state_formulas::find_function_symbols (const T &x)
 
template<template< class > class Traverser, class OutputIterator >
find_state_variables_traverser< Traverser, OutputIterator > mcrl2::state_formulas::detail::make_find_state_variables_traverser (OutputIterator out)
 
template<template< class > class Traverser, template< template< class > class, class > class Binder, class OutputIterator >
find_free_state_variables_traverser< Traverser, Binder, OutputIterator > mcrl2::state_formulas::detail::make_find_free_state_variables_traverser (OutputIterator out)
 
template<template< class > class Traverser, template< template< class > class, class > class Binder, class OutputIterator , class VariableContainer >
find_free_state_variables_traverser< Traverser, Binder, OutputIterator > mcrl2::state_formulas::detail::make_find_free_state_variables_traverser (OutputIterator out, const VariableContainer &v)
 
std::set< core::identifier_stringmcrl2::state_formulas::find_state_variable_names (const state_formula &x)
 Returns the names of the state variables that occur in x.
 
template<typename T , typename OutputIterator >
void mcrl2::state_formulas::find_state_variables (const T &x, OutputIterator o)
 Returns all state variables that occur in an object.
 
template<typename T >
std::set< state_formulas::variablemcrl2::state_formulas::find_state_variables (const T &x)
 Returns all state variables that occur in an object.
 
template<typename T , typename OutputIterator >
void mcrl2::state_formulas::find_free_state_variables (const T &x, OutputIterator o)
 Returns all free state variables that occur in an object.
 
template<typename T >
std::set< state_formulas::variablemcrl2::state_formulas::find_free_state_variables (const T &x)
 Returns all free state variables that occur in an object.
 
template<typename T , typename OutputIterator >
void mcrl2::state_formulas::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::state_formulas::find_action_labels (const T &x)
 Returns all action labels that occur in an object.
 

Detailed Description

add your file description here.

Definition in file find.h.