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::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::variable > | mcrl2::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::variable > | mcrl2::action_formulas::find_free_variables (const T &x) |
template<typename T , typename VariableContainer > | |
std::set< data::variable > | mcrl2::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_string > | mcrl2::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_expression > | mcrl2::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_symbol > | mcrl2::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::variable > | mcrl2::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::variable > | mcrl2::regular_formulas::find_free_variables (const T &x) |
template<typename T , typename VariableContainer > | |
std::set< data::variable > | mcrl2::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_string > | mcrl2::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_expression > | mcrl2::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_symbol > | mcrl2::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::variable > | mcrl2::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::variable > | mcrl2::state_formulas::find_free_variables (const T &x) |
template<typename T , typename VariableContainer > | |
std::set< data::variable > | mcrl2::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_string > | mcrl2::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_expression > | mcrl2::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_symbol > | mcrl2::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_string > | mcrl2::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::variable > | mcrl2::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::variable > | mcrl2::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_label > | mcrl2::state_formulas::find_action_labels (const T &x) |
Returns all action labels that occur in an object. | |
add your file description here.
Definition in file find.h.